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

Unified Diff: ui/views/views.gyp

Issue 1978293003: Rename ViewTestSuite to ViewsTestSuite and put it in the proper file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@widgetinteractive
Patch Set: rebase Created 4 years, 7 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/views/run_all_unittests_main.cc ('k') | ui/views/views_test_suite.h » ('j') | 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 6ffa9e0c36d4b7b12bcce030f56a5f376a2112c4..b57a8158d635d32d2181e1450e808b6e4f810ae5 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -561,8 +561,8 @@
'test/widget_test_aura.cc',
],
'views_test_support_desktop_aura_x11_sources': [
- 'test/desktop_screen_x11_test_api.h',
'test/desktop_screen_x11_test_api.cc',
+ 'test/desktop_screen_x11_test_api.h',
'test/ui_controls_factory_desktop_aurax11.cc',
'test/ui_controls_factory_desktop_aurax11.h',
],
@@ -619,14 +619,14 @@
'layout/box_layout_unittest.cc',
'layout/grid_layout_unittest.cc',
'rect_based_targeting_utils_unittest.cc',
- 'run_all_unittests.cc',
- 'run_all_unittests.h',
'run_all_unittests_main.cc',
'style/mac/dialog_button_border_mac_unittest.cc',
'view_model_unittest.cc',
'view_model_utils_unittest.cc',
'view_targeter_unittest.cc',
'view_unittest.cc',
+ 'views_test_suite.cc',
+ 'views_test_suite.h',
'widget/native_widget_mac_unittest.mm',
'widget/native_widget_unittest.cc',
'widget/root_view_unittest.cc',
@@ -1028,9 +1028,9 @@
],
'sources': [
'cocoa/bridged_native_widget_interactive_uitest.mm',
- 'run_all_unittests.cc',
- 'run_all_unittests.h',
'run_all_unittests_main.cc',
+ 'views_test_suite.cc',
+ 'views_test_suite.h',
'widget/native_widget_mac_interactive_uitest.mm',
],
'conditions': [
« no previous file with comments | « ui/views/run_all_unittests_main.cc ('k') | ui/views/views_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698