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

Unified Diff: ui/views/views.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: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 3cf367be229e5d718161f35d94e12d56b258f58a..95f7fef92b6322cddd078022014f7d4fa3598cd7 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -893,17 +893,6 @@
},
},
}],
- ['OS=="win" and win_use_allocator_shim==1', {
- 'dependencies': [
- '../../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ['OS=="linux" and use_allocator!="none"', {
- # See http://crbug.com/162998#c4 for why this is needed.
- 'dependencies': [
- '../../base/allocator/allocator.gyp:allocator',
- ],
- }],
['use_x11==1', {
'dependencies': [
'../../build/linux/system.gyp:x11',

Powered by Google App Engine
This is Rietveld 408576698