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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 'mac/scoped_sending_event.mm', | 297 'mac/scoped_sending_event.mm', |
298 'mac/scoped_typeref.h', | 298 'mac/scoped_typeref.h', |
299 'mac/sdk_forward_declarations.h', | 299 'mac/sdk_forward_declarations.h', |
300 'macros.h', | 300 'macros.h', |
301 'md5.cc', | 301 'md5.cc', |
302 'md5.h', | 302 'md5.h', |
303 'memory/aligned_memory.cc', | 303 'memory/aligned_memory.cc', |
304 'memory/aligned_memory.h', | 304 'memory/aligned_memory.h', |
305 'memory/discardable_memory.cc', | 305 'memory/discardable_memory.cc', |
306 'memory/discardable_memory.h', | 306 'memory/discardable_memory.h', |
307 'memory/discardable_memory_allocator_android.cc', | |
308 'memory/discardable_memory_allocator_android.h', | |
309 'memory/discardable_memory_android.cc', | 307 'memory/discardable_memory_android.cc', |
310 'memory/discardable_memory_emulated.cc', | 308 'memory/discardable_memory_emulated.cc', |
311 'memory/discardable_memory_emulated.h', | 309 'memory/discardable_memory_emulated.h', |
312 'memory/discardable_memory_linux.cc', | 310 'memory/discardable_memory_linux.cc', |
313 'memory/discardable_memory_mac.cc', | 311 'memory/discardable_memory_mac.cc', |
314 'memory/discardable_memory_malloc.cc', | 312 'memory/discardable_memory_malloc.cc', |
315 'memory/discardable_memory_malloc.h', | 313 'memory/discardable_memory_malloc.h', |
316 'memory/discardable_memory_manager.cc', | 314 'memory/discardable_memory_manager.cc', |
317 'memory/discardable_memory_manager.h', | 315 'memory/discardable_memory_manager.h', |
318 'memory/discardable_memory_win.cc', | 316 'memory/discardable_memory_win.cc', |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 'rand_util_posix.cc', | 761 'rand_util_posix.cc', |
764 'scoped_native_library.cc', | 762 'scoped_native_library.cc', |
765 'files/scoped_temp_dir.cc', | 763 'files/scoped_temp_dir.cc', |
766 'sys_info_posix.cc', | 764 'sys_info_posix.cc', |
767 'third_party/dynamic_annotations/dynamic_annotations.c', | 765 'third_party/dynamic_annotations/dynamic_annotations.c', |
768 ], | 766 ], |
769 'sources/': [ | 767 'sources/': [ |
770 ['include', '^threading/platform_thread_linux\\.cc$'], | 768 ['include', '^threading/platform_thread_linux\\.cc$'], |
771 ], | 769 ], |
772 }], | 770 }], |
| 771 ['OS == "android" and _toolset == "target"', { |
| 772 'sources': [ |
| 773 'memory/discardable_memory_ashmem_allocator.cc', |
| 774 'memory/discardable_memory_ashmem_allocator.h', |
| 775 'memory/discardable_memory_ashmem.cc', |
| 776 'memory/discardable_memory_ashmem.h', |
| 777 ], |
| 778 }], |
773 ['OS == "android" and >(nacl_untrusted_build)==0', { | 779 ['OS == "android" and >(nacl_untrusted_build)==0', { |
774 'sources!': [ | 780 'sources!': [ |
775 'base_paths_posix.cc', | 781 'base_paths_posix.cc', |
776 'files/file_path_watcher_kqueue.cc', | 782 'files/file_path_watcher_kqueue.cc', |
777 'files/file_path_watcher_stub.cc', | 783 'files/file_path_watcher_stub.cc', |
778 'power_monitor/power_monitor_device_source_posix.cc', | 784 'power_monitor/power_monitor_device_source_posix.cc', |
779 ], | 785 ], |
780 'sources/': [ | 786 'sources/': [ |
781 ['include', '^debug/proc_maps_linux\\.cc$'], | 787 ['include', '^debug/proc_maps_linux\\.cc$'], |
782 ['include', '^files/file_path_watcher_linux\\.cc$'], | 788 ['include', '^files/file_path_watcher_linux\\.cc$'], |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 'i18n/time_formatting.h', | 961 'i18n/time_formatting.h', |
956 'i18n/timezone.cc', | 962 'i18n/timezone.cc', |
957 'i18n/timezone.h', | 963 'i18n/timezone.h', |
958 'i18n/utf8_validator_tables.cc', | 964 'i18n/utf8_validator_tables.cc', |
959 'i18n/utf8_validator_tables.h', | 965 'i18n/utf8_validator_tables.h', |
960 ], | 966 ], |
961 }] | 967 }] |
962 ], | 968 ], |
963 }, | 969 }, |
964 } | 970 } |
OLD | NEW |