Home | History | Annotate | Download | only in a
      1 {
      2   'targets': [
      3     {
      4       'target_name': 'a',
      5       'type': 'executable',
      6       'sources': ['a.cc'],
      7       'dependencies': [
      8         '../../foo/b/b.gyp:b',
      9         'c/c.gyp:c',
     10       ],
     11     },
     12   ],
     13 }
     14