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

Unified Diff: ui/base/BUILD.gn

Issue 680383008: Move ash/ime to ui/chromeos/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash48_global_command
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | ui/base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 37a384965bf70650e37479c649cd58fe82ed9aba..99ac20d2d4273fbc1d46c7e80320d24c5f65079f 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -895,6 +895,11 @@ test("ui_unittests") {
if (is_chromeos) {
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",
]
@@ -910,6 +915,8 @@ test("ui_unittests") {
"//ui/chromeos:ui_chromeos",
"//ui/events:gesture_detection",
"//ui/message_center:message_center",
+ "//ui/views",
sky 2014/11/14 17:56:04 This is wrong and means there is a cycle between v
oshima 2014/11/14 19:52:11 This is for the test target, so it won't introduce
+ "//ui/views:test_support",
]
}
}
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos.cc ('k') | ui/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698