Commit c6124b76 authored by tfarina@chromium.org's avatar tfarina@chromium.org

Cleanup dependency on webkit_common target.

Only content/common and webkit/common/blob/ include from
webkit/common/data_element.h and thus need to depend on webkit_common
target.

BUG=338338
TEST=None
R=jamesr@chromium.org
TBR=darin@chromium.org

Review URL: https://codereview.chromium.org/390983006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283681 0039d316-1c4b-4281-b951-d872f2087c98
parent 9087c076
......@@ -21,7 +21,6 @@
'../../ui/base/ui_base.gyp:ui_base',
'../../ui/gfx/gfx.gyp:gfx',
'../../ui/gfx/gfx.gyp:gfx_geometry',
'../../webkit/common/webkit_common.gyp:webkit_common',
'../../webkit/storage_browser.gyp:webkit_storage_browser',
'../../webkit/storage_common.gyp:webkit_storage_common',
'../../third_party/openssl/openssl.gyp:openssl',
......
......@@ -2966,7 +2966,6 @@
'../ui/surface/surface.gyp:surface',
'../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
'../webkit/webkit_resources.gyp:webkit_resources',
......
......@@ -2613,7 +2613,6 @@
'../ui/surface/surface.gyp:surface',
'../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common',
'../webkit/webkit_resources.gyp:webkit_resources',
......
......@@ -299,7 +299,6 @@
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
'../ui/surface/surface.gyp:surface',
'../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/webkit_resources.gyp:webkit_resources',
],
'include_dirs': [
......
......@@ -185,7 +185,6 @@
'../content/content.gyp:content_renderer',
'../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
'../third_party/WebKit/public/blink.gyp:blink',
'../webkit/common/webkit_common.gyp:webkit_common',
],
'defines': [
'<@(nacl_defines)',
......
......@@ -1571,6 +1571,7 @@
'../mojo/mojo.gyp:mojo_js_bindings',
'../mojo/mojo.gyp:mojo_service_provider_bindings',
'../net/net.gyp:http_server',
'../third_party/angle/src/build_angle.gyp:commit_id',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../ui/surface/surface.gyp:surface',
'../webkit/common/webkit_common.gyp:webkit_common',
......@@ -1578,7 +1579,6 @@
'../webkit/storage_common.gyp:webkit_storage_common',
'../webkit/webkit_resources.gyp:webkit_resources',
'../webkit/webkit_resources.gyp:webkit_strings',
'../third_party/angle/src/build_angle.gyp:commit_id',
],
}],
['enable_printing!=0', {
......
......@@ -32,7 +32,6 @@
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_common.gyp:webkit_storage_common',
],
'include_dirs': [
......
......@@ -61,7 +61,6 @@
'../ui/gl/gl.gyp:gl',
'../url/url.gyp:url_lib',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/webkit_resources.gyp:webkit_resources',
],
......
......@@ -44,7 +44,6 @@
'<(DEPTH)/ui/native_theme/native_theme.gyp:native_theme',
'<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
'<(DEPTH)/webkit/common/webkit_common.gyp:webkit_common',
],
'include_dirs': [
# For JNI generated header.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment