blob: 33219010e48dac243a5959c25cdee9e4835e2ada [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.
{
'targets': [
{
'target_name': 'prog1',
'type': 'executable',
'dependencies': [
'<(DEPTH)/../sub2/prog2.gyp:prog2',
],
'sources': [
'prog1.c',
],
},
],
}