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 |