| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 'threading/thread_local_win.cc', | 484 'threading/thread_local_win.cc', |
| 485 'threading/thread_restrictions.h', | 485 'threading/thread_restrictions.h', |
| 486 'threading/thread_restrictions.cc', | 486 'threading/thread_restrictions.cc', |
| 487 'threading/watchdog.cc', | 487 'threading/watchdog.cc', |
| 488 'threading/watchdog.h', | 488 'threading/watchdog.h', |
| 489 'threading/worker_pool.h', | 489 'threading/worker_pool.h', |
| 490 'threading/worker_pool.cc', | 490 'threading/worker_pool.cc', |
| 491 'threading/worker_pool_posix.cc', | 491 'threading/worker_pool_posix.cc', |
| 492 'threading/worker_pool_posix.h', | 492 'threading/worker_pool_posix.h', |
| 493 'threading/worker_pool_win.cc', | 493 'threading/worker_pool_win.cc', |
| 494 'time/clock.cc', |
| 495 'time/clock.h', |
| 496 'time/default_clock.cc', |
| 497 'time/default_clock.h', |
| 498 'time/default_tick_clock.cc', |
| 499 'time/default_tick_clock.h', |
| 500 'time/tick_clock.cc', |
| 501 'time/tick_clock.h', |
| 502 # TODO(akalin): Move time* into time/. |
| 494 'time.cc', | 503 'time.cc', |
| 495 'time.h', | 504 'time.h', |
| 496 'time_mac.cc', | 505 'time_mac.cc', |
| 497 'time_posix.cc', | 506 'time_posix.cc', |
| 498 'time_win.cc', | 507 'time_win.cc', |
| 499 'timer.cc', | 508 'timer.cc', |
| 500 'timer.h', | 509 'timer.h', |
| 501 'tracked_objects.cc', | 510 'tracked_objects.cc', |
| 502 'tracked_objects.h', | 511 'tracked_objects.h', |
| 503 'tracking_info.cc', | 512 'tracking_info.cc', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 750 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 759 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 751 'sources/': [ | 760 'sources/': [ |
| 752 ['exclude', '^third_party/nspr/'], | 761 ['exclude', '^third_party/nspr/'], |
| 753 ], | 762 ], |
| 754 }], | 763 }], |
| 755 ], | 764 ], |
| 756 }], | 765 }], |
| 757 ], | 766 ], |
| 758 }, | 767 }, |
| 759 } | 768 } |
| OLD | NEW |