OLD | NEW |
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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 'test/automation/browser_proxy.h', | 221 'test/automation/browser_proxy.h', |
222 'test/automation/tab_proxy.cc', | 222 'test/automation/tab_proxy.cc', |
223 'test/automation/tab_proxy.h', | 223 'test/automation/tab_proxy.h', |
224 'test/automation/window_proxy.cc', | 224 'test/automation/window_proxy.cc', |
225 'test/automation/window_proxy.h', | 225 'test/automation/window_proxy.h', |
226 'test/base/chrome_process_util.cc', | 226 'test/base/chrome_process_util.cc', |
227 'test/base/chrome_process_util.h', | 227 'test/base/chrome_process_util.h', |
228 'test/base/chrome_process_util_mac.cc', | 228 'test/base/chrome_process_util_mac.cc', |
229 'test/base/chrome_render_view_host_test_harness.cc', | 229 'test/base/chrome_render_view_host_test_harness.cc', |
230 'test/base/chrome_render_view_host_test_harness.h', | 230 'test/base/chrome_render_view_host_test_harness.h', |
| 231 'test/base/chrome_test_launcher.cc', |
| 232 'test/base/chrome_test_launcher.h', |
231 'test/base/chrome_test_suite.cc', | 233 'test/base/chrome_test_suite.cc', |
232 'test/base/chrome_test_suite.h', | 234 'test/base/chrome_test_suite.h', |
233 'test/base/find_in_page_observer.cc', | 235 'test/base/find_in_page_observer.cc', |
234 'test/base/find_in_page_observer.h', | 236 'test/base/find_in_page_observer.h', |
235 'test/base/history_index_restore_observer.cc', | 237 'test/base/history_index_restore_observer.cc', |
236 'test/base/history_index_restore_observer.h', | 238 'test/base/history_index_restore_observer.h', |
237 'test/base/in_process_browser_test.cc', | 239 'test/base/in_process_browser_test.cc', |
238 'test/base/in_process_browser_test.h', | 240 'test/base/in_process_browser_test.h', |
239 'test/base/javascript_test_observer.cc', | 241 'test/base/javascript_test_observer.cc', |
240 'test/base/javascript_test_observer.h', | 242 'test/base/javascript_test_observer.h', |
(...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2920 'browser/ui/app_list/test/fake_profile_store.cc', | 2922 'browser/ui/app_list/test/fake_profile_store.cc', |
2921 'browser/ui/app_list/test/fake_profile_store.h', | 2923 'browser/ui/app_list/test/fake_profile_store.h', |
2922 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2924 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2923 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2925 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2924 ], | 2926 ], |
2925 }, | 2927 }, |
2926 ], | 2928 ], |
2927 }], | 2929 }], |
2928 ], # 'conditions' | 2930 ], # 'conditions' |
2929 } | 2931 } |
OLD | NEW |