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

Side by Side Diff: ui/chromeos/ui_chromeos.gyp

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: 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 unified diff | Download patch
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'network/network_list.h', 88 'network/network_list.h',
89 'network/network_list_delegate.h', 89 'network/network_list_delegate.h',
90 'network/network_state_notifier.cc', 90 'network/network_state_notifier.cc',
91 'network/network_state_notifier.h', 91 'network/network_state_notifier.h',
92 'touch_exploration_controller.cc', 92 'touch_exploration_controller.cc',
93 'touch_exploration_controller.h', 93 'touch_exploration_controller.h',
94 'user_activity_power_manager_notifier.cc', 94 'user_activity_power_manager_notifier.cc',
95 'user_activity_power_manager_notifier.h', 95 'user_activity_power_manager_notifier.h',
96 ], 96 ],
97 }, # target_name: ui_chromeos 97 }, # target_name: ui_chromeos
98 {
99 'target_name': 'ui_chromeos_unittests',
100 'type': '<(gtest_target_type)',
101 'dependencies': [
102 '../../base/base.gyp:test_support_base',
103 '../../chromeos/chromeos.gyp:chromeos',
104 '../../skia/skia.gyp:skia',
105 '../../testing/gtest.gyp:gtest',
106 '../aura/aura.gyp:aura_test_support',
107 '../compositor/compositor.gyp:compositor',
108 '../message_center/message_center.gyp:message_center',
109 '../resources/ui_resources.gyp:ui_test_pak',
110 '../views/views.gyp:views',
111 '../views/views.gyp:views_test_support',
112 'ui_chromeos',
113 ],
114 'sources': [
115 '../chromeos/ime/candidate_view_unittest.cc',
116 '../chromeos/ime/candidate_window_view_unittest.cc',
117 '../chromeos/ime/input_method_menu_item_unittest.cc',
118 '../chromeos/ime/input_method_menu_manager_unittest.cc',
119 '../chromeos/network/network_state_notifier_unittest.cc',
120 '../chromeos/touch_exploration_controller_unittest.cc',
121 'run_all_unittests.cc',
122 ],
123 }, # target_name: ui_chromeos_unittests
98 ], 124 ],
99 } 125 }
OLDNEW
« testing/buildbot/chromium.chromiumos.json ('K') | « ui/chromeos/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698