| Index: webkit/glue/webkit_glue.gypi
|
| diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
|
| index cce64c36be5ad00ff837b041b2e28afcf77b651c..7c993b5c1c58b26fedf1ed40e604b8cc813f6d5d 100644
|
| --- a/webkit/glue/webkit_glue.gypi
|
| +++ b/webkit/glue/webkit_glue.gypi
|
| @@ -64,15 +64,15 @@
|
| 'WEBKIT_GLUE_IMPLEMENTATION',
|
| ],
|
| 'dependencies': [
|
| - '<(DEPTH)/base/base.gyp:base_i18n',
|
| '<(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)/net/net.gyp:net',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
| '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| + '<(DEPTH)/url/url.gyp:url_lib',
|
| ],
|
|
|
| 'include_dirs': [
|
| @@ -166,7 +166,6 @@
|
| '<(DEPTH)/base/base.gyp:base_i18n',
|
| '<(DEPTH)/base/base.gyp:base_static',
|
| '<(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)/net/net.gyp:net',
|
| @@ -180,6 +179,7 @@
|
| '<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
| '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| + '<(DEPTH)/url/url.gyp:url_lib',
|
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
|
| '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
|
| '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
|
|
|