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

Side by Side Diff: extensions/extensions.gyp

Issue 671553002: Move extensions manifest handler for OAuth2 to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « extensions/common/manifest_handlers/oauth2_manifest_unittest.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'common/manifest_handlers/file_handler_info.cc', 147 'common/manifest_handlers/file_handler_info.cc',
148 'common/manifest_handlers/file_handler_info.h', 148 'common/manifest_handlers/file_handler_info.h',
149 'common/manifest_handlers/icons_handler.cc', 149 'common/manifest_handlers/icons_handler.cc',
150 'common/manifest_handlers/icons_handler.h', 150 'common/manifest_handlers/icons_handler.h',
151 'common/manifest_handlers/incognito_info.cc', 151 'common/manifest_handlers/incognito_info.cc',
152 'common/manifest_handlers/incognito_info.h', 152 'common/manifest_handlers/incognito_info.h',
153 'common/manifest_handlers/kiosk_mode_info.cc', 153 'common/manifest_handlers/kiosk_mode_info.cc',
154 'common/manifest_handlers/kiosk_mode_info.h', 154 'common/manifest_handlers/kiosk_mode_info.h',
155 'common/manifest_handlers/launcher_page_info.cc', 155 'common/manifest_handlers/launcher_page_info.cc',
156 'common/manifest_handlers/launcher_page_info.h', 156 'common/manifest_handlers/launcher_page_info.h',
157 'common/manifest_handlers/oauth2_manifest_handler.cc',
158 'common/manifest_handlers/oauth2_manifest_handler.h',
157 'common/manifest_handlers/offline_enabled_info.cc', 159 'common/manifest_handlers/offline_enabled_info.cc',
158 'common/manifest_handlers/offline_enabled_info.h', 160 'common/manifest_handlers/offline_enabled_info.h',
159 'common/manifest_handlers/options_page_info.cc', 161 'common/manifest_handlers/options_page_info.cc',
160 'common/manifest_handlers/options_page_info.h', 162 'common/manifest_handlers/options_page_info.h',
161 'common/manifest_handlers/permissions_parser.cc', 163 'common/manifest_handlers/permissions_parser.cc',
162 'common/manifest_handlers/permissions_parser.h', 164 'common/manifest_handlers/permissions_parser.h',
163 'common/manifest_handlers/requirements_info.cc', 165 'common/manifest_handlers/requirements_info.cc',
164 'common/manifest_handlers/requirements_info.h', 166 'common/manifest_handlers/requirements_info.h',
165 'common/manifest_handlers/sandboxed_page_info.cc', 167 'common/manifest_handlers/sandboxed_page_info.cc',
166 'common/manifest_handlers/sandboxed_page_info.h', 168 'common/manifest_handlers/sandboxed_page_info.h',
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 'common/extension_l10n_util_unittest.cc', 1161 'common/extension_l10n_util_unittest.cc',
1160 'common/extension_resource_unittest.cc', 1162 'common/extension_resource_unittest.cc',
1161 'common/extension_set_unittest.cc', 1163 'common/extension_set_unittest.cc',
1162 'common/features/base_feature_provider_unittest.cc', 1164 'common/features/base_feature_provider_unittest.cc',
1163 'common/features/complex_feature_unittest.cc', 1165 'common/features/complex_feature_unittest.cc',
1164 'common/features/simple_feature_unittest.cc', 1166 'common/features/simple_feature_unittest.cc',
1165 'common/file_util_unittest.cc', 1167 'common/file_util_unittest.cc',
1166 'common/manifest_handler_unittest.cc', 1168 'common/manifest_handler_unittest.cc',
1167 'common/manifest_handlers/externally_connectable_unittest.cc', 1169 'common/manifest_handlers/externally_connectable_unittest.cc',
1168 'common/manifest_handlers/file_handler_manifest_unittest.cc', 1170 'common/manifest_handlers/file_handler_manifest_unittest.cc',
1171 'common/manifest_handlers/oauth2_manifest_unittest.cc',
1169 'common/manifest_handlers/shared_module_manifest_unittest.cc', 1172 'common/manifest_handlers/shared_module_manifest_unittest.cc',
1170 'common/message_bundle_unittest.cc', 1173 'common/message_bundle_unittest.cc',
1171 'common/one_shot_event_unittest.cc', 1174 'common/one_shot_event_unittest.cc',
1172 'common/permissions/api_permission_set_unittest.cc', 1175 'common/permissions/api_permission_set_unittest.cc',
1173 'common/permissions/manifest_permission_set_unittest.cc', 1176 'common/permissions/manifest_permission_set_unittest.cc',
1174 'common/permissions/socket_permission_unittest.cc', 1177 'common/permissions/socket_permission_unittest.cc',
1175 'common/permissions/usb_device_permission_unittest.cc', 1178 'common/permissions/usb_device_permission_unittest.cc',
1176 'common/stack_frame_unittest.cc', 1179 'common/stack_frame_unittest.cc',
1177 'common/url_pattern_set_unittest.cc', 1180 'common/url_pattern_set_unittest.cc',
1178 'common/url_pattern_unittest.cc', 1181 'common/url_pattern_unittest.cc',
(...skipping 21 matching lines...) Expand all
1200 'conditions': [ 1203 'conditions': [
1201 ['OS=="win" and win_use_allocator_shim==1', { 1204 ['OS=="win" and win_use_allocator_shim==1', {
1202 'dependencies': [ 1205 'dependencies': [
1203 '../base/allocator/allocator.gyp:allocator', 1206 '../base/allocator/allocator.gyp:allocator',
1204 ], 1207 ],
1205 }], 1208 }],
1206 ], 1209 ],
1207 }, 1210 },
1208 ] 1211 ]
1209 } 1212 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_handlers/oauth2_manifest_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698