| Index: webkit/plugins/webkit_plugins.gypi
|
| diff --git a/webkit/plugins/webkit_plugins.gypi b/webkit/plugins/webkit_plugins.gypi
|
| index 1ab1831110b56f64daed8b91a42cbbf4262ee824..aaa4ef153aa88c5d0d2f2a7369ba2dbd414a6f43 100644
|
| --- a/webkit/plugins/webkit_plugins.gypi
|
| +++ b/webkit/plugins/webkit_plugins.gypi
|
| @@ -49,7 +49,6 @@
|
| '<(DEPTH)/base/base.gyp:base',
|
| '<(DEPTH)/base/base.gyp:base_i18n',
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
|
| '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
|
| '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
|
| '<(DEPTH)/media/media.gyp:media',
|
| @@ -59,12 +58,13 @@
|
| '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared',
|
| '<(DEPTH)/printing/printing.gyp:printing',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| + '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
| '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| + '<(DEPTH)/url/url.gyp:url',
|
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
|
| '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
|
| - '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| 'glue_common',
|
| 'plugins_common',
|
| 'user_agent',
|
|
|