| 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', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 # NOTE: New dependencies should generally be added in the OS!="ios" | 12 # NOTE: New dependencies should generally be added in the OS!="ios" |
| 13 # dependencies block below, rather than here. | 13 # dependencies block below, rather than here. |
| 14 'app/policy/cloud_policy_codegen.gyp:policy_test_support', | 14 'app/policy/cloud_policy_codegen.gyp:policy_test_support', |
| 15 'browser', | 15 'browser', |
| 16 'chrome_resources.gyp:chrome_resources', | 16 'chrome_resources.gyp:chrome_resources', |
| 17 'chrome_resources.gyp:chrome_strings', | 17 'chrome_resources.gyp:chrome_strings', |
| 18 'chrome_resources.gyp:theme_resources', | 18 'chrome_resources.gyp:theme_resources', |
| 19 'common', | 19 'common', |
| 20 '../base/base.gyp:test_support_base', | 20 '../base/base.gyp:test_support_base', |
| 21 '../base/base.gyp:base_prefs_test_support', | 21 '../base/base.gyp:base_prefs_test_support', |
| 22 '../components/components.gyp:sessions_test_support', |
| 22 '../content/content.gyp:content_app', | 23 '../content/content.gyp:content_app', |
| 23 '../content/content.gyp:test_support_content', | 24 '../content/content.gyp:test_support_content', |
| 24 '../media/media.gyp:media_test_support', | 25 '../media/media.gyp:media_test_support', |
| 25 '../net/net.gyp:net', | 26 '../net/net.gyp:net', |
| 26 '../net/net.gyp:net_test_support', | 27 '../net/net.gyp:net_test_support', |
| 27 '../skia/skia.gyp:skia', | 28 '../skia/skia.gyp:skia', |
| 28 '../sync/sync.gyp:sync', | 29 '../sync/sync.gyp:sync', |
| 29 '../testing/gmock.gyp:gmock', | 30 '../testing/gmock.gyp:gmock', |
| 30 '../testing/gtest.gyp:gtest', | 31 '../testing/gtest.gyp:gtest', |
| 31 '../third_party/zlib/zlib.gyp:zlib', | 32 '../third_party/zlib/zlib.gyp:zlib', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'browser/policy/mock_configuration_policy_provider.cc', | 155 'browser/policy/mock_configuration_policy_provider.cc', |
| 155 'browser/policy/mock_configuration_policy_provider.h', | 156 'browser/policy/mock_configuration_policy_provider.h', |
| 156 'browser/policy/test/local_policy_test_server.cc', | 157 'browser/policy/test/local_policy_test_server.cc', |
| 157 'browser/policy/test/local_policy_test_server.h', | 158 'browser/policy/test/local_policy_test_server.h', |
| 158 'browser/prefs/pref_service_mock_builder.cc', | 159 'browser/prefs/pref_service_mock_builder.cc', |
| 159 'browser/prefs/pref_service_mock_builder.h', | 160 'browser/prefs/pref_service_mock_builder.h', |
| 160 'browser/search_engines/template_url_service_test_util.cc', | 161 'browser/search_engines/template_url_service_test_util.cc', |
| 161 'browser/search_engines/template_url_service_test_util.h', | 162 'browser/search_engines/template_url_service_test_util.h', |
| 162 'browser/sessions/session_service_test_helper.cc', | 163 'browser/sessions/session_service_test_helper.cc', |
| 163 'browser/sessions/session_service_test_helper.h', | 164 'browser/sessions/session_service_test_helper.h', |
| 164 'browser/sessions/session_types_test_helper.cc', | |
| 165 'browser/sessions/session_types_test_helper.h', | |
| 166 'browser/signin/fake_signin_manager.cc', | 165 'browser/signin/fake_signin_manager.cc', |
| 167 'browser/signin/fake_signin_manager.h', | 166 'browser/signin/fake_signin_manager.h', |
| 168 'browser/ssl/ssl_client_auth_requestor_mock.cc', | 167 'browser/ssl/ssl_client_auth_requestor_mock.cc', |
| 169 'browser/ssl/ssl_client_auth_requestor_mock.h', | 168 'browser/ssl/ssl_client_auth_requestor_mock.h', |
| 170 'browser/storage_monitor/test_storage_monitor.cc', | 169 'browser/storage_monitor/test_storage_monitor.cc', |
| 171 'browser/storage_monitor/test_storage_monitor.h', | 170 'browser/storage_monitor/test_storage_monitor.h', |
| 172 'browser/ui/browser.h', | 171 'browser/ui/browser.h', |
| 173 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', | 172 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', |
| 174 'browser/ui/cocoa/run_loop_testing.h', | 173 'browser/ui/cocoa/run_loop_testing.h', |
| 175 'browser/ui/cocoa/run_loop_testing.mm', | 174 'browser/ui/cocoa/run_loop_testing.mm', |
| (...skipping 2296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2472 # more details. | 2471 # more details. |
| 2473 'DebugInformationFormat': '3', | 2472 'DebugInformationFormat': '3', |
| 2474 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2473 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
| 2475 }, | 2474 }, |
| 2476 }, | 2475 }, |
| 2477 }, | 2476 }, |
| 2478 ], | 2477 ], |
| 2479 }], | 2478 }], |
| 2480 ], # 'conditions' | 2479 ], # 'conditions' |
| 2481 } | 2480 } |
| OLD | NEW |