| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 'browser/api/hid/hid_connection_resource.cc', | 441 'browser/api/hid/hid_connection_resource.cc', |
| 442 'browser/api/hid/hid_connection_resource.h', | 442 'browser/api/hid/hid_connection_resource.h', |
| 443 'browser/api/hid/hid_device_manager.cc', | 443 'browser/api/hid/hid_device_manager.cc', |
| 444 'browser/api/hid/hid_device_manager.h', | 444 'browser/api/hid/hid_device_manager.h', |
| 445 'browser/api/management/management_api.cc', | 445 'browser/api/management/management_api.cc', |
| 446 'browser/api/management/management_api.h', | 446 'browser/api/management/management_api.h', |
| 447 'browser/api/management/management_api_delegate.h', | 447 'browser/api/management/management_api_delegate.h', |
| 448 'browser/api/management/management_api_constants.cc', | 448 'browser/api/management/management_api_constants.cc', |
| 449 'browser/api/management/management_api_constants.h', | 449 'browser/api/management/management_api_constants.h', |
| 450 'browser/api/messaging/native_message_host.cc', | 450 'browser/api/messaging/native_message_host.cc', |
| 451 'browser/api/mime_handler/mime_handler.cc', |
| 452 'browser/api/mime_handler/mime_handler.h', |
| 451 'browser/api/power/power_api.cc', | 453 'browser/api/power/power_api.cc', |
| 452 'browser/api/power/power_api.h', | 454 'browser/api/power/power_api.h', |
| 453 'browser/api/power/power_api_manager.cc', | 455 'browser/api/power/power_api_manager.cc', |
| 454 'browser/api/power/power_api_manager.h', | 456 'browser/api/power/power_api_manager.h', |
| 455 'browser/api/runtime/runtime_api.cc', | 457 'browser/api/runtime/runtime_api.cc', |
| 456 'browser/api/runtime/runtime_api.h', | 458 'browser/api/runtime/runtime_api.h', |
| 457 'browser/api/runtime/runtime_api_delegate.cc', | 459 'browser/api/runtime/runtime_api_delegate.cc', |
| 458 'browser/api/runtime/runtime_api_delegate.h', | 460 'browser/api/runtime/runtime_api_delegate.h', |
| 459 'browser/api/serial/serial_api.cc', | 461 'browser/api/serial/serial_api.cc', |
| 460 'browser/api/serial/serial_api.h', | 462 'browser/api/serial/serial_api.h', |
| (...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1298 'conditions': [ | 1300 'conditions': [ |
| 1299 ['OS=="win" and win_use_allocator_shim==1', { | 1301 ['OS=="win" and win_use_allocator_shim==1', { |
| 1300 'dependencies': [ | 1302 'dependencies': [ |
| 1301 '../base/allocator/allocator.gyp:allocator', | 1303 '../base/allocator/allocator.gyp:allocator', |
| 1302 ], | 1304 ], |
| 1303 }], | 1305 }], |
| 1304 ], | 1306 ], |
| 1305 }, | 1307 }, |
| 1306 ] | 1308 ] |
| 1307 } | 1309 } |
| OLD | NEW |