Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: ui/views/views.gyp

Issue 10915159: views: Remove content dependency from views package. Try 3! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: only in test_support_views should be enough Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index c9fd3fcdf29990e1f53b24e7ccb0b53e6d6c073e..204957fc294414b9103ff16bbd1444ad9cc8d74e 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -32,7 +32,6 @@
'../../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',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
@@ -505,6 +504,7 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
+ '../../content/content.gyp:content',
'../../content/content.gyp:test_support_content',
'../../ipc/ipc.gyp:test_support_ipc',
'../../skia/skia.gyp:skia',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698