| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 'threading/sequenced_worker_pool.h', | 461 'threading/sequenced_worker_pool.h', |
| 462 'threading/simple_thread.cc', | 462 'threading/simple_thread.cc', |
| 463 'threading/simple_thread.h', | 463 'threading/simple_thread.h', |
| 464 'threading/thread.cc', | 464 'threading/thread.cc', |
| 465 'threading/thread.h', | 465 'threading/thread.h', |
| 466 'threading/thread_checker.h', | 466 'threading/thread_checker.h', |
| 467 'threading/thread_checker_impl.cc', | 467 'threading/thread_checker_impl.cc', |
| 468 'threading/thread_checker_impl.h', | 468 'threading/thread_checker_impl.h', |
| 469 'threading/thread_collision_warner.cc', | 469 'threading/thread_collision_warner.cc', |
| 470 'threading/thread_collision_warner.h', | 470 'threading/thread_collision_warner.h', |
| 471 'threading/thread_id_name_manager.cc', |
| 472 'threading/thread_id_name_manager.h', |
| 471 'threading/thread_local.h', | 473 'threading/thread_local.h', |
| 472 'threading/thread_local_posix.cc', | 474 'threading/thread_local_posix.cc', |
| 473 'threading/thread_local_storage.h', | 475 'threading/thread_local_storage.h', |
| 474 'threading/thread_local_storage_posix.cc', | 476 'threading/thread_local_storage_posix.cc', |
| 475 'threading/thread_local_storage_win.cc', | 477 'threading/thread_local_storage_win.cc', |
| 476 'threading/thread_local_win.cc', | 478 'threading/thread_local_win.cc', |
| 477 'threading/thread_restrictions.h', | 479 'threading/thread_restrictions.h', |
| 478 'threading/thread_restrictions.cc', | 480 'threading/thread_restrictions.cc', |
| 479 'threading/watchdog.cc', | 481 'threading/watchdog.cc', |
| 480 'threading/watchdog.h', | 482 'threading/watchdog.h', |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 748 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 747 'sources/': [ | 749 'sources/': [ |
| 748 ['exclude', '^third_party/nspr/'], | 750 ['exclude', '^third_party/nspr/'], |
| 749 ], | 751 ], |
| 750 }], | 752 }], |
| 751 ], | 753 ], |
| 752 }], | 754 }], |
| 753 ], | 755 ], |
| 754 }, | 756 }, |
| 755 } | 757 } |
| OLD | NEW |