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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 'rand_util_posix.cc', | 763 'rand_util_posix.cc', |
764 'scoped_native_library.cc', | 764 'scoped_native_library.cc', |
765 'files/scoped_temp_dir.cc', | 765 'files/scoped_temp_dir.cc', |
766 'sys_info_posix.cc', | 766 'sys_info_posix.cc', |
767 'third_party/dynamic_annotations/dynamic_annotations.c', | 767 'third_party/dynamic_annotations/dynamic_annotations.c', |
768 ], | 768 ], |
769 'sources/': [ | 769 'sources/': [ |
770 ['include', '^threading/platform_thread_linux\\.cc$'], | 770 ['include', '^threading/platform_thread_linux\\.cc$'], |
771 ], | 771 ], |
772 }], | 772 }], |
| 773 ['OS == "android" and _toolset == "target"', { |
| 774 'sources': [ |
| 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 |