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

Side by Side Diff: extensions/extensions.gyp

Issue 134643011: Move webview and web_accessible_resources manifest handlers to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « extensions/common/manifest_handlers/webview_info.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'common/manifest_handlers/kiosk_mode_info.cc', 85 'common/manifest_handlers/kiosk_mode_info.cc',
86 'common/manifest_handlers/kiosk_mode_info.h', 86 'common/manifest_handlers/kiosk_mode_info.h',
87 'common/manifest_handlers/offline_enabled_info.cc', 87 'common/manifest_handlers/offline_enabled_info.cc',
88 'common/manifest_handlers/offline_enabled_info.h', 88 'common/manifest_handlers/offline_enabled_info.h',
89 'common/manifest_handlers/requirements_info.h', 89 'common/manifest_handlers/requirements_info.h',
90 'common/manifest_handlers/requirements_info.cc', 90 'common/manifest_handlers/requirements_info.cc',
91 'common/manifest_handlers/sandboxed_page_info.cc', 91 'common/manifest_handlers/sandboxed_page_info.cc',
92 'common/manifest_handlers/sandboxed_page_info.h', 92 'common/manifest_handlers/sandboxed_page_info.h',
93 'common/manifest_handlers/shared_module_info.cc', 93 'common/manifest_handlers/shared_module_info.cc',
94 'common/manifest_handlers/shared_module_info.h', 94 'common/manifest_handlers/shared_module_info.h',
95 'common/manifest_handlers/web_accessible_resources_info.cc',
96 'common/manifest_handlers/web_accessible_resources_info.h',
97 'common/manifest_handlers/webview_info.cc',
98 'common/manifest_handlers/webview_info.h',
95 'common/one_shot_event.cc', 99 'common/one_shot_event.cc',
96 'common/one_shot_event.h', 100 'common/one_shot_event.h',
97 'common/permissions/api_permission.cc', 101 'common/permissions/api_permission.cc',
98 'common/permissions/api_permission.h', 102 'common/permissions/api_permission.h',
99 'common/permissions/api_permission_set.cc', 103 'common/permissions/api_permission_set.cc',
100 'common/permissions/api_permission_set.h', 104 'common/permissions/api_permission_set.h',
101 'common/permissions/base_set_operators.h', 105 'common/permissions/base_set_operators.h',
102 'common/permissions/manifest_permission.cc', 106 'common/permissions/manifest_permission.cc',
103 'common/permissions/manifest_permission.h', 107 'common/permissions/manifest_permission.h',
104 'common/permissions/manifest_permission_set.cc', 108 'common/permissions/manifest_permission_set.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'common/test_util.cc', 232 'common/test_util.cc',
229 'common/test_util.h', 233 'common/test_util.h',
230 'common/value_builder.cc', 234 'common/value_builder.cc',
231 'common/value_builder.h', 235 'common/value_builder.h',
232 ], 236 ],
233 # Disable c4267 warnings until we fix size_t to int truncations. 237 # Disable c4267 warnings until we fix size_t to int truncations.
234 'msvs_disabled_warnings': [ 4267, ], 238 'msvs_disabled_warnings': [ 4267, ],
235 }, 239 },
236 ] 240 ]
237 } 241 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_handlers/webview_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698