| 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', | |
| 705 'third_party/dynamic_annotations/dynamic_annotations.c', | 704 'third_party/dynamic_annotations/dynamic_annotations.c', |
| 706 ], | 705 ], |
| 707 'sources/': [ | 706 'sources/': [ |
| 708 # Metrics won't work in the NaCl sandbox. | 707 # Metrics won't work in the NaCl sandbox. |
| 709 ['exclude', '^metrics/'], | 708 ['exclude', '^metrics/'], |
| 710 ['include', '^threading/platform_thread_linux\\.cc$'], | 709 ['include', '^threading/platform_thread_linux\\.cc$'], |
| 711 ], | 710 ], |
| 712 }], | 711 }], |
| 713 ['OS == "android" and >(nacl_untrusted_build)==0', { | 712 ['OS == "android" and >(nacl_untrusted_build)==0', { |
| 714 'sources!': [ | 713 'sources!': [ |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 866 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { | 865 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { |
| 867 'sources/': [ | 866 'sources/': [ |
| 868 ['exclude', '^third_party/nspr/'], | 867 ['exclude', '^third_party/nspr/'], |
| 869 ], | 868 ], |
| 870 }], | 869 }], |
| 871 ], | 870 ], |
| 872 }], | 871 }], |
| 873 ], | 872 ], |
| 874 }, | 873 }, |
| 875 } | 874 } |
| OLD | NEW |