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

Unified Diff: base/base.gyp

Issue 2143693003: Start refactoring Windows allocator shim in prep for hooking in generic allocator shim on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 5 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: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f8764797763edd8cd2f9828e419db0ead66c1259..9ca02bb2444ed84d4605518c777246ae0224ae77 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -622,6 +622,7 @@
'<@(trace_event_test_sources)',
],
'dependencies': [
+ 'allocator/allocator.gyp:allocator_features#target',
'base',
'base_i18n',
'base_message_loop_tests',

Powered by Google App Engine
This is Rietveld 408576698