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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 'chrome_resources.gyp:chrome_strings', | 480 'chrome_resources.gyp:chrome_strings', |
481 ], | 481 ], |
482 # TODO(joi): Remove this section once the google_apis tests are | 482 # TODO(joi): Remove this section once the google_apis tests are |
483 # a separate unit test binary. | 483 # a separate unit test binary. |
484 'includes': [ | 484 'includes': [ |
485 '../google_apis/determine_use_official_keys.gypi', | 485 '../google_apis/determine_use_official_keys.gypi', |
486 ], | 486 ], |
487 'include_dirs': [ | 487 'include_dirs': [ |
488 '..', | 488 '..', |
489 ], | 489 ], |
| 490 'defines': [ |
| 491 'CLD_WINDOWS', |
| 492 ], |
| 493 'direct_dependent_settings': { |
| 494 'defines': [ |
| 495 'CLD_WINDOWS', |
| 496 ], |
| 497 }, |
490 'msvs_settings': { | 498 'msvs_settings': { |
491 'VCLinkerTool': { | 499 'VCLinkerTool': { |
492 'conditions': [ | 500 'conditions': [ |
493 ['incremental_chrome_dll==1', { | 501 ['incremental_chrome_dll==1', { |
494 'UseLibraryDependencyInputs': "true", | 502 'UseLibraryDependencyInputs': "true", |
495 }], | 503 }], |
496 ], | 504 ], |
497 }, | 505 }, |
498 }, | 506 }, |
499 'sources': [ | 507 'sources': [ |
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1925 '../skia/ext/convolver_unittest.cc', | 1933 '../skia/ext/convolver_unittest.cc', |
1926 '../skia/ext/image_operations_unittest.cc', | 1934 '../skia/ext/image_operations_unittest.cc', |
1927 '../skia/ext/lazy_pixel_ref_utils_unittest.cc', | 1935 '../skia/ext/lazy_pixel_ref_utils_unittest.cc', |
1928 '../skia/ext/platform_canvas_unittest.cc', | 1936 '../skia/ext/platform_canvas_unittest.cc', |
1929 '../skia/ext/recursive_gaussian_convolution_unittest.cc', | 1937 '../skia/ext/recursive_gaussian_convolution_unittest.cc', |
1930 '../skia/ext/refptr_unittest.cc', | 1938 '../skia/ext/refptr_unittest.cc', |
1931 '../skia/ext/skia_utils_ios_unittest.mm', | 1939 '../skia/ext/skia_utils_ios_unittest.mm', |
1932 '../skia/ext/skia_utils_mac_unittest.mm', | 1940 '../skia/ext/skia_utils_mac_unittest.mm', |
1933 '../skia/ext/vector_canvas_unittest.cc', | 1941 '../skia/ext/vector_canvas_unittest.cc', |
1934 '../testing/gtest_mac_unittest.mm', | 1942 '../testing/gtest_mac_unittest.mm', |
| 1943 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest
_small.cc', |
1935 '../third_party/zlib/google/zip_reader_unittest.cc', | 1944 '../third_party/zlib/google/zip_reader_unittest.cc', |
1936 '../third_party/zlib/google/zip_unittest.cc', | 1945 '../third_party/zlib/google/zip_unittest.cc', |
1937 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', | 1946 '../tools/json_schema_compiler/test/additional_properties_unittest.cc', |
1938 '../tools/json_schema_compiler/test/any_unittest.cc', | 1947 '../tools/json_schema_compiler/test/any_unittest.cc', |
1939 '../tools/json_schema_compiler/test/arrays_unittest.cc', | 1948 '../tools/json_schema_compiler/test/arrays_unittest.cc', |
1940 '../tools/json_schema_compiler/test/callbacks_unittest.cc', | 1949 '../tools/json_schema_compiler/test/callbacks_unittest.cc', |
1941 '../tools/json_schema_compiler/test/choices_unittest.cc', | 1950 '../tools/json_schema_compiler/test/choices_unittest.cc', |
1942 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 1951 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
1943 '../tools/json_schema_compiler/test/enums_unittest.cc', | 1952 '../tools/json_schema_compiler/test/enums_unittest.cc', |
1944 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc'
, | 1953 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc'
, |
(...skipping 17 matching lines...) Expand all Loading... |
1962 'conditions': [ | 1971 'conditions': [ |
1963 ['OS!="ios"', { | 1972 ['OS!="ios"', { |
1964 'dependencies': [ | 1973 'dependencies': [ |
1965 'common/extensions/api/api.gyp:api', | 1974 'common/extensions/api/api.gyp:api', |
1966 '../components/components.gyp:autofill_content_test_support', | 1975 '../components/components.gyp:autofill_content_test_support', |
1967 '../components/component_strings.gyp:component_strings', | 1976 '../components/component_strings.gyp:component_strings', |
1968 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 1977 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
1969 '../gpu/gpu.gyp:gpu_unittest_utils', | 1978 '../gpu/gpu.gyp:gpu_unittest_utils', |
1970 '../media/media.gyp:media_test_support', | 1979 '../media/media.gyp:media_test_support', |
1971 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1980 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1981 '../third_party/cld/cld.gyp:cld', |
1972 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1982 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1973 '../third_party/libjingle/libjingle.gyp:libjingle', | 1983 '../third_party/libjingle/libjingle.gyp:libjingle', |
1974 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 1984 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
1975 '../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', |
1976 '../ui/gl/gl.gyp:gl', | 1986 '../ui/gl/gl.gyp:gl', |
1977 '../v8/tools/gyp/v8.gyp:v8', | 1987 '../v8/tools/gyp/v8.gyp:v8', |
1978 '../webkit/webkit_resources.gyp:webkit_resources', | 1988 '../webkit/webkit_resources.gyp:webkit_resources', |
1979 ], | 1989 ], |
1980 # TODO(scr): Use this in browser_tests too. | 1990 # TODO(scr): Use this in browser_tests too. |
1981 'includes': [ | 1991 'includes': [ |
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2618 ['enable_managed_users!=1', { | 2628 ['enable_managed_users!=1', { |
2619 'sources/': [ | 2629 'sources/': [ |
2620 ['exclude', '^browser/managed_mode/'], | 2630 ['exclude', '^browser/managed_mode/'], |
2621 ], | 2631 ], |
2622 }], | 2632 }], |
2623 ['safe_browsing!=1', { | 2633 ['safe_browsing!=1', { |
2624 'sources/': [ | 2634 'sources/': [ |
2625 ['exclude', '^browser/extensions/blacklist_unittest.cc'], | 2635 ['exclude', '^browser/extensions/blacklist_unittest.cc'], |
2626 ], | 2636 ], |
2627 }], | 2637 }], |
2628 ['cld_version==0 or cld_version==1', { | |
2629 'defines': [ | |
2630 'CLD_WINDOWS', | |
2631 ], | |
2632 'direct_dependent_settings': { | |
2633 'defines': [ | |
2634 'CLD_WINDOWS', | |
2635 ], | |
2636 }, | |
2637 'sources': [ | |
2638 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unit
test_small.cc', | |
2639 ], | |
2640 'dependencies': [ | |
2641 '../third_party/cld/cld.gyp:cld', | |
2642 ], | |
2643 }], | |
2644 ], | 2638 ], |
2645 'target_conditions': [ | 2639 'target_conditions': [ |
2646 ['OS == "ios"', { | 2640 ['OS == "ios"', { |
2647 'sources/': [ | 2641 'sources/': [ |
2648 ['include', '^common/mac/nscoder_util_unittest\\.mm$'], | 2642 ['include', '^common/mac/nscoder_util_unittest\\.mm$'], |
2649 ], | 2643 ], |
2650 }], | 2644 }], |
2651 ], | 2645 ], |
2652 }, | 2646 }, |
2653 { | 2647 { |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2761 # more details. | 2755 # more details. |
2762 'DebugInformationFormat': '3', | 2756 'DebugInformationFormat': '3', |
2763 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2757 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2764 }, | 2758 }, |
2765 }, | 2759 }, |
2766 }, | 2760 }, |
2767 ], | 2761 ], |
2768 }], | 2762 }], |
2769 ], # 'conditions' | 2763 ], # 'conditions' |
2770 } | 2764 } |
OLD | NEW |