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

Unified Diff: ui/shell_dialogs/shell_dialogs.gyp

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 | « ui/ozone/ime/ime.gypi ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/shell_dialogs.gyp
diff --git a/ui/shell_dialogs/shell_dialogs.gyp b/ui/shell_dialogs/shell_dialogs.gyp
index 00234c87cc9a49f7920a27d4ef730479681c96a4..7cd262d726ced9765c54956ef9b6d917b618a434 100644
--- a/ui/shell_dialogs/shell_dialogs.gyp
+++ b/ui/shell_dialogs/shell_dialogs.gyp
@@ -15,7 +15,7 @@
'../../base/base.gyp:base_i18n',
'../../skia/skia.gyp:skia',
'../base/strings/ui_strings.gyp:ui_strings',
- '../ui.gyp:ui',
+ '../base/ui_base.gyp:ui_base',
],
'defines': [
'SHELL_DIALOGS_IMPLEMENTATION',
@@ -62,7 +62,7 @@
['OS=="android"',
{
'dependencies': [
- '../ui.gyp:ui_base_jni_headers',
+ '../base/ui_base.gyp:ui_base_jni_headers',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/ui',
« no previous file with comments | « ui/ozone/ime/ime.gypi ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698