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

Unified Diff: ui/chromeos/BUILD.gn

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/chromeos/BUILD.gn
diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn
index 9c27cde2cde6c5214ea055c9f02abf4148feef81..8d6767abdcf645a1b0f9ba3b74b3bd643cb9a926 100644
--- a/ui/chromeos/BUILD.gn
+++ b/ui/chromeos/BUILD.gn
@@ -52,3 +52,28 @@ component("ui_chromeos") {
]
defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
}
+
+test("ui_chromeos_unittests") {
+ sources = [
+ "../chromeos/ime/candidate_view_unittest.cc",
tfarina 2014/12/19 16:58:30 just noticed this now. I think could have been si
tfarina 2015/01/04 19:30:31 Done. https://codereview.chromium.org/833043002/di
+ "../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",
+ ]
+ deps = [
+ ":ui_chromeos",
+ "//base/test:test_support",
+ "//chromeos",
+ "//skia",
+ "//testing/gtest",
+ "//ui/aura:test_support",
+ "//ui/compositor",
+ "//ui/message_center",
+ "//ui/resources:ui_test_pak",
+ "//ui/views",
+ "//ui/views:test_support",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698