| 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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1952 '../base/path_service_unittest.cc', | 1952 '../base/path_service_unittest.cc', |
| 1953 | 1953 |
| 1954 # TODO(yael): Move to //components/components_tests.gypi once | 1954 # TODO(yael): Move to //components/components_tests.gypi once |
| 1955 # nacl_defines is moved out of chrome.gyp into a common place. | 1955 # nacl_defines is moved out of chrome.gyp into a common place. |
| 1956 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | 1956 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
| 1957 '../components/nacl/loader/nacl_validation_query_unittest.cc', | 1957 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
| 1958 | 1958 |
| 1959 '../components/webdata/common/web_database_migration_unittest.cc', | 1959 '../components/webdata/common/web_database_migration_unittest.cc', |
| 1960 '../components/webdata/common/web_data_service_test_util.cc', | 1960 '../components/webdata/common/web_data_service_test_util.cc', |
| 1961 '../components/webdata/common/web_data_service_test_util.h', | 1961 '../components/webdata/common/web_data_service_test_util.h', |
| 1962 'renderer/resources/extensions/notifications_custom_bindings.js', | |
| 1963 'renderer/resources/extensions/notifications_custom_bindings.gtestjs', | |
| 1964 'renderer/resources/extensions/notifications_test_util.js', | |
| 1965 | 1962 |
| 1966 '../skia/ext/analysis_canvas_unittest.cc', | 1963 '../skia/ext/analysis_canvas_unittest.cc', |
| 1967 '../skia/ext/bitmap_platform_device_mac_unittest.cc', | 1964 '../skia/ext/bitmap_platform_device_mac_unittest.cc', |
| 1968 '../skia/ext/convolver_unittest.cc', | 1965 '../skia/ext/convolver_unittest.cc', |
| 1969 '../skia/ext/image_operations_unittest.cc', | 1966 '../skia/ext/image_operations_unittest.cc', |
| 1970 '../skia/ext/pixel_ref_utils_unittest.cc', | 1967 '../skia/ext/pixel_ref_utils_unittest.cc', |
| 1971 '../skia/ext/platform_canvas_unittest.cc', | 1968 '../skia/ext/platform_canvas_unittest.cc', |
| 1972 '../skia/ext/recursive_gaussian_convolution_unittest.cc', | 1969 '../skia/ext/recursive_gaussian_convolution_unittest.cc', |
| 1973 '../skia/ext/refptr_unittest.cc', | 1970 '../skia/ext/refptr_unittest.cc', |
| 1974 '../skia/ext/skia_utils_ios_unittest.mm', | 1971 '../skia/ext/skia_utils_ios_unittest.mm', |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2823 'unit_tests.isolate', | 2820 'unit_tests.isolate', |
| 2824 ], | 2821 ], |
| 2825 'sources': [ | 2822 'sources': [ |
| 2826 'unit_tests.isolate', | 2823 'unit_tests.isolate', |
| 2827 ], | 2824 ], |
| 2828 }, | 2825 }, |
| 2829 ], | 2826 ], |
| 2830 }], | 2827 }], |
| 2831 ], # 'conditions' | 2828 ], # 'conditions' |
| 2832 } | 2829 } |
| OLD | NEW |