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

Unified Diff: third_party/WebKit/Source/build/features.gypi

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (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
Index: third_party/WebKit/Source/build/features.gypi
diff --git a/third_party/WebKit/Source/build/features.gypi b/third_party/WebKit/Source/build/features.gypi
index f48ee61e2d668915c363e03d9c7e17ee630babe2..c1923a0a0adc5448556e0926016c6dad78cf8b74 100644
--- a/third_party/WebKit/Source/build/features.gypi
+++ b/third_party/WebKit/Source/build/features.gypi
@@ -40,6 +40,7 @@
'variables': {
'feature_defines': [
'ENABLE_LAYOUT_UNIT_IN_INLINE_BOXES=0',
+ 'ENABLE_OILPAN=1',
# WTF_USE_DYNAMIC_ANNOTATIONS=1 may be defined in build/common.gypi
# We can't define it here because it should be present only
# in Debug or release_valgrind_build=1 builds.
@@ -85,11 +86,6 @@
'WTF_USE_DEFAULT_RENDER_THEME=1',
],
}],
- ['enable_oilpan==1', {
- 'feature_defines': [
- 'ENABLE_OILPAN=1',
- ],
- }],
['blink_logging_always_on==1', {
'feature_defines': [
'LOG_DISABLED=0',

Powered by Google App Engine
This is Rietveld 408576698