summaryrefslogtreecommitdiffstats
path: root/ui/views/views.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 23:18:17 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 23:18:17 +0000
commit60773468c35180e2b06e06bc9cc061ec39c40b38 (patch)
treec2320c2066dd54326e58906ca4ea53f33eb37393 /ui/views/views.gyp
parent963af98c884ebeb263c593599ce2fc81dcc93390 (diff)
downloadchromium_src-60773468c35180e2b06e06bc9cc061ec39c40b38.zip
chromium_src-60773468c35180e2b06e06bc9cc061ec39c40b38.tar.gz
chromium_src-60773468c35180e2b06e06bc9cc061ec39c40b38.tar.bz2
Correct dependencies on content. This should fix the cros build.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10034035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r--ui/views/views.gyp7
1 files changed, 3 insertions, 4 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 22ae4aba..97a4627 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -29,7 +29,7 @@
'../../base/base.gyp:base_i18n',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../build/temp_gyp/googleurl.gyp:googleurl',
- '../../content/content.gyp:content_browser',
+ '../../content/content.gyp:content',
'../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
@@ -548,7 +548,7 @@
'../../base/base.gyp:base_i18n',
'../../build/temp_gyp/googleurl.gyp:googleurl',
'../../chrome/chrome_resources.gyp:packed_resources',
- '../../content/content.gyp:content_browser',
+ '../../content/content.gyp:content',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
@@ -632,8 +632,7 @@
'../../base/base.gyp:base_i18n',
'../../chrome/chrome_resources.gyp:packed_resources',
'../../content/content.gyp:content_shell_lib',
- '../../content/content.gyp:content_gpu',
- '../../content/content.gyp:content_renderer',
+ '../../content/content.gyp:content',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',