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

Side by Side Diff: extensions/extensions.gyp

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase Created 5 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
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'common/manifest_handlers/file_handler_info.cc', 175 'common/manifest_handlers/file_handler_info.cc',
176 'common/manifest_handlers/file_handler_info.h', 176 'common/manifest_handlers/file_handler_info.h',
177 'common/manifest_handlers/icons_handler.cc', 177 'common/manifest_handlers/icons_handler.cc',
178 'common/manifest_handlers/icons_handler.h', 178 'common/manifest_handlers/icons_handler.h',
179 'common/manifest_handlers/incognito_info.cc', 179 'common/manifest_handlers/incognito_info.cc',
180 'common/manifest_handlers/incognito_info.h', 180 'common/manifest_handlers/incognito_info.h',
181 'common/manifest_handlers/kiosk_mode_info.cc', 181 'common/manifest_handlers/kiosk_mode_info.cc',
182 'common/manifest_handlers/kiosk_mode_info.h', 182 'common/manifest_handlers/kiosk_mode_info.h',
183 'common/manifest_handlers/launcher_page_info.cc', 183 'common/manifest_handlers/launcher_page_info.cc',
184 'common/manifest_handlers/launcher_page_info.h', 184 'common/manifest_handlers/launcher_page_info.h',
185 'common/manifest_handlers/mime_types_handler.cc',
186 'common/manifest_handlers/mime_types_handler.h',
185 'common/manifest_handlers/oauth2_manifest_handler.cc', 187 'common/manifest_handlers/oauth2_manifest_handler.cc',
186 'common/manifest_handlers/oauth2_manifest_handler.h', 188 'common/manifest_handlers/oauth2_manifest_handler.h',
187 'common/manifest_handlers/offline_enabled_info.cc', 189 'common/manifest_handlers/offline_enabled_info.cc',
188 'common/manifest_handlers/offline_enabled_info.h', 190 'common/manifest_handlers/offline_enabled_info.h',
189 'common/manifest_handlers/options_page_info.cc', 191 'common/manifest_handlers/options_page_info.cc',
190 'common/manifest_handlers/options_page_info.h', 192 'common/manifest_handlers/options_page_info.h',
191 'common/manifest_handlers/permissions_parser.cc', 193 'common/manifest_handlers/permissions_parser.cc',
192 'common/manifest_handlers/permissions_parser.h', 194 'common/manifest_handlers/permissions_parser.h',
193 'common/manifest_handlers/requirements_info.cc', 195 'common/manifest_handlers/requirements_info.cc',
194 'common/manifest_handlers/requirements_info.h', 196 'common/manifest_handlers/requirements_info.h',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'browser/api/idle/idle_manager.cc', 453 'browser/api/idle/idle_manager.cc',
452 'browser/api/idle/idle_manager.h', 454 'browser/api/idle/idle_manager.h',
453 'browser/api/idle/idle_manager_factory.cc', 455 'browser/api/idle/idle_manager_factory.cc',
454 'browser/api/idle/idle_manager_factory.h', 456 'browser/api/idle/idle_manager_factory.h',
455 'browser/api/management/management_api.cc', 457 'browser/api/management/management_api.cc',
456 'browser/api/management/management_api.h', 458 'browser/api/management/management_api.h',
457 'browser/api/management/management_api_delegate.h', 459 'browser/api/management/management_api_delegate.h',
458 'browser/api/management/management_api_constants.cc', 460 'browser/api/management/management_api_constants.cc',
459 'browser/api/management/management_api_constants.h', 461 'browser/api/management/management_api_constants.h',
460 'browser/api/messaging/native_message_host.cc', 462 'browser/api/messaging/native_message_host.cc',
463 'browser/api/mime_handler_private/mime_handler_private.cc',
464 'browser/api/mime_handler_private/mime_handler_private.h',
461 'browser/api/power/power_api.cc', 465 'browser/api/power/power_api.cc',
462 'browser/api/power/power_api.h', 466 'browser/api/power/power_api.h',
463 'browser/api/power/power_api_manager.cc', 467 'browser/api/power/power_api_manager.cc',
464 'browser/api/power/power_api_manager.h', 468 'browser/api/power/power_api_manager.h',
465 'browser/api/printer_provider/printer_provider_api.cc', 469 'browser/api/printer_provider/printer_provider_api.cc',
466 'browser/api/printer_provider/printer_provider_api.h', 470 'browser/api/printer_provider/printer_provider_api.h',
467 'browser/api/printer_provider_internal/printer_provider_internal_api.cc' , 471 'browser/api/printer_provider_internal/printer_provider_internal_api.cc' ,
468 'browser/api/printer_provider_internal/printer_provider_internal_api.h', 472 'browser/api/printer_provider_internal/printer_provider_internal_api.h',
469 'browser/api/printer_provider_internal/printer_provider_internal_api_obs erver.h', 473 'browser/api/printer_provider_internal/printer_provider_internal_api_obs erver.h',
470 'browser/api/runtime/runtime_api.cc', 474 'browser/api/runtime/runtime_api.cc',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1324 'conditions': [ 1328 'conditions': [
1325 ['OS=="win" and win_use_allocator_shim==1', { 1329 ['OS=="win" and win_use_allocator_shim==1', {
1326 'dependencies': [ 1330 'dependencies': [
1327 '../base/allocator/allocator.gyp:allocator', 1331 '../base/allocator/allocator.gyp:allocator',
1328 ], 1332 ],
1329 }], 1333 }],
1330 ], 1334 ],
1331 }, 1335 },
1332 ] 1336 ]
1333 } 1337 }
OLDNEW
« no previous file with comments | « extensions/common/manifest_handlers/mime_types_handler.cc ('k') | extensions/extensions_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698