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

Unified Diff: content/content_tests.gypi

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 1829548f8d8680fad136f034a36153402c7cd311..f8e681df7b63d8f5f1760b892b052bc64a7a2821 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1227,11 +1227,6 @@
'../dbus/dbus.gyp:dbus_test_support',
],
}],
- ['OS=="win" and win_use_allocator_shim==1', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS=="win"', {
'dependencies': [
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
@@ -1365,11 +1360,6 @@
'../testing/android/native_test.gyp:native_test_native_code',
],
}],
- ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
- 'dependencies': [
- '<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ],
- }],
],
},
{
@@ -1533,11 +1523,6 @@
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
}],
- ['OS=="win" and win_use_allocator_shim==1', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS=="android"', {
'sources': [ '<@(content_browsertests_android_sources)' ],
'sources!': [
@@ -1637,11 +1622,6 @@
'../third_party/mesa/mesa.gyp:osmesa',
],
}],
- ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
- 'dependencies': [
- '<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ],
- }],
],
},
{
@@ -1666,13 +1646,6 @@
'sources': [
'common/gpu/client/gl_helper_benchmark.cc',
],
- 'conditions': [
- ['OS=="win" and component!="shared_library" and win_use_allocator_shim==1', {
- 'dependencies': [
- '<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
},
],
}],
@@ -1729,13 +1702,6 @@
'<(angle_path)/src/angle.gyp:libGLESv2',
],
}],
- ['(OS=="win" and win_use_allocator_shim==1) or '
- '(os_posix == 1 and OS != "android" and '
- ' use_allocator!="none")', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
['target_arch != "arm" and (OS=="linux" or chromeos == 1)', {
'include_dirs': [
'<(DEPTH)/third_party/libva',
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698