| 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |