Commit d5ed33e1 authored by scottmg@chromium.org's avatar scottmg@chromium.org

Remove some dependencies that cause content to be linked into the browser dll

BUG=329384

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247860 0039d316-1c4b-4281-b951-d872f2087c98
parent e3e3ff69
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
'../base/base.gyp:base_i18n', '../base/base.gyp:base_i18n',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../cc/cc.gyp:cc', '../cc/cc.gyp:cc',
'../content/content.gyp:content',
'../content/content.gyp:content_browser', '../content/content.gyp:content_browser',
'../media/media.gyp:media', '../media/media.gyp:media',
'../net/net.gyp:net', '../net/net.gyp:net',
...@@ -662,7 +661,6 @@ ...@@ -662,7 +661,6 @@
'dependencies': [ 'dependencies': [
'../base/base.gyp:base', '../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../content/content.gyp:content',
'../content/content.gyp:content_browser', '../content/content.gyp:content_browser',
'../ipc/ipc.gyp:ipc', '../ipc/ipc.gyp:ipc',
'../skia/skia.gyp:skia', '../skia/skia.gyp:skia',
......
...@@ -450,6 +450,7 @@ ...@@ -450,6 +450,7 @@
'../media/media.gyp:shared_memory_support', '../media/media.gyp:shared_memory_support',
'../third_party/WebKit/public/blink.gyp:blink', '../third_party/WebKit/public/blink.gyp:blink',
'../ui/gl/gl.gyp:gl', '../ui/gl/gl.gyp:gl',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
'../webkit/common/webkit_common.gyp:webkit_common', '../webkit/common/webkit_common.gyp:webkit_common',
'../webkit/storage_browser.gyp:webkit_storage_browser', '../webkit/storage_browser.gyp:webkit_storage_browser',
'../webkit/storage_common.gyp:webkit_storage_common', '../webkit/storage_common.gyp:webkit_storage_common',
......
...@@ -140,7 +140,6 @@ ...@@ -140,7 +140,6 @@
}], }],
['toolkit_views==1', { ['toolkit_views==1', {
'dependencies': [ 'dependencies': [
'../../content/content.gyp:content',
'../../content/content.gyp:content_browser', '../../content/content.gyp:content_browser',
'../events/events.gyp:events', '../events/events.gyp:events',
'../views/controls/webview/webview.gyp:webview', '../views/controls/webview/webview.gyp:webview',
......
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