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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'test/logging/win/log_file_printer.cc', | 272 'test/logging/win/log_file_printer.cc', |
273 'test/logging/win/log_file_printer.h', | 273 'test/logging/win/log_file_printer.h', |
274 'test/logging/win/log_file_reader.cc', | 274 'test/logging/win/log_file_reader.cc', |
275 'test/logging/win/log_file_reader.h', | 275 'test/logging/win/log_file_reader.h', |
276 'test/logging/win/mof_data_parser.cc', | 276 'test/logging/win/mof_data_parser.cc', |
277 'test/logging/win/mof_data_parser.h', | 277 'test/logging/win/mof_data_parser.h', |
278 'test/logging/win/test_log_collector.cc', | 278 'test/logging/win/test_log_collector.cc', |
279 'test/logging/win/test_log_collector.h', | 279 'test/logging/win/test_log_collector.h', |
280 'test/ppapi/ppapi_test.cc', | 280 'test/ppapi/ppapi_test.cc', |
281 'test/ppapi/ppapi_test.h', | 281 'test/ppapi/ppapi_test.h', |
| 282 '../ui/gfx/image/image_unittest_util.cc', |
282 '../ui/gfx/image/image_unittest_util.h', | 283 '../ui/gfx/image/image_unittest_util.h', |
283 '../ui/gfx/image/image_unittest_util.cc', | 284 '../webkit/browser/fileapi/mock_file_system_context.cc', |
| 285 '../webkit/browser/fileapi/mock_file_system_context.h', |
| 286 '../webkit/browser/fileapi/mock_file_system_options.cc', |
| 287 '../webkit/browser/fileapi/mock_file_system_options.h', |
284 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', | 288 '../webkit/browser/fileapi/sandbox_file_system_test_helper.cc', |
285 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', | 289 '../webkit/browser/fileapi/sandbox_file_system_test_helper.h', |
286 '../webkit/browser/quota/mock_quota_manager.cc', | 290 '../webkit/browser/quota/mock_quota_manager.cc', |
287 '../webkit/browser/quota/mock_quota_manager.h', | 291 '../webkit/browser/quota/mock_quota_manager.h', |
| 292 '../webkit/browser/quota/mock_special_storage_policy.cc', |
| 293 '../webkit/browser/quota/mock_special_storage_policy.h', |
288 ], | 294 ], |
289 'conditions': [ | 295 'conditions': [ |
290 ['OS!="ios"', { | 296 ['OS!="ios"', { |
291 'dependencies': [ | 297 'dependencies': [ |
292 'cloud_policy_proto', | 298 'cloud_policy_proto', |
293 'common/extensions/api/api.gyp:api', | 299 'common/extensions/api/api.gyp:api', |
294 'plugin', | 300 'plugin', |
295 'renderer', | 301 'renderer', |
296 'utility', | 302 'utility', |
297 '../content/content.gyp:content_gpu', | 303 '../content/content.gyp:content_gpu', |
(...skipping 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2695 # more details. | 2701 # more details. |
2696 'DebugInformationFormat': '3', | 2702 'DebugInformationFormat': '3', |
2697 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2703 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2698 }, | 2704 }, |
2699 }, | 2705 }, |
2700 }, | 2706 }, |
2701 ], | 2707 ], |
2702 }], | 2708 }], |
2703 ], # 'conditions' | 2709 ], # 'conditions' |
2704 } | 2710 } |
OLD | NEW |