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

Side by Side Diff: extensions/extensions.gyp

Issue 633793002: Prompt for granting permission to access USB devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename UsbDevicesChosen -> OnUsbDevicesChosen. 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/browser/api/usb_private/DEPS ('k') | extensions/extensions_strings.grd » ('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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'browser/api/declarative_webrequest/webrequest_condition.cc', 407 'browser/api/declarative_webrequest/webrequest_condition.cc',
408 'browser/api/declarative_webrequest/webrequest_condition.h', 408 'browser/api/declarative_webrequest/webrequest_condition.h',
409 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc', 409 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc',
410 'browser/api/declarative_webrequest/webrequest_condition_attribute.h', 410 'browser/api/declarative_webrequest/webrequest_condition_attribute.h',
411 'browser/api/declarative_webrequest/webrequest_constants.cc', 411 'browser/api/declarative_webrequest/webrequest_constants.cc',
412 'browser/api/declarative_webrequest/webrequest_constants.h', 412 'browser/api/declarative_webrequest/webrequest_constants.h',
413 'browser/api/declarative_webrequest/webrequest_rules_registry.cc', 413 'browser/api/declarative_webrequest/webrequest_rules_registry.cc',
414 'browser/api/declarative_webrequest/webrequest_rules_registry.h', 414 'browser/api/declarative_webrequest/webrequest_rules_registry.h',
415 'browser/api/device_permissions_manager.cc', 415 'browser/api/device_permissions_manager.cc',
416 'browser/api/device_permissions_manager.h', 416 'browser/api/device_permissions_manager.h',
417 'browser/api/device_permissions_prompt.cc',
418 'browser/api/device_permissions_prompt.h',
417 'browser/api/dns/dns_api.cc', 419 'browser/api/dns/dns_api.cc',
418 'browser/api/dns/dns_api.h', 420 'browser/api/dns/dns_api.h',
419 'browser/api/dns/host_resolver_wrapper.cc', 421 'browser/api/dns/host_resolver_wrapper.cc',
420 'browser/api/dns/host_resolver_wrapper.h', 422 'browser/api/dns/host_resolver_wrapper.h',
421 'browser/api/execute_code_function.cc', 423 'browser/api/execute_code_function.cc',
422 'browser/api/execute_code_function.h', 424 'browser/api/execute_code_function.h',
423 'browser/api/extensions_api_client.cc', 425 'browser/api/extensions_api_client.cc',
424 'browser/api/extensions_api_client.h', 426 'browser/api/extensions_api_client.h',
425 'browser/api/hid/hid_api.cc', 427 'browser/api/hid/hid_api.cc',
426 'browser/api/hid/hid_api.h', 428 'browser/api/hid/hid_api.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'conditions': [ 1192 'conditions': [
1191 ['OS=="win" and win_use_allocator_shim==1', { 1193 ['OS=="win" and win_use_allocator_shim==1', {
1192 'dependencies': [ 1194 'dependencies': [
1193 '../base/allocator/allocator.gyp:allocator', 1195 '../base/allocator/allocator.gyp:allocator',
1194 ], 1196 ],
1195 }], 1197 }],
1196 ], 1198 ],
1197 }, 1199 },
1198 ] 1200 ]
1199 } 1201 }
OLDNEW
« no previous file with comments | « extensions/browser/api/usb_private/DEPS ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698