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

Unified Diff: base/allocator/allocator.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: Add back necessary includes. 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/allocator/allocator.gyp
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 674d4d645f79a2b4a7de7d56589c4bacdb479e65..af27c376b4d3e74c911e6076f17c672f76cd0ed9 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -55,6 +55,8 @@
'sources': [
'allocator_shim_win.cc',
'allocator_shim_win.h',
+ 'winheap_stubs_win.cc',
+ 'winheap_stubs_win.h',
],
'configurations': {
'Debug_Base': {
@@ -386,6 +388,7 @@
'buildflag_header_path': 'base/allocator/features.h',
'buildflag_flags': [
'USE_EXPERIMENTAL_ALLOCATOR_SHIM=<(use_experimental_allocator_shim)',
+ 'ENABLE_WIN_ALLOCATOR_SHIM_TESTS=<(use_experimental_allocator_shim)||<(win_use_allocator_shim)',
Primiano Tucci (use gerrit) 2016/07/13 17:42:49 uhm not sure about this part. At very least this s
Sigurður Ásgeirsson 2016/07/13 18:47:45 I tested the GYP build locally, and the tests run
],
},
}, # 'allocator_features' target.

Powered by Google App Engine
This is Rietveld 408576698