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

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: 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 | « ui/views/mus/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 885c88c930dff22108d70b78a2565f71db5483ba..1c4963c8c23622b190a6ec6c6d22831af33b0854 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -884,17 +884,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',
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698