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

Side by Side Diff: extensions/extensions.gyp

Issue 463493006: Add chrome.usbPrivate API for use by USB device WEBUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change "Google Inc." to "Test Manufacturer". Created 6 years, 4 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') | tools/metrics/histograms/histograms.xml » ('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 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'browser/api/storage/value_store_cache.cc', 363 'browser/api/storage/value_store_cache.cc',
364 'browser/api/storage/value_store_cache.h', 364 'browser/api/storage/value_store_cache.h',
365 'browser/api/storage/weak_unlimited_settings_storage.cc', 365 'browser/api/storage/weak_unlimited_settings_storage.cc',
366 'browser/api/storage/weak_unlimited_settings_storage.h', 366 'browser/api/storage/weak_unlimited_settings_storage.h',
367 'browser/api/test/test_api.cc', 367 'browser/api/test/test_api.cc',
368 'browser/api/test/test_api.h', 368 'browser/api/test/test_api.h',
369 'browser/api/usb/usb_api.cc', 369 'browser/api/usb/usb_api.cc',
370 'browser/api/usb/usb_api.h', 370 'browser/api/usb/usb_api.h',
371 'browser/api/usb/usb_device_resource.cc', 371 'browser/api/usb/usb_device_resource.cc',
372 'browser/api/usb/usb_device_resource.h', 372 'browser/api/usb/usb_device_resource.h',
373 'browser/api/usb_private/usb_private_api.cc',
374 'browser/api/usb_private/usb_private_api.h',
373 'browser/api_activity_monitor.h', 375 'browser/api_activity_monitor.h',
374 'browser/app_sorting.h', 376 'browser/app_sorting.h',
375 'browser/blacklist_state.h', 377 'browser/blacklist_state.h',
376 'browser/blob_holder.cc', 378 'browser/blob_holder.cc',
377 'browser/blob_holder.h', 379 'browser/blob_holder.h',
378 'browser/browser_context_keyed_api_factory.h', 380 'browser/browser_context_keyed_api_factory.h',
379 'browser/browser_context_keyed_service_factories.cc', 381 'browser/browser_context_keyed_service_factories.cc',
380 'browser/browser_context_keyed_service_factories.h', 382 'browser/browser_context_keyed_service_factories.h',
381 'browser/component_extension_resource_manager.h', 383 'browser/component_extension_resource_manager.h',
382 'browser/computed_hashes.cc', 384 'browser/computed_hashes.cc',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'browser/api/cast_channel/logging.proto' 917 'browser/api/cast_channel/logging.proto'
916 ], 918 ],
917 'variables': { 919 'variables': {
918 'proto_in_dir': 'browser/api/cast_channel', 920 'proto_in_dir': 'browser/api/cast_channel',
919 'proto_out_dir': 'extensions/browser/api/cast_channel', 921 'proto_out_dir': 'extensions/browser/api/cast_channel',
920 }, 922 },
921 'includes': [ '../build/protoc.gypi' ] 923 'includes': [ '../build/protoc.gypi' ]
922 }, 924 },
923 ] 925 ]
924 } 926 }
OLDNEW
« no previous file with comments | « extensions/common/api/usb_private.idl ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698