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

Unified Diff: third_party/WebKit/Source/config.gyp

Issue 1517193002: Trial: build trunk with Oilpan everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert previous 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 | « third_party/WebKit/Source/build/features.gypi ('k') | third_party/WebKit/public/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/config.gyp
diff --git a/third_party/WebKit/Source/config.gyp b/third_party/WebKit/Source/config.gyp
index acf1c53b38ac74282a2a1504a59193b059e86c35..9031f30ecd9ad3f99b65d00bcc089e5816189b4f 100644
--- a/third_party/WebKit/Source/config.gyp
+++ b/third_party/WebKit/Source/config.gyp
@@ -35,7 +35,7 @@
# Enables the Oilpan garbage-collection infrastructure.
# If you update the default value below, be sure to update the one in
# build/features.gypi, too!
- 'enable_oilpan%': 0,
+ 'enable_oilpan%': 1,
# If set to 1 (default) and using clang, the Blink GC plugin will check the
# usage of the garbage-collection infrastructure during compilation.
'blink_gc_plugin%': 1,
« no previous file with comments | « third_party/WebKit/Source/build/features.gypi ('k') | third_party/WebKit/public/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698