| 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 'browser/api/system_memory/memory_info_provider.cc', | 463 'browser/api/system_memory/memory_info_provider.cc', |
| 464 'browser/api/system_memory/memory_info_provider.h', | 464 'browser/api/system_memory/memory_info_provider.h', |
| 465 'browser/api/system_memory/system_memory_api.cc', | 465 'browser/api/system_memory/system_memory_api.cc', |
| 466 'browser/api/system_memory/system_memory_api.h', | 466 'browser/api/system_memory/system_memory_api.h', |
| 467 'browser/api/system_network/system_network_api.cc', | 467 'browser/api/system_network/system_network_api.cc', |
| 468 'browser/api/system_network/system_network_api.h', | 468 'browser/api/system_network/system_network_api.h', |
| 469 'browser/api/system_storage/storage_info_provider.cc', | 469 'browser/api/system_storage/storage_info_provider.cc', |
| 470 'browser/api/system_storage/storage_info_provider.h', | 470 'browser/api/system_storage/storage_info_provider.h', |
| 471 'browser/api/system_storage/system_storage_api.cc', | 471 'browser/api/system_storage/system_storage_api.cc', |
| 472 'browser/api/system_storage/system_storage_api.h', | 472 'browser/api/system_storage/system_storage_api.h', |
| 473 'browser/api/web_request/web_request_api_constants.cc', |
| 474 'browser/api/web_request/web_request_api_constants.h', |
| 473 'browser/api/web_request/web_request_api_utils.cc', | 475 'browser/api/web_request/web_request_api_utils.cc', |
| 474 'browser/api/web_request/web_request_api_utils.h', | 476 'browser/api/web_request/web_request_api_utils.h', |
| 475 'browser/api/test/test_api.cc', | 477 'browser/api/test/test_api.cc', |
| 476 'browser/api/test/test_api.h', | 478 'browser/api/test/test_api.h', |
| 477 'browser/api/usb/usb_api.cc', | 479 'browser/api/usb/usb_api.cc', |
| 478 'browser/api/usb/usb_api.h', | 480 'browser/api/usb/usb_api.h', |
| 479 'browser/api/usb/usb_device_resource.cc', | 481 'browser/api/usb/usb_device_resource.cc', |
| 480 'browser/api/usb/usb_device_resource.h', | 482 'browser/api/usb/usb_device_resource.h', |
| 481 'browser/api/usb_private/usb_private_api.cc', | 483 'browser/api/usb_private/usb_private_api.cc', |
| 482 'browser/api/usb_private/usb_private_api.h', | 484 'browser/api/usb_private/usb_private_api.h', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1146 'browser/api/cast_channel/logging.proto' | 1148 'browser/api/cast_channel/logging.proto' |
| 1147 ], | 1149 ], |
| 1148 'variables': { | 1150 'variables': { |
| 1149 'proto_in_dir': 'browser/api/cast_channel', | 1151 'proto_in_dir': 'browser/api/cast_channel', |
| 1150 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1152 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 1151 }, | 1153 }, |
| 1152 'includes': [ '../build/protoc.gypi' ] | 1154 'includes': [ '../build/protoc.gypi' ] |
| 1153 }, | 1155 }, |
| 1154 ] | 1156 ] |
| 1155 } | 1157 } |
| OLD | NEW |