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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 13971005: Basic multi-module support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyright for presubmit 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 'common/extensions/extension_sync_type_unittest.cc', 1557 'common/extensions/extension_sync_type_unittest.cc',
1558 'common/extensions/extension_unittest.cc', 1558 'common/extensions/extension_unittest.cc',
1559 'common/extensions/extension_unittest.h', 1559 'common/extensions/extension_unittest.h',
1560 'common/extensions/feature_switch_unittest.cc', 1560 'common/extensions/feature_switch_unittest.cc',
1561 'common/extensions/features/base_feature_provider_unittest.cc', 1561 'common/extensions/features/base_feature_provider_unittest.cc',
1562 'common/extensions/features/complex_feature_unittest.cc', 1562 'common/extensions/features/complex_feature_unittest.cc',
1563 'common/extensions/features/simple_feature_unittest.cc', 1563 'common/extensions/features/simple_feature_unittest.cc',
1564 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c', 1564 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.c c',
1565 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c', 1565 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.c c',
1566 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' , 1566 'common/extensions/manifest_handlers/externally_connectable_unittest.cc' ,
1567 'common/extensions/manifest_handlers/shared_module_manifest_unittest.cc' ,
1567 'common/extensions/manifest_tests/extension_manifest_test.cc', 1568 'common/extensions/manifest_tests/extension_manifest_test.cc',
1568 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc', 1569 'common/extensions/manifest_tests/extension_manifests_background_unittes t.cc',
1569 'common/extensions/manifest_tests/extension_manifests_chromepermission_u nittest.cc', 1570 'common/extensions/manifest_tests/extension_manifests_chromepermission_u nittest.cc',
1570 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol icy_unittest.cc', 1571 'common/extensions/manifest_tests/extension_manifests_contentsecuritypol icy_unittest.cc',
1571 'common/extensions/manifest_tests/extension_manifests_default_extent_pat h_unittest.cc', 1572 'common/extensions/manifest_tests/extension_manifests_default_extent_pat h_unittest.cc',
1572 'common/extensions/manifest_tests/extension_manifests_devtools_unittest. cc', 1573 'common/extensions/manifest_tests/extension_manifests_devtools_unittest. cc',
1573 'common/extensions/manifest_tests/extension_manifests_experimental_unitt est.cc', 1574 'common/extensions/manifest_tests/extension_manifests_experimental_unitt est.cc',
1574 'common/extensions/manifest_tests/extension_manifests_homepage_unittest. cc', 1575 'common/extensions/manifest_tests/extension_manifests_homepage_unittest. cc',
1575 'common/extensions/manifest_tests/extension_manifests_icons_unittest.cc' , 1576 'common/extensions/manifest_tests/extension_manifests_icons_unittest.cc' ,
1576 'common/extensions/manifest_tests/extension_manifests_initvalue_unittest .cc', 1577 'common/extensions/manifest_tests/extension_manifests_initvalue_unittest .cc',
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 # more details. 2472 # more details.
2472 'DebugInformationFormat': '3', 2473 'DebugInformationFormat': '3',
2473 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2474 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2474 }, 2475 },
2475 }, 2476 },
2476 }, 2477 },
2477 ], 2478 ],
2478 }], 2479 }],
2479 ], # 'conditions' 2480 ], # 'conditions'
2480 } 2481 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698