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

Unified Diff: Source/modules/modules.gyp

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/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 7a1f87d6975a16144f7a4bcdb7d1241e3478b792..a30ca17ecdbc2abd9b9e1f3eaec2559309cb5bb5 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -102,6 +102,7 @@
['component=="shared_library" and link_core_modules_separately==1', {
'dependencies': [
'../core/core.gyp:webcore_shared',
+ '<(DEPTH)/gin/gin.gyp:gin',
],
}, {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698