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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11741014: Move 'intents' parsing out of Extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed special_storage_policy unittest Created 7 years, 11 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_common.gypi ('k') | chrome/common/extensions/extension.h » ('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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc', 1492 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc',
1493 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc', 1493 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc',
1494 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc', 1494 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc',
1495 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc', 1495 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc',
1496 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc', 1496 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc',
1497 'common/extensions/manifest_tests/extension_manifests_scriptbadge_unitte st.cc', 1497 'common/extensions/manifest_tests/extension_manifests_scriptbadge_unitte st.cc',
1498 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c', 1498 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c',
1499 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1499 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1500 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1500 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1501 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1501 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1502 'common/extensions/manifest_tests/extension_manifests_web_intents_unitte st.cc',
1502 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1503 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1503 'common/extensions/matcher/regex_set_matcher_unittest.cc', 1504 'common/extensions/matcher/regex_set_matcher_unittest.cc',
1504 'common/extensions/matcher/string_pattern_unittest.cc', 1505 'common/extensions/matcher/string_pattern_unittest.cc',
1505 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1506 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1506 'common/extensions/matcher/url_matcher_unittest.cc', 1507 'common/extensions/matcher/url_matcher_unittest.cc',
1507 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1508 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1508 'common/extensions/manifest_unittest.cc', 1509 'common/extensions/manifest_unittest.cc',
1509 'common/extensions/message_bundle_unittest.cc', 1510 'common/extensions/message_bundle_unittest.cc',
1510 'common/extensions/permissions/api_permission_set_unittest.cc', 1511 'common/extensions/permissions/api_permission_set_unittest.cc',
1511 'common/extensions/permissions/permission_set_unittest.cc', 1512 'common/extensions/permissions/permission_set_unittest.cc',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 'unit_tests.isolate', 2323 'unit_tests.isolate',
2323 ], 2324 ],
2324 'sources': [ 2325 'sources': [
2325 'unit_tests.isolate', 2326 'unit_tests.isolate',
2326 ], 2327 ],
2327 }, 2328 },
2328 ], 2329 ],
2329 }], 2330 }],
2330 ], # 'conditions' 2331 ], # 'conditions'
2331 } 2332 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698