| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 import("//third_party/WebKit/Source/bindings/bindings.gni") | 5 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| 6 | 6 |
| 7 # The paths in this file are absolute since this file is imported and the | 7 # The paths in this file are absolute since this file is imported and the |
| 8 # file lists must be valid from multple "current directories". | 8 # file lists must be valid from multple "current directories". |
| 9 | 9 |
| 10 bindings_modules_output_dir = "$bindings_output_dir/modules" | 10 bindings_modules_output_dir = "$bindings_output_dir/modules" |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 get_path_info([ | 41 get_path_info([ |
| 42 "app_banner/AppBannerPromptResult.idl", | 42 "app_banner/AppBannerPromptResult.idl", |
| 43 "app_banner/BeforeInstallPromptEvent.idl", | 43 "app_banner/BeforeInstallPromptEvent.idl", |
| 44 "background_sync/SyncEvent.idl", | 44 "background_sync/SyncEvent.idl", |
| 45 "background_sync/SyncManager.idl", | 45 "background_sync/SyncManager.idl", |
| 46 "battery/BatteryManager.idl", | 46 "battery/BatteryManager.idl", |
| 47 "bluetooth/Bluetooth.idl", | 47 "bluetooth/Bluetooth.idl", |
| 48 "bluetooth/BluetoothDevice.idl", | 48 "bluetooth/BluetoothDevice.idl", |
| 49 "bluetooth/BluetoothCharacteristicProperties.idl", | 49 "bluetooth/BluetoothCharacteristicProperties.idl", |
| 50 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", | 50 "bluetooth/BluetoothRemoteGATTCharacteristic.idl", |
| 51 "bluetooth/BluetoothRemoteGATTDescriptor.idl", |
| 51 "bluetooth/BluetoothRemoteGATTServer.idl", | 52 "bluetooth/BluetoothRemoteGATTServer.idl", |
| 52 "bluetooth/BluetoothRemoteGATTService.idl", | 53 "bluetooth/BluetoothRemoteGATTService.idl", |
| 53 "bluetooth/BluetoothUUID.idl", | 54 "bluetooth/BluetoothUUID.idl", |
| 54 "broadcastchannel/BroadcastChannel.idl", | 55 "broadcastchannel/BroadcastChannel.idl", |
| 55 "budget/BudgetService.idl", | 56 "budget/BudgetService.idl", |
| 56 "budget/BudgetState.idl", | 57 "budget/BudgetState.idl", |
| 57 "cachestorage/Cache.idl", | 58 "cachestorage/Cache.idl", |
| 58 "cachestorage/CacheStorage.idl", | 59 "cachestorage/CacheStorage.idl", |
| 59 "canvas2d/CanvasGradient.idl", | 60 "canvas2d/CanvasGradient.idl", |
| 60 "canvas2d/CanvasPattern.idl", | 61 "canvas2d/CanvasPattern.idl", |
| (...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 "$blink_modules_output_dir/websockets/CloseEventInit.h", | 930 "$blink_modules_output_dir/websockets/CloseEventInit.h", |
| 930 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", | 931 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", |
| 931 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", | 932 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", |
| 932 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", | 933 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", |
| 933 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", | 934 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", |
| 934 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", | 935 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", |
| 935 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", | 936 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", |
| 936 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", | 937 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", |
| 937 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", | 938 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", |
| 938 ] | 939 ] |
| OLD | NEW |