Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14694010: Consolidate manifest handler registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 'common/extensions/command_unittest.cc', 1558 'common/extensions/command_unittest.cc',
1559 'common/extensions/csp_validator_unittest.cc', 1559 'common/extensions/csp_validator_unittest.cc',
1560 'common/extensions/extension_constants_unittest.cc', 1560 'common/extensions/extension_constants_unittest.cc',
1561 'common/extensions/extension_file_util_unittest.cc', 1561 'common/extensions/extension_file_util_unittest.cc',
1562 'common/extensions/extension_icon_set_unittest.cc', 1562 'common/extensions/extension_icon_set_unittest.cc',
1563 'common/extensions/extension_l10n_util_unittest.cc', 1563 'common/extensions/extension_l10n_util_unittest.cc',
1564 'common/extensions/extension_localization_peer_unittest.cc', 1564 'common/extensions/extension_localization_peer_unittest.cc',
1565 'common/extensions/extension_set_unittest.cc', 1565 'common/extensions/extension_set_unittest.cc',
1566 'common/extensions/extension_sync_type_unittest.cc', 1566 'common/extensions/extension_sync_type_unittest.cc',
1567 'common/extensions/extension_unittest.cc', 1567 'common/extensions/extension_unittest.cc',
1568 'common/extensions/extension_unittest.h',
1569 'common/extensions/feature_switch_unittest.cc', 1568 'common/extensions/feature_switch_unittest.cc',
1570 'common/extensions/features/base_feature_provider_unittest.cc', 1569 'common/extensions/features/base_feature_provider_unittest.cc',
1571 'common/extensions/features/complex_feature_unittest.cc', 1570 'common/extensions/features/complex_feature_unittest.cc',
1572 'common/extensions/features/simple_feature_unittest.cc', 1571 'common/extensions/features/simple_feature_unittest.cc',
1573 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c', 1572 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c',
1574 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c', 1573 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c',
1575 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' , 1574 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' ,
1576 'common/extensions/manifest_handlers/shared_module_manifest_unittest.cc' , 1575 'common/extensions/manifest_handlers/shared_module_manifest_unittest.cc' ,
1577 'common/extensions/manifest_tests/extension_manifest_test.cc', 1576 'common/extensions/manifest_tests/extension_manifest_test.cc',
1578 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc', 1577 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc',
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
2481 # more details. 2480 # more details.
2482 'DebugInformationFormat': '3', 2481 'DebugInformationFormat': '3',
2483 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2482 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2484 }, 2483 },
2485 }, 2484 },
2486 }, 2485 },
2487 ], 2486 ],
2488 }], 2487 }],
2489 ], # 'conditions' 2488 ], # 'conditions'
2490 } 2489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698