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

Unified Diff: third_party/WebKit/Source/wtf/wtf_tests.gyp

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
Index: third_party/WebKit/Source/wtf/wtf_tests.gyp
diff --git a/third_party/WebKit/Source/wtf/wtf_tests.gyp b/third_party/WebKit/Source/wtf/wtf_tests.gyp
index 3d4a70338b6096fbcf2d0026913847cd72c3bcdb..3893882444cd50da19b809544ce22e4ddfcef24e 100644
--- a/third_party/WebKit/Source/wtf/wtf_tests.gyp
+++ b/third_party/WebKit/Source/wtf/wtf_tests.gyp
@@ -47,12 +47,6 @@
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [4127, 4510, 4512, 4610, 4706, 4068, 4267],
'conditions': [
- ['os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and use_allocator!="none"', {
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
petrcermak 2016/01/28 14:58:50 ditto
Primiano Tucci (use gerrit) 2016/01/28 15:20:03 Acknowledged.
- '<(DEPTH)/base/allocator/allocator.gyp:allocator',
- ],
- }],
['OS=="android"', {
'type': 'shared_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698