| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'pickle.cc', | 160 'pickle.cc', |
| 161 'pickle.h', | 161 'pickle.h', |
| 162 'platform_file.h', | 162 'platform_file.h', |
| 163 'platform_file_win.cc', | 163 'platform_file_win.cc', |
| 164 'platform_file_posix.cc', | 164 'platform_file_posix.cc', |
| 165 'platform_thread.h', | 165 'platform_thread.h', |
| 166 'platform_thread_mac.mm', | 166 'platform_thread_mac.mm', |
| 167 'platform_thread_posix.cc', | 167 'platform_thread_posix.cc', |
| 168 'platform_thread_win.cc', | 168 'platform_thread_win.cc', |
| 169 'port.h', | 169 'port.h', |
| 170 'profiler.cc', |
| 171 'profiler.h', |
| 170 'process.h', | 172 'process.h', |
| 171 'process_posix.cc', | 173 'process_posix.cc', |
| 172 'process_util.h', | 174 'process_util.h', |
| 173 'process_util_linux.cc', | 175 'process_util_linux.cc', |
| 174 'process_util_mac.mm', | 176 'process_util_mac.mm', |
| 175 'process_util_posix.cc', | 177 'process_util_posix.cc', |
| 176 'process_util_win.cc', | 178 'process_util_win.cc', |
| 177 'process_win.cc', | 179 'process_win.cc', |
| 178 'rand_util.cc', | 180 'rand_util.cc', |
| 179 'rand_util.h', | 181 'rand_util.h', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'target_name': 'debug_message', | 561 'target_name': 'debug_message', |
| 560 'type': 'executable', | 562 'type': 'executable', |
| 561 'sources': [ | 563 'sources': [ |
| 562 'debug_message.cc', | 564 'debug_message.cc', |
| 563 ], | 565 ], |
| 564 }, | 566 }, |
| 565 ], | 567 ], |
| 566 }], | 568 }], |
| 567 ], | 569 ], |
| 568 } | 570 } |
| OLD | NEW |