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

Side by Side 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, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 component("ui_chromeos") { 5 component("ui_chromeos") {
6 sources = [ 6 sources = [
7 "accessibility_types.h", 7 "accessibility_types.h",
8 "ime/candidate_view.cc", 8 "ime/candidate_view.cc",
9 "ime/candidate_view.h", 9 "ime/candidate_view.h",
10 "ime/candidate_window_view.cc", 10 "ime/candidate_window_view.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "//ui/events:gesture_detection", 48 "//ui/events:gesture_detection",
49 "//ui/message_center", 49 "//ui/message_center",
50 "//ui/views", 50 "//ui/views",
51 "//ui/wm", 51 "//ui/wm",
52 ] 52 ]
53 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ] 53 defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
54 } 54 }
55 55
56 test("ui_chromeos_unittests") { 56 test("ui_chromeos_unittests") {
57 sources = [ 57 sources = [
58 "../chromeos/ime/candidate_view_unittest.cc", 58 "ime/candidate_view_unittest.cc",
59 "../chromeos/ime/candidate_window_view_unittest.cc", 59 "ime/candidate_window_view_unittest.cc",
60 "../chromeos/ime/input_method_menu_item_unittest.cc", 60 "ime/input_method_menu_item_unittest.cc",
61 "../chromeos/ime/input_method_menu_manager_unittest.cc", 61 "ime/input_method_menu_manager_unittest.cc",
62 "../chromeos/network/network_state_notifier_unittest.cc", 62 "network/network_state_notifier_unittest.cc",
63 "../chromeos/touch_exploration_controller_unittest.cc",
64 "run_all_unittests.cc", 63 "run_all_unittests.cc",
64 "touch_exploration_controller_unittest.cc",
65 ] 65 ]
66 deps = [ 66 deps = [
67 ":ui_chromeos", 67 ":ui_chromeos",
68 "//base/test:test_support", 68 "//base/test:test_support",
69 "//chromeos", 69 "//chromeos",
70 "//skia", 70 "//skia",
71 "//testing/gtest", 71 "//testing/gtest",
72 "//ui/aura:test_support", 72 "//ui/aura:test_support",
73 "//ui/compositor", 73 "//ui/compositor",
74 "//ui/message_center", 74 "//ui/message_center",
75 "//ui/resources:ui_test_pak", 75 "//ui/resources:ui_test_pak",
76 "//ui/views", 76 "//ui/views",
77 "//ui/views:test_support", 77 "//ui/views:test_support",
78 ] 78 ]
79 } 79 }
OLDNEW
« 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