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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 14110002: Introduce bindings.gyp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index fc3bde16e216c20a6caea787b9a97249466c70e4..866af91a164c0b6c2315cb6cea6fe627edde467a 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -48,6 +48,7 @@
'dependencies': [
'../../Platform/Platform.gyp/Platform.gyp:webkit_platform',
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
+ '../../bindings/bindings.gyp:bindings',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
@@ -584,7 +585,7 @@
'WEBKIT_IMPLEMENTATION=1',
],
'dependencies': [
- '../../WebCore/WebCore.gyp/WebCore.gyp:webcore_bindings',
+ '../../bindings/bindings.gyp:bindings',
Nico 2013/04/11 05:56:37 Is this needed? It looks like there's an unconditi
abarth-chromium 2013/04/11 06:25:17 I don't think it's needed, but I kept it for the t
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore_test_support',
'<(DEPTH)/base/base.gyp:test_support_base',
'<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',

Powered by Google App Engine
This is Rietveld 408576698