michael@0: # Copyright (c) 2009 Google Inc. All rights reserved. michael@0: # Use of this source code is governed by a BSD-style license that can be michael@0: # found in the LICENSE file. michael@0: michael@0: { michael@0: 'includes': [ michael@0: 'symroot.gypi', michael@0: ], michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'prog1', michael@0: 'type': 'executable', michael@0: 'dependencies': [ michael@0: 'subdir2/prog2.gyp:prog2', michael@0: ], michael@0: 'include_dirs': [ michael@0: '.', michael@0: 'inc1', michael@0: 'subdir2/inc2', michael@0: 'subdir3/inc3', michael@0: 'subdir2/deeper', michael@0: ], michael@0: 'sources': [ michael@0: 'prog1.c', michael@0: ], michael@0: }, michael@0: ], michael@0: }