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

Side by Side Diff: extensions/extensions.gyp

Issue 606503002: Rewrite apps::SavedDevicesService as extensions::DevicePermissionsManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments. 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 'browser/api/declarative_webrequest/webrequest_action.cc', 387 'browser/api/declarative_webrequest/webrequest_action.cc',
388 'browser/api/declarative_webrequest/webrequest_action.h', 388 'browser/api/declarative_webrequest/webrequest_action.h',
389 'browser/api/declarative_webrequest/webrequest_condition.cc', 389 'browser/api/declarative_webrequest/webrequest_condition.cc',
390 'browser/api/declarative_webrequest/webrequest_condition.h', 390 'browser/api/declarative_webrequest/webrequest_condition.h',
391 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc', 391 'browser/api/declarative_webrequest/webrequest_condition_attribute.cc',
392 'browser/api/declarative_webrequest/webrequest_condition_attribute.h', 392 'browser/api/declarative_webrequest/webrequest_condition_attribute.h',
393 'browser/api/declarative_webrequest/webrequest_constants.cc', 393 'browser/api/declarative_webrequest/webrequest_constants.cc',
394 'browser/api/declarative_webrequest/webrequest_constants.h', 394 'browser/api/declarative_webrequest/webrequest_constants.h',
395 'browser/api/declarative_webrequest/webrequest_rules_registry.cc', 395 'browser/api/declarative_webrequest/webrequest_rules_registry.cc',
396 'browser/api/declarative_webrequest/webrequest_rules_registry.h', 396 'browser/api/declarative_webrequest/webrequest_rules_registry.h',
397 'browser/api/device_permissions_manager.cc',
398 'browser/api/device_permissions_manager.h',
397 'browser/api/dns/dns_api.cc', 399 'browser/api/dns/dns_api.cc',
398 'browser/api/dns/dns_api.h', 400 'browser/api/dns/dns_api.h',
399 'browser/api/dns/host_resolver_wrapper.cc', 401 'browser/api/dns/host_resolver_wrapper.cc',
400 'browser/api/dns/host_resolver_wrapper.h', 402 'browser/api/dns/host_resolver_wrapper.h',
401 'browser/api/execute_code_function.cc', 403 'browser/api/execute_code_function.cc',
402 'browser/api/execute_code_function.h', 404 'browser/api/execute_code_function.h',
403 'browser/api/extensions_api_client.cc', 405 'browser/api/extensions_api_client.cc',
404 'browser/api/extensions_api_client.h', 406 'browser/api/extensions_api_client.h',
405 'browser/api/hid/hid_api.cc', 407 'browser/api/hid/hid_api.cc',
406 'browser/api/hid/hid_api.h', 408 'browser/api/hid/hid_api.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'conditions': [ 1171 'conditions': [
1170 ['OS=="win" and win_use_allocator_shim==1', { 1172 ['OS=="win" and win_use_allocator_shim==1', {
1171 'dependencies': [ 1173 'dependencies': [
1172 '../base/allocator/allocator.gyp:allocator', 1174 '../base/allocator/allocator.gyp:allocator',
1173 ], 1175 ],
1174 }], 1176 }],
1175 ], 1177 ],
1176 }, 1178 },
1177 ] 1179 ]
1178 } 1180 }
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