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

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 1922923002: bluetooth: Move requestDevice to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-separate-tests-request-device
Patch Set: Remove debug log Created 4 years, 7 months 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'blink_public_sources': [ 7 'blink_public_sources': [
8 "platform/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "platform/mac/WebSandboxSupport.h", 229 "platform/mac/WebSandboxSupport.h",
230 "platform/modules/app_banner/WebAppBannerClient.h", 230 "platform/modules/app_banner/WebAppBannerClient.h",
231 "platform/modules/app_banner/WebAppBannerPromptReply.h", 231 "platform/modules/app_banner/WebAppBannerPromptReply.h",
232 "platform/modules/app_banner/WebAppBannerPromptResult.h", 232 "platform/modules/app_banner/WebAppBannerPromptResult.h",
233 "platform/modules/background_sync/WebSyncClient.h", 233 "platform/modules/background_sync/WebSyncClient.h",
234 "platform/modules/background_sync/WebSyncError.h", 234 "platform/modules/background_sync/WebSyncError.h",
235 "platform/modules/background_sync/WebSyncProvider.h", 235 "platform/modules/background_sync/WebSyncProvider.h",
236 "platform/modules/background_sync/WebSyncRegistration.h", 236 "platform/modules/background_sync/WebSyncRegistration.h",
237 "platform/modules/bluetooth/WebBluetooth.h", 237 "platform/modules/bluetooth/WebBluetooth.h",
238 "platform/modules/bluetooth/WebBluetoothDevice.h", 238 "platform/modules/bluetooth/WebBluetoothDevice.h",
239 "platform/modules/bluetooth/WebBluetoothError.h",
240 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h", 239 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristic.h",
241 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h", 240 "platform/modules/bluetooth/WebBluetoothRemoteGATTCharacteristicInit.h",
242 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h", 241 "platform/modules/bluetooth/WebBluetoothRemoteGATTService.h",
243 "platform/modules/bluetooth/WebRequestDeviceOptions.h", 242 "platform/modules/bluetooth/WebRequestDeviceOptions.h",
244 "platform/modules/device_orientation/WebDeviceMotionData.h", 243 "platform/modules/device_orientation/WebDeviceMotionData.h",
245 "platform/modules/device_orientation/WebDeviceMotionListener.h", 244 "platform/modules/device_orientation/WebDeviceMotionListener.h",
246 "platform/modules/device_orientation/WebDeviceOrientationData.h", 245 "platform/modules/device_orientation/WebDeviceOrientationData.h",
247 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 246 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
248 "platform/modules/indexeddb/WebIDBCallbacks.h", 247 "platform/modules/indexeddb/WebIDBCallbacks.h",
249 "platform/modules/indexeddb/WebIDBCursor.h", 248 "platform/modules/indexeddb/WebIDBCursor.h",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 491 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
493 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
494 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
495 "web/modules/webmidi/WebMIDIClient.h", 494 "web/modules/webmidi/WebMIDIClient.h",
496 "web/modules/webmidi/WebMIDIOptions.h", 495 "web/modules/webmidi/WebMIDIOptions.h",
497 "web/modules/webmidi/WebMIDIPermissionRequest.h", 496 "web/modules/webmidi/WebMIDIPermissionRequest.h",
498 "web/win/WebFontRendering.h", 497 "web/win/WebFontRendering.h",
499 ], 498 ],
500 }, 499 },
501 } 500 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698