| Index: webkit/glue/webkit_glue.gypi
|
| diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
|
| index 1d1a90d30c8af9e7a86fe0c1e85afdae7043a704..94a140eb72471bcc55acc4d56bf3231efc2995bf 100644
|
| --- a/webkit/glue/webkit_glue.gypi
|
| +++ b/webkit/glue/webkit_glue.gypi
|
| @@ -164,8 +164,8 @@
|
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
|
| '<(DEPTH)/ui/ui.gyp:ui',
|
| '<(DEPTH)/url/url.gyp:url_lib',
|
| + '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
|
| 'glue_common',
|
| - 'webkit_common',
|
| ],
|
|
|
| 'sources': [
|
| @@ -211,6 +211,7 @@
|
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
|
| '<(DEPTH)/webkit/base/webkit_base.gyp:webkit_base',
|
| '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
|
| + '<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
|
| '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common',
|
| '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
|
| '<(DEPTH)/webkit/storage_browser.gyp:webkit_storage_browser',
|
| @@ -219,7 +220,6 @@
|
| '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_strings',
|
| 'glue_common',
|
| 'plugins',
|
| - 'webkit_common',
|
| 'webkit_media',
|
| ],
|
| 'include_dirs': [
|
|
|