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