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