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 1940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1951 '../base/path_service_unittest.cc', | 1951 '../base/path_service_unittest.cc', |
1952 | 1952 |
1953 # TODO(yael): Move to //components/components_tests.gypi once | 1953 # TODO(yael): Move to //components/components_tests.gypi once |
1954 # nacl_defines is moved out of chrome.gyp into a common place. | 1954 # nacl_defines is moved out of chrome.gyp into a common place. |
1955 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | 1955 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
1956 '../components/nacl/loader/nacl_validation_query_unittest.cc', | 1956 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
1957 | 1957 |
1958 '../components/webdata/common/web_database_migration_unittest.cc', | 1958 '../components/webdata/common/web_database_migration_unittest.cc', |
1959 '../components/webdata/common/web_data_service_test_util.cc', | 1959 '../components/webdata/common/web_data_service_test_util.cc', |
1960 '../components/webdata/common/web_data_service_test_util.h', | 1960 '../components/webdata/common/web_data_service_test_util.h', |
| 1961 'renderer/resources/extensions/notifications_custom_bindings.js', |
| 1962 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', |
| 1963 'renderer/resources/extensions/notifications_test_util.js', |
1961 | 1964 |
1962 '../skia/ext/analysis_canvas_unittest.cc', | 1965 '../skia/ext/analysis_canvas_unittest.cc', |
1963 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | 1966 '../skia/ext/bitmap_platform_device_mac_unittest.cc', |
1964 '../skia/ext/convolver_unittest.cc', | 1967 '../skia/ext/convolver_unittest.cc', |
1965 '../skia/ext/image_operations_unittest.cc', | 1968 '../skia/ext/image_operations_unittest.cc', |
1966 '../skia/ext/pixel_ref_utils_unittest.cc', | 1969 '../skia/ext/pixel_ref_utils_unittest.cc', |
1967 '../skia/ext/platform_canvas_unittest.cc', | 1970 '../skia/ext/platform_canvas_unittest.cc', |
1968 '../skia/ext/recursive_gaussian_convolution_unittest.cc', | 1971 '../skia/ext/recursive_gaussian_convolution_unittest.cc', |
1969 '../skia/ext/refptr_unittest.cc', | 1972 '../skia/ext/refptr_unittest.cc', |
1970 '../skia/ext/skia_utils_ios_unittest.mm', | 1973 '../skia/ext/skia_utils_ios_unittest.mm', |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2845 # more details. | 2848 # more details. |
2846 'DebugInformationFormat': '3', | 2849 'DebugInformationFormat': '3', |
2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2850 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2848 }, | 2851 }, |
2849 }, | 2852 }, |
2850 }, | 2853 }, |
2851 ], | 2854 ], |
2852 }], | 2855 }], |
2853 ], # 'conditions' | 2856 ], # 'conditions' |
2854 } | 2857 } |
OLD | NEW |