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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'browser/signin/fake_profile_oauth2_token_service.cc', | 182 'browser/signin/fake_profile_oauth2_token_service.cc', |
183 'browser/signin/fake_profile_oauth2_token_service.h', | 183 'browser/signin/fake_profile_oauth2_token_service.h', |
184 'browser/signin/fake_signin_manager.cc', | 184 'browser/signin/fake_signin_manager.cc', |
185 'browser/signin/fake_signin_manager.h', | 185 'browser/signin/fake_signin_manager.h', |
186 'browser/ssl/ssl_client_auth_requestor_mock.cc', | 186 'browser/ssl/ssl_client_auth_requestor_mock.cc', |
187 'browser/ssl/ssl_client_auth_requestor_mock.h', | 187 'browser/ssl/ssl_client_auth_requestor_mock.h', |
188 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', | 188 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.cc', |
189 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', | 189 'browser/storage_monitor/test_media_transfer_protocol_manager_linux.h', |
190 'browser/storage_monitor/test_storage_monitor.cc', | 190 'browser/storage_monitor/test_storage_monitor.cc', |
191 'browser/storage_monitor/test_storage_monitor.h', | 191 'browser/storage_monitor/test_storage_monitor.h', |
| 192 'browser/sync/profile_sync_service_mock.cc', |
| 193 'browser/sync/profile_sync_service_mock.h', |
192 'browser/ui/browser.h', | 194 'browser/ui/browser.h', |
193 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', | 195 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', |
194 'browser/ui/cocoa/run_loop_testing.h', | 196 'browser/ui/cocoa/run_loop_testing.h', |
195 'browser/ui/cocoa/run_loop_testing.mm', | 197 'browser/ui/cocoa/run_loop_testing.mm', |
196 'browser/ui/find_bar/find_bar_host_unittest_util.h', | 198 'browser/ui/find_bar/find_bar_host_unittest_util.h', |
197 'browser/ui/fullscreen/fullscreen_controller_state_test.cc', | 199 'browser/ui/fullscreen/fullscreen_controller_state_test.cc', |
198 'browser/ui/fullscreen/fullscreen_controller_state_test.h', | 200 'browser/ui/fullscreen/fullscreen_controller_state_test.h', |
199 'browser/ui/fullscreen/fullscreen_controller_state_tests.h', | 201 'browser/ui/fullscreen/fullscreen_controller_state_tests.h', |
200 'browser/ui/fullscreen/fullscreen_controller_test.cc', | 202 'browser/ui/fullscreen/fullscreen_controller_test.cc', |
201 'browser/ui/fullscreen/fullscreen_controller_test.h', | 203 'browser/ui/fullscreen/fullscreen_controller_test.h', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 '../sync/sync.gyp:sync', | 435 '../sync/sync.gyp:sync', |
434 '../testing/gmock.gyp:gmock', | 436 '../testing/gmock.gyp:gmock', |
435 '../testing/gtest.gyp:gtest', | 437 '../testing/gtest.gyp:gtest', |
436 ], | 438 ], |
437 'include_dirs': [ | 439 'include_dirs': [ |
438 '..', | 440 '..', |
439 ], | 441 ], |
440 'sources': [ | 442 'sources': [ |
441 'browser/sync/glue/session_sync_test_helper.cc', | 443 'browser/sync/glue/session_sync_test_helper.cc', |
442 'browser/sync/glue/session_sync_test_helper.h', | 444 'browser/sync/glue/session_sync_test_helper.h', |
443 'browser/sync/profile_sync_service_mock.cc', | |
444 'browser/sync/profile_sync_service_mock.h', | |
445 'test/base/run_all_unittests.cc', | 445 'test/base/run_all_unittests.cc', |
446 ], | 446 ], |
447 'conditions': [ | 447 'conditions': [ |
448 ['toolkit_uses_gtk == 1', { | 448 ['toolkit_uses_gtk == 1', { |
449 'dependencies': [ | 449 'dependencies': [ |
450 # Needed for the following #include chain: | 450 # Needed for the following #include chain: |
451 # test/base/run_all_unittests.cc | 451 # test/base/run_all_unittests.cc |
452 # test/base/chrome_test_suite.h | 452 # test/base/chrome_test_suite.h |
453 # gtk/gtk.h | 453 # gtk/gtk.h |
454 '../build/linux/system.gyp:gtk', | 454 '../build/linux/system.gyp:gtk', |
(...skipping 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2928 'browser/ui/app_list/test/fake_profile_store.cc', | 2928 'browser/ui/app_list/test/fake_profile_store.cc', |
2929 'browser/ui/app_list/test/fake_profile_store.h', | 2929 'browser/ui/app_list/test/fake_profile_store.h', |
2930 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2930 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2931 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2931 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2932 ], | 2932 ], |
2933 }, | 2933 }, |
2934 ], | 2934 ], |
2935 }], | 2935 }], |
2936 ], # 'conditions' | 2936 ], # 'conditions' |
2937 } | 2937 } |
OLD | NEW |