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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
524 # TODO(tfarina): Move these entries over to extensions_unittests target. | 524 # TODO(tfarina): Move these entries over to extensions_unittests target. |
525 # http://crbug.com/348066. They are duplicated here because we haven't | 525 # http://crbug.com/348066. They are duplicated here because we haven't |
526 # extensions_unittests running in the bots yet. Until that happens, | 526 # extensions_unittests running in the bots yet. Until that happens, |
527 # they should be kept here. | 527 # they should be kept here. |
528 '../extensions/browser/admin_policy_unittest.cc', | 528 '../extensions/browser/admin_policy_unittest.cc', |
529 '../extensions/browser/api/storage/settings_quota_unittest.cc', | 529 '../extensions/browser/api/storage/settings_quota_unittest.cc', |
530 '../extensions/browser/api/storage/settings_test_util.cc', | 530 '../extensions/browser/api/storage/settings_test_util.cc', |
531 '../extensions/browser/api/storage/settings_test_util.h', | 531 '../extensions/browser/api/storage/settings_test_util.h', |
532 '../extensions/browser/api/storage/storage_api_unittest.cc', | 532 '../extensions/browser/api/storage/storage_api_unittest.cc', |
533 '../extensions/browser/api/storage/storage_frontend_unittest.cc', | 533 '../extensions/browser/api/storage/storage_frontend_unittest.cc', |
| 534 '../extensions/browser/content_hash_tree_unittest.cc', |
534 '../extensions/browser/error_map_unittest.cc', | 535 '../extensions/browser/error_map_unittest.cc', |
535 '../extensions/browser/event_listener_map_unittest.cc', | 536 '../extensions/browser/event_listener_map_unittest.cc', |
536 '../extensions/browser/event_router_unittest.cc', | 537 '../extensions/browser/event_router_unittest.cc', |
537 '../extensions/browser/extension_error_test_util.cc', | 538 '../extensions/browser/extension_error_test_util.cc', |
538 '../extensions/browser/extension_error_test_util.h', | 539 '../extensions/browser/extension_error_test_util.h', |
539 '../extensions/browser/extension_pref_value_map_unittest.cc', | 540 '../extensions/browser/extension_pref_value_map_unittest.cc', |
540 '../extensions/browser/extension_protocols_unittest.cc', | 541 '../extensions/browser/extension_protocols_unittest.cc', |
541 '../extensions/browser/extension_registry_unittest.cc', | 542 '../extensions/browser/extension_registry_unittest.cc', |
542 '../extensions/browser/file_highlighter_unittest.cc', | 543 '../extensions/browser/file_highlighter_unittest.cc', |
543 '../extensions/browser/file_reader_unittest.cc', | 544 '../extensions/browser/file_reader_unittest.cc', |
(...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2844 # more details. | 2845 # more details. |
2845 'DebugInformationFormat': '3', | 2846 'DebugInformationFormat': '3', |
2846 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2847 }, | 2848 }, |
2848 }, | 2849 }, |
2849 }, | 2850 }, |
2850 ], | 2851 ], |
2851 }], | 2852 }], |
2852 ], # 'conditions' | 2853 ], # 'conditions' |
2853 } | 2854 } |
OLD | NEW |