Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: base/base.gypi

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « base/base.gyp ('k') | base/base_unittests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'mac/sdk_forward_declarations.h', 312 'mac/sdk_forward_declarations.h',
313 'mac/sdk_forward_declarations.mm', 313 'mac/sdk_forward_declarations.mm',
314 'macros.h', 314 'macros.h',
315 'md5.cc', 315 'md5.cc',
316 'md5.h', 316 'md5.h',
317 'memory/aligned_memory.cc', 317 'memory/aligned_memory.cc',
318 'memory/aligned_memory.h', 318 'memory/aligned_memory.h',
319 'memory/discardable_memory.cc', 319 'memory/discardable_memory.cc',
320 'memory/discardable_memory.h', 320 'memory/discardable_memory.h',
321 'memory/discardable_memory_android.cc', 321 'memory/discardable_memory_android.cc',
322 'memory/discardable_memory_emulated.cc',
323 'memory/discardable_memory_emulated.h',
324 'memory/discardable_memory_linux.cc', 322 'memory/discardable_memory_linux.cc',
325 'memory/discardable_memory_mac.cc', 323 'memory/discardable_memory_mac.cc',
326 'memory/discardable_memory_manager.cc',
327 'memory/discardable_memory_manager.h',
328 'memory/discardable_memory_shmem.cc', 324 'memory/discardable_memory_shmem.cc',
329 'memory/discardable_memory_shmem.h', 325 'memory/discardable_memory_shmem.h',
330 'memory/discardable_memory_shmem_allocator.cc', 326 'memory/discardable_memory_shmem_allocator.cc',
331 'memory/discardable_memory_shmem_allocator.h', 327 'memory/discardable_memory_shmem_allocator.h',
332 'memory/discardable_memory_win.cc', 328 'memory/discardable_memory_win.cc',
333 'memory/discardable_shared_memory.cc', 329 'memory/discardable_shared_memory.cc',
334 'memory/discardable_shared_memory.h', 330 'memory/discardable_shared_memory.h',
335 'memory/linked_ptr.h', 331 'memory/linked_ptr.h',
336 'memory/manual_constructor.h', 332 'memory/manual_constructor.h',
337 'memory/memory_pressure_listener.cc', 333 'memory/memory_pressure_listener.cc',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'rand_util_posix.cc', 818 'rand_util_posix.cc',
823 'scoped_native_library.cc', 819 'scoped_native_library.cc',
824 'sys_info.cc', 820 'sys_info.cc',
825 'sys_info_posix.cc', 821 'sys_info_posix.cc',
826 'third_party/dynamic_annotations/dynamic_annotations.c', 822 'third_party/dynamic_annotations/dynamic_annotations.c',
827 ], 823 ],
828 'sources/': [ 824 'sources/': [
829 ['include', '^threading/platform_thread_linux\\.cc$'], 825 ['include', '^threading/platform_thread_linux\\.cc$'],
830 ], 826 ],
831 }], 827 }],
832 ['OS == "android" and _toolset == "target" and >(nacl_untrusted_build) ==0', {
833 'sources': [
834 'memory/discardable_memory_ashmem.cc',
835 'memory/discardable_memory_ashmem.h',
836 'memory/discardable_memory_ashmem_allocator.cc',
837 'memory/discardable_memory_ashmem_allocator.h',
838 ],
839 }],
840 ['OS == "android" and >(nacl_untrusted_build)==0', { 828 ['OS == "android" and >(nacl_untrusted_build)==0', {
841 'sources!': [ 829 'sources!': [
842 'base_paths_posix.cc', 830 'base_paths_posix.cc',
843 'files/file_path_watcher_fsevents.cc', 831 'files/file_path_watcher_fsevents.cc',
844 'files/file_path_watcher_fsevents.h', 832 'files/file_path_watcher_fsevents.h',
845 'files/file_path_watcher_kqueue.cc', 833 'files/file_path_watcher_kqueue.cc',
846 'files/file_path_watcher_kqueue.h', 834 'files/file_path_watcher_kqueue.h',
847 'files/file_path_watcher_stub.cc', 835 'files/file_path_watcher_stub.cc',
848 'power_monitor/power_monitor_device_source_posix.cc', 836 'power_monitor/power_monitor_device_source_posix.cc',
849 ], 837 ],
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 ['OS == "linux" and >(nacl_untrusted_build)==0', { 960 ['OS == "linux" and >(nacl_untrusted_build)==0', {
973 'sources!': [ 961 'sources!': [
974 'files/file_path_watcher_fsevents.cc', 962 'files/file_path_watcher_fsevents.cc',
975 'files/file_path_watcher_fsevents.h', 963 'files/file_path_watcher_fsevents.h',
976 'files/file_path_watcher_kqueue.cc', 964 'files/file_path_watcher_kqueue.cc',
977 'files/file_path_watcher_kqueue.h', 965 'files/file_path_watcher_kqueue.h',
978 'files/file_path_watcher_stub.cc', 966 'files/file_path_watcher_stub.cc',
979 ], 967 ],
980 }], 968 }],
981 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { 969 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
982 'sources': [
983 'memory/discardable_memory_mach.cc',
984 'memory/discardable_memory_mach.h',
985 ],
986 'sources/': [ 970 'sources/': [
987 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 971 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
988 ['exclude', '^base_paths_posix\\.cc$'], 972 ['exclude', '^base_paths_posix\\.cc$'],
989 ['exclude', '^native_library_posix\\.cc$'], 973 ['exclude', '^native_library_posix\\.cc$'],
990 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], 974 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
991 ], 975 ],
992 }], 976 }],
993 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { 977 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
994 'sources': [ 978 'sources': [
995 'process/memory_stubs.cc', 979 'process/memory_stubs.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'i18n/time_formatting.h', 1036 'i18n/time_formatting.h',
1053 'i18n/timezone.cc', 1037 'i18n/timezone.cc',
1054 'i18n/timezone.h', 1038 'i18n/timezone.h',
1055 'i18n/utf8_validator_tables.cc', 1039 'i18n/utf8_validator_tables.cc',
1056 'i18n/utf8_validator_tables.h', 1040 'i18n/utf8_validator_tables.h',
1057 ], 1041 ],
1058 }] 1042 }]
1059 ], 1043 ],
1060 }, 1044 },
1061 } 1045 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698