| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'path_service.cc', | 694 'path_service.cc', |
| 695 'platform_file_posix.cc', | 695 'platform_file_posix.cc', |
| 696 'posix/unix_domain_socket_linux.cc', | 696 'posix/unix_domain_socket_linux.cc', |
| 697 'process_posix.cc', | 697 'process_posix.cc', |
| 698 'process_util.cc', | 698 'process_util.cc', |
| 699 'process_util_posix.cc', | 699 'process_util_posix.cc', |
| 700 'rand_util_posix.cc', | 700 'rand_util_posix.cc', |
| 701 'scoped_native_library.cc', | 701 'scoped_native_library.cc', |
| 702 'files/scoped_temp_dir.cc', | 702 'files/scoped_temp_dir.cc', |
| 703 'sys_info_posix.cc', | 703 'sys_info_posix.cc', |
| 704 'threading/sequenced_worker_pool.cc', |
| 704 'third_party/dynamic_annotations/dynamic_annotations.c', | 705 'third_party/dynamic_annotations/dynamic_annotations.c', |
| 705 ], | 706 ], |
| 706 'sources/': [ | 707 'sources/': [ |
| 707 # Metrics won't work in the NaCl sandbox. | 708 # Metrics won't work in the NaCl sandbox. |
| 708 ['exclude', '^metrics/'], | 709 ['exclude', '^metrics/'], |
| 709 ['include', '^threading/platform_thread_linux\\.cc$'], | 710 ['include', '^threading/platform_thread_linux\\.cc$'], |
| 710 ], | 711 ], |
| 711 }], | 712 }], |
| 712 ['OS == "android" and >(nacl_untrusted_build)==0', { | 713 ['OS == "android" and >(nacl_untrusted_build)==0', { |
| 713 'sources!': [ | 714 'sources!': [ |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 866 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 866 'sources/': [ | 867 'sources/': [ |
| 867 ['exclude', '^third_party/nspr/'], | 868 ['exclude', '^third_party/nspr/'], |
| 868 ], | 869 ], |
| 869 }], | 870 }], |
| 870 ], | 871 ], |
| 871 }], | 872 }], |
| 872 ], | 873 ], |
| 873 }, | 874 }, |
| 874 } | 875 } |
| OLD | NEW |