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

Side by Side Diff: base/base.gypi

Issue 963233003: base: Remove DiscardableMemoryMach. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/BUILD.gn ('k') | base/memory/discardable_memory.h » ('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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 ['OS == "linux" and >(nacl_untrusted_build)==0', { 962 ['OS == "linux" and >(nacl_untrusted_build)==0', {
963 'sources!': [ 963 'sources!': [
964 'files/file_path_watcher_fsevents.cc', 964 'files/file_path_watcher_fsevents.cc',
965 'files/file_path_watcher_fsevents.h', 965 'files/file_path_watcher_fsevents.h',
966 'files/file_path_watcher_kqueue.cc', 966 'files/file_path_watcher_kqueue.cc',
967 'files/file_path_watcher_kqueue.h', 967 'files/file_path_watcher_kqueue.h',
968 'files/file_path_watcher_stub.cc', 968 'files/file_path_watcher_stub.cc',
969 ], 969 ],
970 }], 970 }],
971 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { 971 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
972 'sources': [
973 'memory/discardable_memory_mach.cc',
974 'memory/discardable_memory_mach.h',
975 ],
976 'sources/': [ 972 'sources/': [
977 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 973 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
978 ['exclude', '^base_paths_posix\\.cc$'], 974 ['exclude', '^base_paths_posix\\.cc$'],
979 ['exclude', '^native_library_posix\\.cc$'], 975 ['exclude', '^native_library_posix\\.cc$'],
980 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'], 976 ['exclude', '^strings/sys_string_conversions_posix\\.cc$'],
981 ], 977 ],
982 }], 978 }],
983 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', { 979 ['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
984 'sources': [ 980 'sources': [
985 'process/memory_stubs.cc', 981 'process/memory_stubs.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 'i18n/time_formatting.h', 1038 'i18n/time_formatting.h',
1043 'i18n/timezone.cc', 1039 'i18n/timezone.cc',
1044 'i18n/timezone.h', 1040 'i18n/timezone.h',
1045 'i18n/utf8_validator_tables.cc', 1041 'i18n/utf8_validator_tables.cc',
1046 'i18n/utf8_validator_tables.h', 1042 'i18n/utf8_validator_tables.h',
1047 ], 1043 ],
1048 }] 1044 }]
1049 ], 1045 ],
1050 }, 1046 },
1051 } 1047 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/memory/discardable_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698