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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 'scoped_native_library.cc', | 777 'scoped_native_library.cc', |
778 'files/scoped_temp_dir.cc', | 778 'files/scoped_temp_dir.cc', |
779 'sys_info_posix.cc', | 779 'sys_info_posix.cc', |
780 'third_party/dynamic_annotations/dynamic_annotations.c', | 780 'third_party/dynamic_annotations/dynamic_annotations.c', |
781 ], | 781 ], |
782 'sources/': [ | 782 'sources/': [ |
783 ['include', '^threading/platform_thread_linux\\.cc$'], | 783 ['include', '^threading/platform_thread_linux\\.cc$'], |
784 ], | 784 ], |
785 }], | 785 }], |
786 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build)
==0', { | 786 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build)
==0', { |
787 'sources': [ | 787 'sources': [ |
788 'memory/discardable_memory_ashmem_allocator.cc', | 788 'memory/discardable_memory_ashmem_allocator.cc', |
789 'memory/discardable_memory_ashmem_allocator.h', | 789 'memory/discardable_memory_ashmem_allocator.h', |
790 'memory/discardable_memory_ashmem.cc', | 790 'memory/discardable_memory_ashmem.cc', |
791 'memory/discardable_memory_ashmem.h', | 791 'memory/discardable_memory_ashmem.h', |
792 ], | 792 ], |
793 }], | |
794 ['OS == "android" and >(nacl_untrusted_build)==0', { | |
795 'sources!': [ | 793 'sources!': [ |
796 'base_paths_posix.cc', | 794 'base_paths_posix.cc', |
797 'files/file_path_watcher_fsevents.cc', | 795 'files/file_path_watcher_fsevents.cc', |
798 'files/file_path_watcher_fsevents.h', | 796 'files/file_path_watcher_fsevents.h', |
799 'files/file_path_watcher_kqueue.cc', | 797 'files/file_path_watcher_kqueue.cc', |
800 'files/file_path_watcher_kqueue.h', | 798 'files/file_path_watcher_kqueue.h', |
801 'files/file_path_watcher_stub.cc', | 799 'files/file_path_watcher_stub.cc', |
802 'power_monitor/power_monitor_device_source_posix.cc', | 800 'power_monitor/power_monitor_device_source_posix.cc', |
803 ], | 801 ], |
804 'sources/': [ | 802 'sources/': [ |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 }], | 919 }], |
922 ['OS == "linux" and >(nacl_untrusted_build)==0', { | 920 ['OS == "linux" and >(nacl_untrusted_build)==0', { |
923 'sources!': [ | 921 'sources!': [ |
924 'files/file_path_watcher_fsevents.cc', | 922 'files/file_path_watcher_fsevents.cc', |
925 'files/file_path_watcher_fsevents.h', | 923 'files/file_path_watcher_fsevents.h', |
926 'files/file_path_watcher_kqueue.cc', | 924 'files/file_path_watcher_kqueue.cc', |
927 'files/file_path_watcher_kqueue.h', | 925 'files/file_path_watcher_kqueue.h', |
928 'files/file_path_watcher_stub.cc', | 926 'files/file_path_watcher_stub.cc', |
929 ], | 927 ], |
930 }], | 928 }], |
931 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { | 929 ['(OS == "mac" or OS == "ios" or OS=="android" and _toolset=="host" an
d host_os=="mac") and >(nacl_untrusted_build)==0', { |
932 'sources/': [ | 930 'sources/': [ |
933 ['exclude', '^files/file_path_watcher_stub\\.cc$'], | 931 ['exclude', '^files/file_path_watcher_stub\\.cc$'], |
934 ['exclude', '^base_paths_posix\\.cc$'], | 932 ['exclude', '^base_paths_posix\\.cc$'], |
935 ['exclude', '^native_library_posix\\.cc$'], | 933 ['exclude', '^native_library_posix\\.cc$'], |
936 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], | 934 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], |
937 ], | 935 ], |
938 }], | 936 }], |
939 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { | 937 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { |
940 'sources': [ | 938 'sources': [ |
941 'process/memory_stubs.cc', | 939 'process/memory_stubs.cc', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 'i18n/time_formatting.h', | 991 'i18n/time_formatting.h', |
994 'i18n/timezone.cc', | 992 'i18n/timezone.cc', |
995 'i18n/timezone.h', | 993 'i18n/timezone.h', |
996 'i18n/utf8_validator_tables.cc', | 994 'i18n/utf8_validator_tables.cc', |
997 'i18n/utf8_validator_tables.h', | 995 'i18n/utf8_validator_tables.h', |
998 ], | 996 ], |
999 }] | 997 }] |
1000 ], | 998 ], |
1001 }, | 999 }, |
1002 } | 1000 } |
OLD | NEW |