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

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: Marked float literals to fix Windows build. 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
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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'browser/api/declarative_webrequest/webrequest_condition.cc', 405 'browser/api/declarative_webrequest/webrequest_condition.cc',
406 'browser/api/declarative_webrequest/webrequest_condition.h', 406 'browser/api/declarative_webrequest/webrequest_condition.h',
407 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc', 407 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc',
408 'browser/api/declarative_webrequest/webrequest_condition_attribute.h', 408 'browser/api/declarative_webrequest/webrequest_condition_attribute.h',
409 'browser/api/declarative_webrequest/webrequest_constants.cc', 409 'browser/api/declarative_webrequest/webrequest_constants.cc',
410 'browser/api/declarative_webrequest/webrequest_constants.h', 410 'browser/api/declarative_webrequest/webrequest_constants.h',
411 'browser/api/declarative_webrequest/webrequest_rules_registry.cc', 411 'browser/api/declarative_webrequest/webrequest_rules_registry.cc',
412 'browser/api/declarative_webrequest/webrequest_rules_registry.h', 412 'browser/api/declarative_webrequest/webrequest_rules_registry.h',
413 'browser/api/device_permissions_manager.cc', 413 'browser/api/device_permissions_manager.cc',
414 'browser/api/device_permissions_manager.h', 414 'browser/api/device_permissions_manager.h',
415 'browser/api/device_permissions_prompt.cc',
416 'browser/api/device_permissions_prompt.h',
415 'browser/api/dns/dns_api.cc', 417 'browser/api/dns/dns_api.cc',
416 'browser/api/dns/dns_api.h', 418 'browser/api/dns/dns_api.h',
417 'browser/api/dns/host_resolver_wrapper.cc', 419 'browser/api/dns/host_resolver_wrapper.cc',
418 'browser/api/dns/host_resolver_wrapper.h', 420 'browser/api/dns/host_resolver_wrapper.h',
419 'browser/api/execute_code_function.cc', 421 'browser/api/execute_code_function.cc',
420 'browser/api/execute_code_function.h', 422 'browser/api/execute_code_function.h',
421 'browser/api/extensions_api_client.cc', 423 'browser/api/extensions_api_client.cc',
422 'browser/api/extensions_api_client.h', 424 'browser/api/extensions_api_client.h',
423 'browser/api/hid/hid_api.cc', 425 'browser/api/hid/hid_api.cc',
424 'browser/api/hid/hid_api.h', 426 'browser/api/hid/hid_api.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'conditions': [ 1190 'conditions': [
1189 ['OS=="win" and win_use_allocator_shim==1', { 1191 ['OS=="win" and win_use_allocator_shim==1', {
1190 'dependencies': [ 1192 'dependencies': [
1191 '../base/allocator/allocator.gyp:allocator', 1193 '../base/allocator/allocator.gyp:allocator',
1192 ], 1194 ],
1193 }], 1195 }],
1194 ], 1196 ],
1195 }, 1197 },
1196 ] 1198 ]
1197 } 1199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698