| 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 'browser/api/execute_code_function.cc', | 416 'browser/api/execute_code_function.cc', |
| 417 'browser/api/execute_code_function.h', | 417 'browser/api/execute_code_function.h', |
| 418 'browser/api/extensions_api_client.cc', | 418 'browser/api/extensions_api_client.cc', |
| 419 'browser/api/extensions_api_client.h', | 419 'browser/api/extensions_api_client.h', |
| 420 'browser/api/hid/hid_api.cc', | 420 'browser/api/hid/hid_api.cc', |
| 421 'browser/api/hid/hid_api.h', | 421 'browser/api/hid/hid_api.h', |
| 422 'browser/api/hid/hid_connection_resource.cc', | 422 'browser/api/hid/hid_connection_resource.cc', |
| 423 'browser/api/hid/hid_connection_resource.h', | 423 'browser/api/hid/hid_connection_resource.h', |
| 424 'browser/api/hid/hid_device_manager.cc', | 424 'browser/api/hid/hid_device_manager.cc', |
| 425 'browser/api/hid/hid_device_manager.h', | 425 'browser/api/hid/hid_device_manager.h', |
| 426 'browser/api/messaging/native_message_host.cc', | |
| 427 'browser/api/power/power_api.cc', | 426 'browser/api/power/power_api.cc', |
| 428 'browser/api/power/power_api.h', | 427 'browser/api/power/power_api.h', |
| 429 'browser/api/power/power_api_manager.cc', | 428 'browser/api/power/power_api_manager.cc', |
| 430 'browser/api/power/power_api_manager.h', | 429 'browser/api/power/power_api_manager.h', |
| 431 'browser/api/runtime/runtime_api.cc', | 430 'browser/api/runtime/runtime_api.cc', |
| 432 'browser/api/runtime/runtime_api.h', | 431 'browser/api/runtime/runtime_api.h', |
| 433 'browser/api/runtime/runtime_api_delegate.cc', | 432 'browser/api/runtime/runtime_api_delegate.cc', |
| 434 'browser/api/runtime/runtime_api_delegate.h', | 433 'browser/api/runtime/runtime_api_delegate.h', |
| 435 'browser/api/serial/serial_api.cc', | 434 'browser/api/serial/serial_api.cc', |
| 436 'browser/api/serial/serial_api.h', | 435 'browser/api/serial/serial_api.h', |
| (...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 'conditions': [ | 1185 'conditions': [ |
| 1187 ['OS=="win" and win_use_allocator_shim==1', { | 1186 ['OS=="win" and win_use_allocator_shim==1', { |
| 1188 'dependencies': [ | 1187 'dependencies': [ |
| 1189 '../base/allocator/allocator.gyp:allocator', | 1188 '../base/allocator/allocator.gyp:allocator', |
| 1190 ], | 1189 ], |
| 1191 }], | 1190 }], |
| 1192 ], | 1191 ], |
| 1193 }, | 1192 }, |
| 1194 ] | 1193 ] |
| 1195 } | 1194 } |
| OLD | NEW |