Home | History | Annotate | Download | only in src
      1 # Copyright (c) 2009 Google Inc. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 {
      6   'targets': [
      7     {
      8       'target_name': 'includes',
      9       'type': 'executable',
     10       'dependencies': [
     11         'subdir/subdir_includes.gyp:subdir_includes',
     12       ],
     13       'cflags': [
     14         '-Ishadow1',
     15       ],
     16       'include_dirs': [
     17         '.',
     18         'inc1',
     19         'shadow2',
     20         'subdir/inc2',
     21       ],
     22       'sources': [
     23         'includes.c',
     24       ],
     25     },
     26   ],
     27 }
     28