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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12091115: Allow manifest handlers to declare keys they depend on that must be parsed before them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dcronin Created 7 years, 10 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 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1514 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1515 'common/extensions/manifest_tests/extension_manifests_web_accessible_res ources_unittest.cc', 1515 'common/extensions/manifest_tests/extension_manifests_web_accessible_res ources_unittest.cc',
1516 'common/extensions/manifest_tests/extension_manifests_web_intents_unitte st.cc', 1516 'common/extensions/manifest_tests/extension_manifests_web_intents_unitte st.cc',
1517 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1517 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1518 'common/extensions/matcher/regex_set_matcher_unittest.cc', 1518 'common/extensions/matcher/regex_set_matcher_unittest.cc',
1519 'common/extensions/matcher/string_pattern_unittest.cc', 1519 'common/extensions/matcher/string_pattern_unittest.cc',
1520 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1520 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1521 'common/extensions/matcher/url_matcher_unittest.cc', 1521 'common/extensions/matcher/url_matcher_unittest.cc',
1522 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1522 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1523 'common/extensions/manifest_unittest.cc', 1523 'common/extensions/manifest_unittest.cc',
1524 'common/extensions/manifest_handler_unittest.cc',
1524 'common/extensions/message_bundle_unittest.cc', 1525 'common/extensions/message_bundle_unittest.cc',
1525 'common/extensions/permissions/api_permission_set_unittest.cc', 1526 'common/extensions/permissions/api_permission_set_unittest.cc',
1526 'common/extensions/permissions/permission_set_unittest.cc', 1527 'common/extensions/permissions/permission_set_unittest.cc',
1527 'common/extensions/permissions/media_galleries_permission_unittest.cc', 1528 'common/extensions/permissions/media_galleries_permission_unittest.cc',
1528 'common/extensions/permissions/socket_permission_unittest.cc', 1529 'common/extensions/permissions/socket_permission_unittest.cc',
1529 'common/extensions/unpacker_unittest.cc', 1530 'common/extensions/unpacker_unittest.cc',
1530 'common/extensions/update_manifest_unittest.cc', 1531 'common/extensions/update_manifest_unittest.cc',
1531 'common/extensions/user_script_unittest.cc', 1532 'common/extensions/user_script_unittest.cc',
1532 'common/extensions/value_counter_unittest.cc', 1533 'common/extensions/value_counter_unittest.cc',
1533 'common/extensions/api/extension_api_unittest.cc', 1534 'common/extensions/api/extension_api_unittest.cc',
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
2369 # more details. 2370 # more details.
2370 'DebugInformationFormat': '3', 2371 'DebugInformationFormat': '3',
2371 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2372 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2372 }, 2373 },
2373 }, 2374 },
2374 }, 2375 },
2375 ], 2376 ],
2376 }], 2377 }],
2377 ], # 'conditions' 2378 ], # 'conditions'
2378 } 2379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698