| 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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| (...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 'rand_util_posix.cc', | 765 'rand_util_posix.cc', |
| 766 'scoped_native_library.cc', | 766 'scoped_native_library.cc', |
| 767 'files/scoped_temp_dir.cc', | 767 'files/scoped_temp_dir.cc', |
| 768 'sys_info_posix.cc', | 768 'sys_info_posix.cc', |
| 769 'third_party/dynamic_annotations/dynamic_annotations.c', | 769 'third_party/dynamic_annotations/dynamic_annotations.c', |
| 770 ], | 770 ], |
| 771 'sources/': [ | 771 'sources/': [ |
| 772 ['include', '^threading/platform_thread_linux\\.cc$'], | 772 ['include', '^threading/platform_thread_linux\\.cc$'], |
| 773 ], | 773 ], |
| 774 }], | 774 }], |
| 775 ['OS == "android" and _toolset == "target"', { | 775 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build)
==0', { |
| 776 'sources': [ | 776 'sources': [ |
| 777 'memory/discardable_memory_ashmem_allocator.cc', | 777 'memory/discardable_memory_ashmem_allocator.cc', |
| 778 'memory/discardable_memory_ashmem_allocator.h', | 778 'memory/discardable_memory_ashmem_allocator.h', |
| 779 'memory/discardable_memory_ashmem.cc', | 779 'memory/discardable_memory_ashmem.cc', |
| 780 'memory/discardable_memory_ashmem.h', | 780 'memory/discardable_memory_ashmem.h', |
| 781 ], | 781 ], |
| 782 }], | 782 }], |
| 783 ['OS == "android" and >(nacl_untrusted_build)==0', { | 783 ['OS == "android" and >(nacl_untrusted_build)==0', { |
| 784 'sources!': [ | 784 'sources!': [ |
| 785 'base_paths_posix.cc', | 785 'base_paths_posix.cc', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 'i18n/time_formatting.h', | 967 'i18n/time_formatting.h', |
| 968 'i18n/timezone.cc', | 968 'i18n/timezone.cc', |
| 969 'i18n/timezone.h', | 969 'i18n/timezone.h', |
| 970 'i18n/utf8_validator_tables.cc', | 970 'i18n/utf8_validator_tables.cc', |
| 971 'i18n/utf8_validator_tables.h', | 971 'i18n/utf8_validator_tables.h', |
| 972 ], | 972 ], |
| 973 }] | 973 }] |
| 974 ], | 974 ], |
| 975 }, | 975 }, |
| 976 } | 976 } |
| OLD | NEW |