blob: 1781546ae0871c1b503ef841cb7f6b6b0097be5b [file] [log] [blame]
# Copyright (c) 2009 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'value%': '5',
},
'targets': [
{
'target_name': 'defines',
'type': 'executable',
'sources': [
'defines.c',
],
'defines': [
'VALUE=<(value)',
],
},
],
}