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

Unified Diff: ui/views/views.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp Created 7 years, 2 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
« ui/ui.gyp ('K') | « ui/ui_unittests.gypi ('k') | 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 0013f93a9a5f0d0bcc9c666fa94dd0cff831f4b2..e5adb347daa8e33eb95ad2cdc50d4fbcaa05c934 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -550,7 +550,7 @@
}],
['OS=="linux" and chromeos==0', {
'dependencies': [
- '../ui.gyp:shell_dialogs',
+ '../shell_dialogs/shell_dialogs.gyp:shell_dialogs',
],
}, { # OS=="linux" and chromeos==0
'sources/': [
@@ -712,7 +712,7 @@
'../gfx/gfx.gyp:gfx',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
- '../ui.gyp:ui_test_support',
+ '../ui_unittests.gyp:ui_test_support',
'views',
'views_test_support',
],
« ui/ui.gyp ('K') | « ui/ui_unittests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698