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

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

Issue 1334763002: bluetooth: Subscribe to notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-origin
Patch Set: Fix global interface test Created 5 years, 2 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/Platform.h", 8 "platform/Platform.h",
9 "platform/WebApplicationCacheHost.h", 9 "platform/WebApplicationCacheHost.h",
10 "platform/WebApplicationCacheHostClient.h", 10 "platform/WebApplicationCacheHostClient.h",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "platform/modules/app_banner/WebAppBannerPromptReply.h", 265 "platform/modules/app_banner/WebAppBannerPromptReply.h",
266 "platform/modules/app_banner/WebAppBannerPromptResult.h", 266 "platform/modules/app_banner/WebAppBannerPromptResult.h",
267 "platform/modules/background_sync/WebSyncClient.h", 267 "platform/modules/background_sync/WebSyncClient.h",
268 "platform/modules/background_sync/WebSyncError.h", 268 "platform/modules/background_sync/WebSyncError.h",
269 "platform/modules/background_sync/WebSyncPermissionStatus.h", 269 "platform/modules/background_sync/WebSyncPermissionStatus.h",
270 "platform/modules/background_sync/WebSyncProvider.h", 270 "platform/modules/background_sync/WebSyncProvider.h",
271 "platform/modules/background_sync/WebSyncRegistration.h", 271 "platform/modules/background_sync/WebSyncRegistration.h",
272 "platform/modules/bluetooth/WebBluetooth.h", 272 "platform/modules/bluetooth/WebBluetooth.h",
273 "platform/modules/bluetooth/WebBluetoothDevice.h", 273 "platform/modules/bluetooth/WebBluetoothDevice.h",
274 "platform/modules/bluetooth/WebBluetoothError.h", 274 "platform/modules/bluetooth/WebBluetoothError.h",
275 "platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h",
275 "platform/modules/bluetooth/WebBluetoothGATTCharacteristicInit.h", 276 "platform/modules/bluetooth/WebBluetoothGATTCharacteristicInit.h",
276 "platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h", 277 "platform/modules/bluetooth/WebBluetoothGATTRemoteServer.h",
277 "platform/modules/bluetooth/WebBluetoothGATTService.h", 278 "platform/modules/bluetooth/WebBluetoothGATTService.h",
278 "platform/modules/bluetooth/WebRequestDeviceOptions.h", 279 "platform/modules/bluetooth/WebRequestDeviceOptions.h",
279 "platform/modules/device_orientation/WebDeviceMotionData.h", 280 "platform/modules/device_orientation/WebDeviceMotionData.h",
280 "platform/modules/device_orientation/WebDeviceMotionListener.h", 281 "platform/modules/device_orientation/WebDeviceMotionListener.h",
281 "platform/modules/device_orientation/WebDeviceOrientationData.h", 282 "platform/modules/device_orientation/WebDeviceOrientationData.h",
282 "platform/modules/device_orientation/WebDeviceOrientationListener.h", 283 "platform/modules/device_orientation/WebDeviceOrientationListener.h",
283 "platform/modules/indexeddb/WebIDBCallbacks.h", 284 "platform/modules/indexeddb/WebIDBCallbacks.h",
284 "platform/modules/indexeddb/WebIDBCursor.h", 285 "platform/modules/indexeddb/WebIDBCursor.h",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "web/WebWorkerContentSettingsClientProxy.h", 518 "web/WebWorkerContentSettingsClientProxy.h",
518 "web/default/WebRenderTheme.h", 519 "web/default/WebRenderTheme.h",
519 "web/linux/WebFontRendering.h", 520 "web/linux/WebFontRendering.h",
520 "web/mac/WebScrollbarTheme.h", 521 "web/mac/WebScrollbarTheme.h",
521 "web/mac/WebSubstringUtil.h", 522 "web/mac/WebSubstringUtil.h",
522 "web/modules/notifications/WebNotificationPermissionCallback.h", 523 "web/modules/notifications/WebNotificationPermissionCallback.h",
523 "web/win/WebFontRendering.h", 524 "web/win/WebFontRendering.h",
524 ], 525 ],
525 }, 526 },
526 } 527 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698