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 'browser', | 14 'browser', |
15 'chrome_resources.gyp:chrome_resources', | 15 'chrome_resources.gyp:chrome_resources', |
16 'chrome_resources.gyp:chrome_strings', | 16 'chrome_resources.gyp:chrome_strings', |
17 'chrome_resources.gyp:theme_resources', | 17 'chrome_resources.gyp:theme_resources', |
18 'common', | 18 'common', |
19 '../base/base.gyp:test_support_base', | 19 '../base/base.gyp:test_support_base', |
20 '../base/base.gyp:base_prefs_test_support', | 20 '../base/base.gyp:base_prefs_test_support', |
21 '../components/components.gyp:sessions_test_support', | 21 '../components/components.gyp:sessions_test_support', |
22 '../content/content.gyp:content_app_both', | 22 '../content/content.gyp:content_app_both', |
23 '../content/content.gyp:test_support_content', | 23 '../content/content.gyp:test_support_content', |
24 '../media/media.gyp:media_test_support', | |
25 '../net/net.gyp:net', | 24 '../net/net.gyp:net', |
26 '../net/net.gyp:net_test_support', | 25 '../net/net.gyp:net_test_support', |
27 '../skia/skia.gyp:skia', | 26 '../skia/skia.gyp:skia', |
28 '../sync/sync.gyp:sync', | 27 '../sync/sync.gyp:sync', |
29 '../testing/gmock.gyp:gmock', | 28 '../testing/gmock.gyp:gmock', |
30 '../testing/gtest.gyp:gtest', | 29 '../testing/gtest.gyp:gtest', |
31 '../third_party/zlib/zlib.gyp:zlib', | 30 '../third_party/zlib/zlib.gyp:zlib', |
32 '../ui/message_center/message_center.gyp:message_center_test_support', | 31 '../ui/message_center/message_center.gyp:message_center_test_support', |
33 ], | 32 ], |
34 'export_dependent_settings': [ | 33 'export_dependent_settings': [ |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 'renderer', | 297 'renderer', |
299 'utility', | 298 'utility', |
300 '../content/content.gyp:content_gpu', | 299 '../content/content.gyp:content_gpu', |
301 '../content/content.gyp:content_plugin', | 300 '../content/content.gyp:content_plugin', |
302 '../content/content.gyp:content_ppapi_plugin', | 301 '../content/content.gyp:content_ppapi_plugin', |
303 '../content/content.gyp:content_renderer', | 302 '../content/content.gyp:content_renderer', |
304 '../content/content.gyp:content_utility', | 303 '../content/content.gyp:content_utility', |
305 '../content/content.gyp:content_worker', | 304 '../content/content.gyp:content_worker', |
306 '../components/components.gyp:autofill_core_test_support', | 305 '../components/components.gyp:autofill_core_test_support', |
307 '../ipc/ipc.gyp:test_support_ipc', | 306 '../ipc/ipc.gyp:test_support_ipc', |
| 307 '../media/media.gyp:media_test_support', |
308 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 308 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
309 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 309 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
310 '../webkit/support/webkit_support.gyp:glue_child', | 310 '../webkit/support/webkit_support.gyp:glue_child', |
311 ], | 311 ], |
312 'export_dependent_settings': [ | 312 'export_dependent_settings': [ |
313 'renderer', | 313 'renderer', |
314 ], | 314 ], |
315 }, { # OS=="ios" | 315 }, { # OS=="ios" |
316 'sources/': [ | 316 'sources/': [ |
317 # Exclude everything but iOS-specific files. | 317 # Exclude everything but iOS-specific files. |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 'dependencies': [ | 449 'dependencies': [ |
450 # NOTE: New dependencies should generally be added in the OS!="ios" | 450 # NOTE: New dependencies should generally be added in the OS!="ios" |
451 # dependencies block below, rather than here. | 451 # dependencies block below, rather than here. |
452 # Unit tests should only depend on: | 452 # Unit tests should only depend on: |
453 # 1) everything that the chrome binaries depend on: | 453 # 1) everything that the chrome binaries depend on: |
454 '<@(chromium_browser_dependencies)', | 454 '<@(chromium_browser_dependencies)', |
455 '<@(chromium_child_dependencies)', | 455 '<@(chromium_child_dependencies)', |
456 # 2) test-specific support libraries: | 456 # 2) test-specific support libraries: |
457 '../base/base.gyp:test_support_base', | 457 '../base/base.gyp:test_support_base', |
458 '../content/content.gyp:content_app_both', | 458 '../content/content.gyp:content_app_both', |
459 '../media/media.gyp:media_test_support', | |
460 '../net/net.gyp:net', | 459 '../net/net.gyp:net', |
461 '../net/net.gyp:net_test_support', | 460 '../net/net.gyp:net_test_support', |
462 '../sync/sync.gyp:test_support_sync_api', | 461 '../sync/sync.gyp:test_support_sync_api', |
463 '../sync/sync.gyp:test_support_sync_core', | 462 '../sync/sync.gyp:test_support_sync_core', |
464 '../sync/sync.gyp:test_support_sync_internal_api', | 463 '../sync/sync.gyp:test_support_sync_internal_api', |
465 '../sync/sync.gyp:test_support_sync_notifier', | 464 '../sync/sync.gyp:test_support_sync_notifier', |
466 '../testing/gmock.gyp:gmock', | 465 '../testing/gmock.gyp:gmock', |
467 '../testing/gtest.gyp:gtest', | 466 '../testing/gtest.gyp:gtest', |
468 'test_support_common', | 467 'test_support_common', |
469 'test_support_unit', | 468 'test_support_unit', |
(...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1970 '../webkit/browser/quota/mock_storage_client.h', | 1969 '../webkit/browser/quota/mock_storage_client.h', |
1971 ], | 1970 ], |
1972 'conditions': [ | 1971 'conditions': [ |
1973 ['OS!="ios"', { | 1972 ['OS!="ios"', { |
1974 'dependencies': [ | 1973 'dependencies': [ |
1975 'common/extensions/api/api.gyp:api', | 1974 'common/extensions/api/api.gyp:api', |
1976 '../components/components.gyp:autofill_content_test_support', | 1975 '../components/components.gyp:autofill_content_test_support', |
1977 '../components/component_strings.gyp:component_strings', | 1976 '../components/component_strings.gyp:component_strings', |
1978 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1977 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1979 '../gpu/gpu.gyp:gpu_unittest_utils', | 1978 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1979 '../media/media.gyp:media_test_support', |
1980 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1980 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
1981 '../third_party/cld/cld.gyp:cld', | 1981 '../third_party/cld/cld.gyp:cld', |
1982 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1982 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1983 '../third_party/libjingle/libjingle.gyp:libjingle', | 1983 '../third_party/libjingle/libjingle.gyp:libjingle', |
1984 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1984 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1985 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', | 1985 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:j
son_schema_compiler_tests', |
1986 '../ui/gl/gl.gyp:gl', | 1986 '../ui/gl/gl.gyp:gl', |
1987 '../v8/tools/gyp/v8.gyp:v8', | 1987 '../v8/tools/gyp/v8.gyp:v8', |
1988 '../webkit/webkit_resources.gyp:webkit_resources', | 1988 '../webkit/webkit_resources.gyp:webkit_resources', |
1989 ], | 1989 ], |
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2754 # more details. | 2754 # more details. |
2755 'DebugInformationFormat': '3', | 2755 'DebugInformationFormat': '3', |
2756 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2756 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2757 }, | 2757 }, |
2758 }, | 2758 }, |
2759 }, | 2759 }, |
2760 ], | 2760 ], |
2761 }], | 2761 }], |
2762 ], # 'conditions' | 2762 ], # 'conditions' |
2763 } | 2763 } |
OLD | NEW |