| 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 'browser/api/system_storage/system_storage_api.h', | 508 'browser/api/system_storage/system_storage_api.h', |
| 509 'browser/api/test/test_api.cc', | 509 'browser/api/test/test_api.cc', |
| 510 'browser/api/test/test_api.h', | 510 'browser/api/test/test_api.h', |
| 511 'browser/api/usb/usb_api.cc', | 511 'browser/api/usb/usb_api.cc', |
| 512 'browser/api/usb/usb_api.h', | 512 'browser/api/usb/usb_api.h', |
| 513 'browser/api/usb/usb_device_resource.cc', | 513 'browser/api/usb/usb_device_resource.cc', |
| 514 'browser/api/usb/usb_device_resource.h', | 514 'browser/api/usb/usb_device_resource.h', |
| 515 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.cc', | 515 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.cc', |
| 516 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.h', | 516 'browser/api/virtual_keyboard_private/virtual_keyboard_private_api.h', |
| 517 'browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h', | 517 'browser/api/virtual_keyboard_private/virtual_keyboard_delegate.h', |
| 518 'browser/api/vpn_provider/vpn_provider_api.cc', |
| 519 'browser/api/vpn_provider/vpn_provider_api.h', |
| 518 'browser/api/web_request/form_data_parser.cc', | 520 'browser/api/web_request/form_data_parser.cc', |
| 519 'browser/api/web_request/form_data_parser.h', | 521 'browser/api/web_request/form_data_parser.h', |
| 520 'browser/api/web_request/upload_data_presenter.cc', | 522 'browser/api/web_request/upload_data_presenter.cc', |
| 521 'browser/api/web_request/upload_data_presenter.h', | 523 'browser/api/web_request/upload_data_presenter.h', |
| 522 'browser/api/web_request/web_request_api.cc', | 524 'browser/api/web_request/web_request_api.cc', |
| 523 'browser/api/web_request/web_request_api.h', | 525 'browser/api/web_request/web_request_api.h', |
| 524 'browser/api/web_request/web_request_api_constants.cc', | 526 'browser/api/web_request/web_request_api_constants.cc', |
| 525 'browser/api/web_request/web_request_api_constants.h', | 527 'browser/api/web_request/web_request_api_constants.h', |
| 526 'browser/api/web_request/web_request_api_helpers.cc', | 528 'browser/api/web_request/web_request_api_helpers.cc', |
| 527 'browser/api/web_request/web_request_api_helpers.h', | 529 'browser/api/web_request/web_request_api_helpers.h', |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1217 'conditions': [ | 1219 'conditions': [ |
| 1218 ['OS=="win" and win_use_allocator_shim==1', { | 1220 ['OS=="win" and win_use_allocator_shim==1', { |
| 1219 'dependencies': [ | 1221 'dependencies': [ |
| 1220 '../base/allocator/allocator.gyp:allocator', | 1222 '../base/allocator/allocator.gyp:allocator', |
| 1221 ], | 1223 ], |
| 1222 }], | 1224 }], |
| 1223 ], | 1225 ], |
| 1224 }, | 1226 }, |
| 1225 ] | 1227 ] |
| 1226 } | 1228 } |
| OLD | NEW |