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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11414223: Move the test functions that deal with focus to interactive_ui_tets_utils.h and into the interactiv… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'browser/sessions/session_service_test_helper.cc', 158 'browser/sessions/session_service_test_helper.cc',
159 'browser/sessions/session_service_test_helper.h', 159 'browser/sessions/session_service_test_helper.h',
160 'browser/sessions/session_types_test_helper.cc', 160 'browser/sessions/session_types_test_helper.cc',
161 'browser/sessions/session_types_test_helper.h', 161 'browser/sessions/session_types_test_helper.h',
162 'browser/ssl/ssl_client_auth_requestor_mock.cc', 162 'browser/ssl/ssl_client_auth_requestor_mock.cc',
163 'browser/ssl/ssl_client_auth_requestor_mock.h', 163 'browser/ssl/ssl_client_auth_requestor_mock.h',
164 'browser/ui/browser.h', 164 'browser/ui/browser.h',
165 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', 165 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm',
166 'browser/ui/cocoa/run_loop_testing.h', 166 'browser/ui/cocoa/run_loop_testing.h',
167 'browser/ui/cocoa/run_loop_testing.mm', 167 'browser/ui/cocoa/run_loop_testing.mm',
168 'browser/ui/cocoa/test/ui_test_utils_mac.mm',
169 'browser/ui/find_bar/find_bar_host_unittest_util.h', 168 'browser/ui/find_bar/find_bar_host_unittest_util.h',
170 'browser/ui/fullscreen/fullscreen_controller_state_test.cc', 169 'browser/ui/fullscreen/fullscreen_controller_state_test.cc',
171 'browser/ui/fullscreen/fullscreen_controller_state_test.h', 170 'browser/ui/fullscreen/fullscreen_controller_state_test.h',
172 'browser/ui/fullscreen/fullscreen_controller_test.cc', 171 'browser/ui/fullscreen/fullscreen_controller_test.cc',
173 'browser/ui/fullscreen/fullscreen_controller_test.h', 172 'browser/ui/fullscreen/fullscreen_controller_test.h',
174 'browser/ui/gtk/find_bar_host_unittest_util_gtk.cc', 173 'browser/ui/gtk/find_bar_host_unittest_util_gtk.cc',
175 'browser/ui/gtk/test/ui_test_utils_gtk.cc',
176 'browser/ui/views/find_bar_host_unittest_util_views.cc', 174 'browser/ui/views/find_bar_host_unittest_util_views.cc',
177 'browser/ui/views/test/ui_test_utils_aura.cc',
178 'browser/ui/views/test/ui_test_utils_aura.h',
179 'browser/ui/views/test/ui_test_utils_views.cc',
180 'browser/ui/views/test/ui_test_utils_win.cc',
181 'common/extensions/extension_builder.cc', 175 'common/extensions/extension_builder.cc',
182 'common/extensions/extension_builder.h', 176 'common/extensions/extension_builder.h',
183 'common/extensions/extension_test_util.cc', 177 'common/extensions/extension_test_util.cc',
184 'common/extensions/extension_test_util.h', 178 'common/extensions/extension_test_util.h',
185 'common/extensions/value_builder.cc', 179 'common/extensions/value_builder.cc',
186 'common/extensions/value_builder.h', 180 'common/extensions/value_builder.h',
187 'renderer/chrome_mock_render_thread.cc', 181 'renderer/chrome_mock_render_thread.cc',
188 'renderer/chrome_mock_render_thread.h', 182 'renderer/chrome_mock_render_thread.h',
189 'renderer/mock_printer.cc', 183 'renderer/mock_printer.cc',
190 'renderer/mock_printer.h', 184 'renderer/mock_printer.h',
(...skipping 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after
2286 'unit_tests.isolate', 2280 'unit_tests.isolate',
2287 ], 2281 ],
2288 'sources': [ 2282 'sources': [
2289 'unit_tests.isolate', 2283 'unit_tests.isolate',
2290 ], 2284 ],
2291 }, 2285 },
2292 ], 2286 ],
2293 }], 2287 }],
2294 ], # 'conditions' 2288 ], # 'conditions'
2295 } 2289 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698