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

Unified Diff: base/base.gyp

Issue 1794943006: Make the allocator_features gyp target target-only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/allocator/allocator.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 46752e3656010d024d0a54ea13727112232a2b46..f7a56589e9e9f5c25267fa886f396bc246a2d294 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -22,7 +22,7 @@
},
'dependencies': [
'allocator/allocator.gyp:allocator',
- 'allocator/allocator.gyp:allocator_features',
+ 'allocator/allocator.gyp:allocator_features#target',
'base_debugging_flags#target',
'base_static',
'base_build_date#target',
« no previous file with comments | « base/allocator/allocator.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698