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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 'threading/sequenced_worker_pool.h', | 456 'threading/sequenced_worker_pool.h', |
457 'threading/simple_thread.cc', | 457 'threading/simple_thread.cc', |
458 'threading/simple_thread.h', | 458 'threading/simple_thread.h', |
459 'threading/thread.cc', | 459 'threading/thread.cc', |
460 'threading/thread.h', | 460 'threading/thread.h', |
461 'threading/thread_checker.h', | 461 'threading/thread_checker.h', |
462 'threading/thread_checker_impl.cc', | 462 'threading/thread_checker_impl.cc', |
463 'threading/thread_checker_impl.h', | 463 'threading/thread_checker_impl.h', |
464 'threading/thread_collision_warner.cc', | 464 'threading/thread_collision_warner.cc', |
465 'threading/thread_collision_warner.h', | 465 'threading/thread_collision_warner.h', |
| 466 'threading/thread_id_name_manager.cc', |
| 467 'threading/thread_id_name_manager.h', |
466 'threading/thread_local.h', | 468 'threading/thread_local.h', |
467 'threading/thread_local_posix.cc', | 469 'threading/thread_local_posix.cc', |
468 'threading/thread_local_storage.h', | 470 'threading/thread_local_storage.h', |
469 'threading/thread_local_storage_posix.cc', | 471 'threading/thread_local_storage_posix.cc', |
470 'threading/thread_local_storage_win.cc', | 472 'threading/thread_local_storage_win.cc', |
471 'threading/thread_local_win.cc', | 473 'threading/thread_local_win.cc', |
472 'threading/thread_restrictions.h', | 474 'threading/thread_restrictions.h', |
473 'threading/thread_restrictions.cc', | 475 'threading/thread_restrictions.cc', |
474 'threading/watchdog.cc', | 476 'threading/watchdog.cc', |
475 'threading/watchdog.h', | 477 'threading/watchdog.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 741 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
740 'sources/': [ | 742 'sources/': [ |
741 ['exclude', '^third_party/nspr/'], | 743 ['exclude', '^third_party/nspr/'], |
742 ], | 744 ], |
743 }], | 745 }], |
744 ], | 746 ], |
745 }], | 747 }], |
746 ], | 748 ], |
747 }, | 749 }, |
748 } | 750 } |
OLD | NEW |