| OLD | NEW |
| 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 |
| 1 { | 5 { |
| 2 'targets': [ | 6 'targets': [ |
| 3 { | 7 { |
| 4 # TODO(sgk): a target name of 'all' leads to a scons dependency cycle | 8 # TODO(sgk): a target name of 'all' leads to a scons dependency cycle |
| 5 'target_name': 'All', | 9 'target_name': 'All', |
| 6 'type': 'none', | 10 'type': 'none', |
| 7 'dependencies': [ | 11 'dependencies': [ |
| 8 '../prog1/prog1.gyp:*', | 12 '../prog1/prog1.gyp:*', |
| 9 '../prog2/prog2.gyp:*', | 13 '../prog2/prog2.gyp:*', |
| 10 ], | 14 ], |
| 11 }, | 15 }, |
| 12 ], | 16 ], |
| 13 } | 17 } |
| OLD | NEW |