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

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

Issue 1370453002: Introduce WebMediaSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add virtual default destructor 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", 287 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
288 "platform/modules/indexeddb/WebIDBDatabaseError.h", 288 "platform/modules/indexeddb/WebIDBDatabaseError.h",
289 "platform/modules/indexeddb/WebIDBDatabaseException.h", 289 "platform/modules/indexeddb/WebIDBDatabaseException.h",
290 "platform/modules/indexeddb/WebIDBFactory.h", 290 "platform/modules/indexeddb/WebIDBFactory.h",
291 "platform/modules/indexeddb/WebIDBKey.h", 291 "platform/modules/indexeddb/WebIDBKey.h",
292 "platform/modules/indexeddb/WebIDBKeyPath.h", 292 "platform/modules/indexeddb/WebIDBKeyPath.h",
293 "platform/modules/indexeddb/WebIDBKeyRange.h", 293 "platform/modules/indexeddb/WebIDBKeyRange.h",
294 "platform/modules/indexeddb/WebIDBMetadata.h", 294 "platform/modules/indexeddb/WebIDBMetadata.h",
295 "platform/modules/indexeddb/WebIDBTypes.h", 295 "platform/modules/indexeddb/WebIDBTypes.h",
296 "platform/modules/indexeddb/WebIDBValue.h", 296 "platform/modules/indexeddb/WebIDBValue.h",
297 "platform/modules/mediasession/WebMediaSession.h",
298 "platform/modules/mediasession/WebMediaSessionError.h",
297 "platform/modules/navigator_services/WebServicePort.h", 299 "platform/modules/navigator_services/WebServicePort.h",
298 "platform/modules/navigator_services/WebServicePortProvider.h", 300 "platform/modules/navigator_services/WebServicePortProvider.h",
299 "platform/modules/navigator_services/WebServicePortProviderClient.h", 301 "platform/modules/navigator_services/WebServicePortProviderClient.h",
300 "platform/modules/notifications/WebNotificationAction.h", 302 "platform/modules/notifications/WebNotificationAction.h",
301 "platform/modules/notifications/WebNotificationData.h", 303 "platform/modules/notifications/WebNotificationData.h",
302 "platform/modules/notifications/WebNotificationDelegate.h", 304 "platform/modules/notifications/WebNotificationDelegate.h",
303 "platform/modules/notifications/WebNotificationManager.h", 305 "platform/modules/notifications/WebNotificationManager.h",
304 "platform/modules/notifications/WebNotificationPermission.h", 306 "platform/modules/notifications/WebNotificationPermission.h",
305 "platform/modules/permissions/WebPermissionClient.h", 307 "platform/modules/permissions/WebPermissionClient.h",
306 "platform/modules/permissions/WebPermissionObserver.h", 308 "platform/modules/permissions/WebPermissionObserver.h",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 "web/WebWorkerContentSettingsClientProxy.h", 516 "web/WebWorkerContentSettingsClientProxy.h",
515 "web/default/WebRenderTheme.h", 517 "web/default/WebRenderTheme.h",
516 "web/linux/WebFontRendering.h", 518 "web/linux/WebFontRendering.h",
517 "web/mac/WebScrollbarTheme.h", 519 "web/mac/WebScrollbarTheme.h",
518 "web/mac/WebSubstringUtil.h", 520 "web/mac/WebSubstringUtil.h",
519 "web/modules/notifications/WebNotificationPermissionCallback.h", 521 "web/modules/notifications/WebNotificationPermissionCallback.h",
520 "web/win/WebFontRendering.h", 522 "web/win/WebFontRendering.h",
521 ], 523 ],
522 }, 524 },
523 } 525 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698