| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'base_switches.h', | 80 'base_switches.h', |
| 81 'basictypes.h', | 81 'basictypes.h', |
| 82 'bzip2_error_handler.cc', | 82 'bzip2_error_handler.cc', |
| 83 'clipboard.cc', | 83 'clipboard.cc', |
| 84 'clipboard.h', | 84 'clipboard.h', |
| 85 'clipboard_linux.cc', | 85 'clipboard_linux.cc', |
| 86 'clipboard_mac.mm', | 86 'clipboard_mac.mm', |
| 87 'clipboard_util.cc', | 87 'clipboard_util.cc', |
| 88 'clipboard_util.h', | 88 'clipboard_util.h', |
| 89 'clipboard_win.cc', | 89 'clipboard_win.cc', |
| 90 'cocoa_protocols_mac.h', |
| 90 'command_line.cc', | 91 'command_line.cc', |
| 91 'command_line.h', | 92 'command_line.h', |
| 92 'compiler_specific.h', | 93 'compiler_specific.h', |
| 93 'condition_variable.h', | 94 'condition_variable.h', |
| 94 'condition_variable_posix.cc', | 95 'condition_variable_posix.cc', |
| 95 'condition_variable_win.cc', | 96 'condition_variable_win.cc', |
| 96 'cpu.cc', | 97 'cpu.cc', |
| 97 'cpu.h', | 98 'cpu.h', |
| 98 'data_pack.cc', | 99 'data_pack.cc', |
| 99 'debug_on_start.cc', | 100 'debug_on_start.cc', |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 '<@(_outputs)', | 871 '<@(_outputs)', |
| 871 ], | 872 ], |
| 872 'message': 'Generating version information', | 873 'message': 'Generating version information', |
| 873 }, | 874 }, |
| 874 ], | 875 ], |
| 875 }, | 876 }, |
| 876 ], | 877 ], |
| 877 }], | 878 }], |
| 878 ], | 879 ], |
| 879 } | 880 } |
| OLD | NEW |