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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'sys_string_conversions_mac.mm', | 234 'sys_string_conversions_mac.mm', |
235 'sys_string_conversions_win.cc', | 235 'sys_string_conversions_win.cc', |
236 'system_monitor.cc', | 236 'system_monitor.cc', |
237 'system_monitor.h', | 237 'system_monitor.h', |
238 'system_monitor_posix.cc', | 238 'system_monitor_posix.cc', |
239 'system_monitor_win.cc', | 239 'system_monitor_win.cc', |
240 'task.h', | 240 'task.h', |
241 'test_file_util.h', | 241 'test_file_util.h', |
242 'test_file_util_linux.cc', | 242 'test_file_util_linux.cc', |
243 'test_file_util_mac.cc', | 243 'test_file_util_mac.cc', |
| 244 'test_file_util_posix.cc', |
244 'test_file_util_win.cc', | 245 'test_file_util_win.cc', |
245 'thread.cc', | 246 'thread.cc', |
246 'thread.h', | 247 'thread.h', |
247 'thread_collision_warner.cc', | 248 'thread_collision_warner.cc', |
248 'thread_collision_warner.h', | 249 'thread_collision_warner.h', |
249 'thread_local.h', | 250 'thread_local.h', |
250 'thread_local_posix.cc', | 251 'thread_local_posix.cc', |
251 'thread_local_storage.h', | 252 'thread_local_storage.h', |
252 'thread_local_storage_posix.cc', | 253 'thread_local_storage_posix.cc', |
253 'thread_local_storage_win.cc', | 254 'thread_local_storage_win.cc', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 'target_name': 'debug_message', | 562 'target_name': 'debug_message', |
562 'type': 'executable', | 563 'type': 'executable', |
563 'sources': [ | 564 'sources': [ |
564 'debug_message.cc', | 565 'debug_message.cc', |
565 ], | 566 ], |
566 }, | 567 }, |
567 ], | 568 ], |
568 }], | 569 }], |
569 ], | 570 ], |
570 } | 571 } |
OLD | NEW |