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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 447783003: Remove service worker concepts from apps/extensions manifest parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | 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 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 'common/extensions/manifest_tests/extension_manifests_launch_unittest.cc ', 1840 'common/extensions/manifest_tests/extension_manifests_launch_unittest.cc ',
1841 'common/extensions/manifest_tests/extension_manifests_manifest_version_u nittest.cc', 1841 'common/extensions/manifest_tests/extension_manifests_manifest_version_u nittest.cc',
1842 'common/extensions/manifest_tests/extension_manifests_offline_unittest.c c', 1842 'common/extensions/manifest_tests/extension_manifests_offline_unittest.c c',
1843 'common/extensions/manifest_tests/extension_manifests_old_unittest.cc', 1843 'common/extensions/manifest_tests/extension_manifests_old_unittest.cc',
1844 'common/extensions/manifest_tests/extension_manifests_options_unittest.c c', 1844 'common/extensions/manifest_tests/extension_manifests_options_unittest.c c',
1845 'common/extensions/manifest_tests/extension_manifests_override_unittest. cc', 1845 'common/extensions/manifest_tests/extension_manifests_override_unittest. cc',
1846 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc', 1846 'common/extensions/manifest_tests/extension_manifests_platformapp_unitte st.cc',
1847 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc', 1847 'common/extensions/manifest_tests/extension_manifests_portsinpermissions _unittest.cc',
1848 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc', 1848 'common/extensions/manifest_tests/extension_manifests_requirements_unitt est.cc',
1849 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc', 1849 'common/extensions/manifest_tests/extension_manifests_sandboxed_unittest .cc',
1850 'common/extensions/manifest_tests/extension_manifests_service_worker_uni ttest.cc',
1851 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c', 1850 'common/extensions/manifest_tests/extension_manifests_storage_unittest.c c',
1852 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc', 1851 'common/extensions/manifest_tests/extension_manifests_ui_unittest.cc',
1853 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ', 1852 'common/extensions/manifest_tests/extension_manifests_update_unittest.cc ',
1854 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc', 1853 'common/extensions/manifest_tests/extension_manifests_validapp_unittest. cc',
1855 'common/extensions/manifest_tests/extension_manifests_web_accessible_res ources_unittest.cc', 1854 'common/extensions/manifest_tests/extension_manifests_web_accessible_res ources_unittest.cc',
1856 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc', 1855 'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
1857 'common/extensions/manifest_tests/extension_manifests_webview_accessible _resources_unittest.cc', 1856 'common/extensions/manifest_tests/extension_manifests_webview_accessible _resources_unittest.cc',
1858 'common/extensions/manifest_unittest.cc', 1857 'common/extensions/manifest_unittest.cc',
1859 'common/extensions/permissions/media_galleries_permission_unittest.cc', 1858 'common/extensions/permissions/media_galleries_permission_unittest.cc',
1860 'common/extensions/permissions/permission_set_unittest.cc', 1859 'common/extensions/permissions/permission_set_unittest.cc',
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 'dependencies': [ 2868 'dependencies': [
2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2869 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2871 ], 2870 ],
2872 }], 2871 }],
2873 ], 2872 ],
2874 }, 2873 },
2875 ], 2874 ],
2876 }], 2875 }],
2877 ], # 'conditions' 2876 ], # 'conditions'
2878 } 2877 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698