Chromium Code Reviews| 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', |