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

Unified Diff: Source/build/features.gypi

Issue 1212853002: Componentization: enable linking core and modules separately. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | Source/core/editing/PositionWithAffinity.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 6c7847640844f8ca78ffb11fabe72be8252c9ee6..403d571c8d4491fdf63faeb1f7f9bb204f9c4eb2 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -51,7 +51,7 @@
'enable_oilpan%': 0,
'blink_gc_profiling%': 0,
'blink_logging_always_on%': 0,
- 'link_core_modules_separately%': 0,
+ 'link_core_modules_separately%': 1,
},
'conditions': [
['use_concatenated_impulse_responses==1', {
« no previous file with comments | « no previous file | Source/core/editing/PositionWithAffinity.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698