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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'test/logging/win/log_file_reader.cc', | 271 'test/logging/win/log_file_reader.cc', |
272 'test/logging/win/log_file_reader.h', | 272 'test/logging/win/log_file_reader.h', |
273 'test/logging/win/mof_data_parser.cc', | 273 'test/logging/win/mof_data_parser.cc', |
274 'test/logging/win/mof_data_parser.h', | 274 'test/logging/win/mof_data_parser.h', |
275 'test/logging/win/test_log_collector.cc', | 275 'test/logging/win/test_log_collector.cc', |
276 'test/logging/win/test_log_collector.h', | 276 'test/logging/win/test_log_collector.h', |
277 'test/ppapi/ppapi_test.cc', | 277 'test/ppapi/ppapi_test.cc', |
278 'test/ppapi/ppapi_test.h', | 278 'test/ppapi/ppapi_test.h', |
279 '../ui/gfx/image/image_unittest_util.cc', | 279 '../ui/gfx/image/image_unittest_util.cc', |
280 '../ui/gfx/image/image_unittest_util.h', | 280 '../ui/gfx/image/image_unittest_util.h', |
281 '../webkit/browser/fileapi/mock_file_system_context.cc', | |
282 '../webkit/browser/fileapi/mock_file_system_context.h', | |
283 '../webkit/browser/fileapi/mock_file_system_options.cc', | |
284 '../webkit/browser/fileapi/mock_file_system_options.h', | |
285 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', | |
286 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', | |
287 '../webkit/browser/quota/mock_quota_manager.cc', | 281 '../webkit/browser/quota/mock_quota_manager.cc', |
288 '../webkit/browser/quota/mock_quota_manager.h', | 282 '../webkit/browser/quota/mock_quota_manager.h', |
289 '../webkit/browser/quota/mock_special_storage_policy.cc', | 283 '../webkit/browser/quota/mock_special_storage_policy.cc', |
290 '../webkit/browser/quota/mock_special_storage_policy.h', | 284 '../webkit/browser/quota/mock_special_storage_policy.h', |
291 ], | 285 ], |
292 'conditions': [ | 286 'conditions': [ |
293 ['OS!="ios"', { | 287 ['OS!="ios"', { |
294 'dependencies': [ | 288 'dependencies': [ |
295 'cloud_policy_proto', | 289 'cloud_policy_proto', |
296 'common/extensions/api/api.gyp:api', | 290 'common/extensions/api/api.gyp:api', |
(...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2835 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2829 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2836 'browser/ui/app_list/test/fake_profile.cc', | 2830 'browser/ui/app_list/test/fake_profile.cc', |
2837 'browser/ui/app_list/test/fake_profile.h', | 2831 'browser/ui/app_list/test/fake_profile.h', |
2838 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', | 2832 'browser/ui/views/app_list/win/test/app_list_shower_unittest.cc', |
2839 ], | 2833 ], |
2840 }, | 2834 }, |
2841 ], | 2835 ], |
2842 }], | 2836 }], |
2843 ], # 'conditions' | 2837 ], # 'conditions' |
2844 } | 2838 } |
OLD | NEW |