OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |