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

Unified Diff: Source/web/web.gyp

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added --target-component instead of --genearte-partial Created 6 years, 2 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/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index ad0fc328eef314893707a3ff38b2e1e6472bc270..19be55c3e12b9afb965099655c75c1573445735b 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -219,9 +219,11 @@
'../modules/modules.gyp:modules_testing',
'../wtf/wtf.gyp:wtf',
'<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
],
'include_dirs': [
'../../',
+ '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
],
'sources': [
'WebTestingSupport.cpp',

Powered by Google App Engine
This is Rietveld 408576698