| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | |
| 7 '../../build/common.gypi', | |
| 8 ], | |
| 9 'targets': [ | 6 'targets': [ |
| 10 { | 7 { |
| 11 'target_name': 'codesighs', | 8 'target_name': 'codesighs', |
| 12 'type': 'executable', | 9 'type': 'executable', |
| 13 'sources': [ | 10 'sources': [ |
| 14 'codesighs.c', | 11 'codesighs.c', |
| 15 ], | 12 ], |
| 16 }, | 13 }, |
| 17 { | 14 { |
| 18 'target_name': 'maptsvdifftool', | 15 'target_name': 'maptsvdifftool', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 'target_name': 'nm2tsv', | 48 'target_name': 'nm2tsv', |
| 52 'type': 'executable', | 49 'type': 'executable', |
| 53 'sources': [ | 50 'sources': [ |
| 54 'nm2tsv.c', | 51 'nm2tsv.c', |
| 55 ], | 52 ], |
| 56 }, | 53 }, |
| 57 ], | 54 ], |
| 58 }], | 55 }], |
| 59 ], | 56 ], |
| 60 } | 57 } |
| OLD | NEW |