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

Unified Diff: components/translate.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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 | « components/policy/policy_browser.gypi ('k') | components/user_prefs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate.gypi
diff --git a/components/translate.gypi b/components/translate.gypi
index 6382c7acaa5845a50ad4f00d0a041d8aaf3bbd39..07238f6266cccc2d044d96e872d6e9c9459e5318 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -8,15 +8,15 @@
'target_name': 'translate_core_browser',
'type': 'static_library',
'dependencies': [
- 'component_resources.gyp:component_resources',
- 'language_usage_metrics',
- 'translate_core_common',
- 'user_prefs',
'../base/base.gyp:base',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
+ '../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib',
- '../ui/ui.gyp:ui',
+ 'component_resources.gyp:component_resources',
+ 'language_usage_metrics',
+ 'translate_core_common',
+ 'user_prefs',
],
'include_dirs': [
'..',
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | components/user_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698