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

Unified Diff: ui/base/ui_base_tests.gypi

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
Index: ui/base/ui_base_tests.gypi
diff --git a/ui/base/ui_base_tests.gypi b/ui/base/ui_base_tests.gypi
index 7fb41de37f980f43d83c578717479d46f9ff0157..32b44dafce31145192a490630e4e23a4ba94bd75 100644
--- a/ui/base/ui_base_tests.gypi
+++ b/ui/base/ui_base_tests.gypi
@@ -195,23 +195,6 @@
['chromeos==1', {
'dependencies': [
'../../chromeos/chromeos.gyp:chromeos',
- '../aura/aura.gyp:aura_test_support',
tfarina 2014/11/19 17:32:18 thanks
- '../chromeos/ui_chromeos.gyp:ui_chromeos',
- '../chromeos/ui_chromeos.gyp:ui_chromeos_resources',
- '../chromeos/ui_chromeos.gyp:ui_chromeos_strings',
- '../events/events.gyp:gesture_detection',
- '../message_center/message_center.gyp:message_center',
- '../views/views.gyp:views',
- '../views/views.gyp:views_test_support',
- ],
- 'sources': [
- # TODO(pkotwicz): Move tests to their own target (crbug.com/432538)
- '../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',
],
'sources!': [
'dragdrop/os_exchange_data_provider_aurax11_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698