michael@0: # Copyright (c) 2012 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: 'targets': [ michael@0: { michael@0: 'target_name': 'subdirs', michael@0: 'type': 'none', michael@0: 'dependencies': [ michael@0: 'subdir1/subdir1.gyp:*', michael@0: 'subdir2/subdir2.gyp:*', michael@0: ], michael@0: }, michael@0: ], michael@0: }