Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Updating cross-origin-objects-exceptions.html Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 "$blink_modules_output_dir/websockets/CloseEventInit.h", 938 "$blink_modules_output_dir/websockets/CloseEventInit.h",
938 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 939 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
939 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 940 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
940 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 941 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
941 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 942 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
942 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 943 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
943 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 944 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
944 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 945 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
945 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 946 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
946 ] 947 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698