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

Unified Diff: ui/ui_unittests.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.gyp ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gyp
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gyp
similarity index 98%
rename from ui/ui_unittests.gypi
rename to ui/ui_unittests.gyp
index 8317d5a149095a3ac28e381dad8c5f8639c6e4a6..b86475cb686242ad874823b98b94c5f2a22b8373 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gyp
@@ -3,6 +3,9 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'chromium_code': 1,
+ },
'targets': [
{
'target_name': 'ui_test_support',
@@ -64,7 +67,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
- 'ui',
+ 'ui.gyp:ui',
],
'sources': [
'test/test_suite.cc',
@@ -87,11 +90,11 @@
'../url/url.gyp:url_lib',
'base/strings/ui_strings.gyp:ui_strings',
'events/events.gyp:events',
- 'keycode_converter',
'run_ui_unittests',
- 'shell_dialogs',
- 'ui',
- 'ui_resources',
+ 'shell_dialogs/shell_dialogs.gyp:shell_dialogs',
+ 'ui.gyp:keycode_converter',
+ 'ui.gyp:ui',
+ 'ui.gyp:ui_resources',
'ui_test_support',
],
# iOS uses a small subset of ui. common_sources are the only files that
« ui/ui.gyp ('K') | « ui/ui.gyp ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698