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

Unified Diff: ui/chromeos/BUILD.gn

Issue 833043002: ui/chromeos: Fix the path to unit tests in the GN build file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/BUILD.gn
diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn
index 8d6767abdcf645a1b0f9ba3b74b3bd643cb9a926..743600fa87030c0f6e5f447015f4128b83de8a28 100644
--- a/ui/chromeos/BUILD.gn
+++ b/ui/chromeos/BUILD.gn
@@ -55,13 +55,13 @@ component("ui_chromeos") {
test("ui_chromeos_unittests") {
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",
+ "ime/candidate_view_unittest.cc",
+ "ime/candidate_window_view_unittest.cc",
+ "ime/input_method_menu_item_unittest.cc",
+ "ime/input_method_menu_manager_unittest.cc",
+ "network/network_state_notifier_unittest.cc",
"run_all_unittests.cc",
+ "touch_exploration_controller_unittest.cc",
]
deps = [
":ui_chromeos",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698