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

Side by Side Diff: extensions/extensions.gyp

Issue 617933002: Remove the usbPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased again. This patch is fighting for an edit in _api_features.json. 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/api/usb_private.idl ('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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'browser/api/system_storage/storage_info_provider.cc', 488 'browser/api/system_storage/storage_info_provider.cc',
489 'browser/api/system_storage/storage_info_provider.h', 489 'browser/api/system_storage/storage_info_provider.h',
490 'browser/api/system_storage/system_storage_api.cc', 490 'browser/api/system_storage/system_storage_api.cc',
491 'browser/api/system_storage/system_storage_api.h', 491 'browser/api/system_storage/system_storage_api.h',
492 'browser/api/test/test_api.cc', 492 'browser/api/test/test_api.cc',
493 'browser/api/test/test_api.h', 493 'browser/api/test/test_api.h',
494 'browser/api/usb/usb_api.cc', 494 'browser/api/usb/usb_api.cc',
495 'browser/api/usb/usb_api.h', 495 'browser/api/usb/usb_api.h',
496 'browser/api/usb/usb_device_resource.cc', 496 'browser/api/usb/usb_device_resource.cc',
497 'browser/api/usb/usb_device_resource.h', 497 'browser/api/usb/usb_device_resource.h',
498 'browser/api/usb_private/usb_private_api.cc',
499 'browser/api/usb_private/usb_private_api.h',
500 'browser/api/web_request/form_data_parser.cc', 498 'browser/api/web_request/form_data_parser.cc',
501 'browser/api/web_request/form_data_parser.h', 499 'browser/api/web_request/form_data_parser.h',
502 'browser/api/web_request/upload_data_presenter.cc', 500 'browser/api/web_request/upload_data_presenter.cc',
503 'browser/api/web_request/upload_data_presenter.h', 501 'browser/api/web_request/upload_data_presenter.h',
504 'browser/api/web_request/web_request_api.cc', 502 'browser/api/web_request/web_request_api.cc',
505 'browser/api/web_request/web_request_api.h', 503 'browser/api/web_request/web_request_api.h',
506 'browser/api/web_request/web_request_api_constants.cc', 504 'browser/api/web_request/web_request_api_constants.cc',
507 'browser/api/web_request/web_request_api_constants.h', 505 'browser/api/web_request/web_request_api_constants.h',
508 'browser/api/web_request/web_request_api_helpers.cc', 506 'browser/api/web_request/web_request_api_helpers.cc',
509 'browser/api/web_request/web_request_api_helpers.h', 507 'browser/api/web_request/web_request_api_helpers.h',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1174 'conditions': [ 1172 'conditions': [
1175 ['OS=="win" and win_use_allocator_shim==1', { 1173 ['OS=="win" and win_use_allocator_shim==1', {
1176 'dependencies': [ 1174 'dependencies': [
1177 '../base/allocator/allocator.gyp:allocator', 1175 '../base/allocator/allocator.gyp:allocator',
1178 ], 1176 ],
1179 }], 1177 }],
1180 ], 1178 ],
1181 }, 1179 },
1182 ] 1180 ]
1183 } 1181 }
OLDNEW
« no previous file with comments | « extensions/common/api/usb_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698