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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11821009: move 'web_accessible_resources' parsing out of Extension class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url_parse
Patch Set: patch rebased 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 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc', 1501 'common/extensions/manifest_tests/extension_manifests_pageaction_unittes t.cc',
1502 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc', 1502 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc',
1503 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc', 1503 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc',
1504 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc', 1504 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc',
1505 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc', 1505 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc',
1506 'common/extensions/manifest_tests/extension_manifests_scriptbadge_unitte st.cc', 1506 'common/extensions/manifest_tests/extension_manifests_scriptbadge_unitte st.cc',
1507 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c', 1507 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c',
1508 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1508 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1509 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1509 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1510 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1510 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1511 'common/extensions/manifest_tests/extension_manifests_web_accessible_res ources_unittest.cc',
1511 'common/extensions/manifest_tests/extension_manifests_web_intents_unitte st.cc', 1512 'common/extensions/manifest_tests/extension_manifests_web_intents_unitte st.cc',
1512 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1513 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1513 'common/extensions/matcher/regex_set_matcher_unittest.cc', 1514 'common/extensions/matcher/regex_set_matcher_unittest.cc',
1514 'common/extensions/matcher/string_pattern_unittest.cc', 1515 'common/extensions/matcher/string_pattern_unittest.cc',
1515 'common/extensions/matcher/substring_set_matcher_unittest.cc', 1516 'common/extensions/matcher/substring_set_matcher_unittest.cc',
1516 'common/extensions/matcher/url_matcher_unittest.cc', 1517 'common/extensions/matcher/url_matcher_unittest.cc',
1517 'common/extensions/matcher/url_matcher_factory_unittest.cc', 1518 'common/extensions/matcher/url_matcher_factory_unittest.cc',
1518 'common/extensions/manifest_unittest.cc', 1519 'common/extensions/manifest_unittest.cc',
1519 'common/extensions/message_bundle_unittest.cc', 1520 'common/extensions/message_bundle_unittest.cc',
1520 'common/extensions/permissions/api_permission_set_unittest.cc', 1521 'common/extensions/permissions/api_permission_set_unittest.cc',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
2334 'unit_tests.isolate', 2335 'unit_tests.isolate',
2335 ], 2336 ],
2336 'sources': [ 2337 'sources': [
2337 'unit_tests.isolate', 2338 'unit_tests.isolate',
2338 ], 2339 ],
2339 }, 2340 },
2340 ], 2341 ],
2341 }], 2342 }],
2342 ], # 'conditions' 2343 ], # 'conditions'
2343 } 2344 }
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