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

Unified Diff: ui/chromeos/ui_chromeos.gyp

Issue 738513002: Move the tests in ui/chromeos to a new target: ui_chromeos_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 1 month 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/chromeos/run_all_unittests.cc ('K') | « ui/chromeos/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/ui_chromeos.gyp
diff --git a/ui/chromeos/ui_chromeos.gyp b/ui/chromeos/ui_chromeos.gyp
index dd3ae803e5cfbb3cd1908c3c7b62a62f32020ca6..220c9a4f5e62fa5ea0456a77b303a282e8e13e16 100644
--- a/ui/chromeos/ui_chromeos.gyp
+++ b/ui/chromeos/ui_chromeos.gyp
@@ -95,5 +95,31 @@
'user_activity_power_manager_notifier.h',
],
}, # target_name: ui_chromeos
+ {
+ 'target_name': 'ui_chromeos_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../../base/base.gyp:test_support_base',
+ '../../chromeos/chromeos.gyp:chromeos',
+ '../../skia/skia.gyp:skia',
+ '../../testing/gtest.gyp:gtest',
+ '../aura/aura.gyp:aura_test_support',
+ '../compositor/compositor.gyp:compositor',
+ '../message_center/message_center.gyp:message_center',
+ '../resources/ui_resources.gyp:ui_test_pak',
+ '../views/views.gyp:views',
+ '../views/views.gyp:views_test_support',
+ 'ui_chromeos',
+ ],
+ 'sources': [
+ '../chromeos/ime/candidate_view_unittest.cc',
+ '../chromeos/ime/candidate_window_view_unittest.cc',
+ '../chromeos/ime/input_method_menu_item_unittest.cc',
+ '../chromeos/ime/input_method_menu_manager_unittest.cc',
+ '../chromeos/network/network_state_notifier_unittest.cc',
+ '../chromeos/touch_exploration_controller_unittest.cc',
+ 'run_all_unittests.cc',
+ ],
+ }, # target_name: ui_chromeos_unittests
],
}
« ui/chromeos/run_all_unittests.cc ('K') | « ui/chromeos/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698