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

Unified Diff: Source/build/features.gypi

Issue 1212123003: Componentization: make symbols visible. (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
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 6c7847640844f8ca78ffb11fabe72be8252c9ee6..475f7d887b8dde7a79529e6468bfcea2e3ce0ed4 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -100,7 +100,7 @@
'LOG_DISABLED=0',
],
}],
- ['link_core_modules_separately==1', {
+ ['link_core_modules_separately==1 and component=="shared_library"', {
'feature_defines': [
'LINK_CORE_MODULES_SEPARATELY',
],

Powered by Google App Engine
This is Rietveld 408576698