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

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

Issue 2108003002: Merge //content/child/permissions into Blink's permissions module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 4 years, 5 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "platform/modules/indexeddb/WebIDBTypes.h", 257 "platform/modules/indexeddb/WebIDBTypes.h",
258 "platform/modules/indexeddb/WebIDBValue.h", 258 "platform/modules/indexeddb/WebIDBValue.h",
259 "platform/modules/installedapp/WebInstalledAppClient.h", 259 "platform/modules/installedapp/WebInstalledAppClient.h",
260 "platform/modules/mediasession/WebMediaSession.h", 260 "platform/modules/mediasession/WebMediaSession.h",
261 "platform/modules/mediasession/WebMediaSessionError.h", 261 "platform/modules/mediasession/WebMediaSessionError.h",
262 "platform/modules/notifications/WebNotificationAction.h", 262 "platform/modules/notifications/WebNotificationAction.h",
263 "platform/modules/notifications/WebNotificationData.h", 263 "platform/modules/notifications/WebNotificationData.h",
264 "platform/modules/notifications/WebNotificationDelegate.h", 264 "platform/modules/notifications/WebNotificationDelegate.h",
265 "platform/modules/notifications/WebNotificationManager.h", 265 "platform/modules/notifications/WebNotificationManager.h",
266 "platform/modules/notifications/WebNotificationResources.h", 266 "platform/modules/notifications/WebNotificationResources.h",
267 "platform/modules/permissions/WebPermissionClient.h",
268 "platform/modules/permissions/WebPermissionObserver.h",
269 "platform/modules/permissions/WebPermissionStatus.h",
270 "platform/modules/permissions/WebPermissionType.h", 267 "platform/modules/permissions/WebPermissionType.h",
271 "platform/modules/presentation/WebPresentationClient.h", 268 "platform/modules/presentation/WebPresentationClient.h",
272 "platform/modules/presentation/WebPresentationController.h", 269 "platform/modules/presentation/WebPresentationController.h",
273 "platform/modules/presentation/WebPresentationError.h", 270 "platform/modules/presentation/WebPresentationError.h",
274 "platform/modules/push_messaging/WebPushClient.h", 271 "platform/modules/push_messaging/WebPushClient.h",
275 "platform/modules/push_messaging/WebPushError.h", 272 "platform/modules/push_messaging/WebPushError.h",
276 "platform/modules/push_messaging/WebPushPermissionStatus.h", 273 "platform/modules/push_messaging/WebPushPermissionStatus.h",
277 "platform/modules/push_messaging/WebPushProvider.h", 274 "platform/modules/push_messaging/WebPushProvider.h",
278 "platform/modules/push_messaging/WebPushSubscription.h", 275 "platform/modules/push_messaging/WebPushSubscription.h",
279 "platform/modules/push_messaging/WebPushSubscriptionOptions.h", 276 "platform/modules/push_messaging/WebPushSubscriptionOptions.h",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 474 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
478 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 475 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
479 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 476 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
480 "web/modules/webmidi/WebMIDIClient.h", 477 "web/modules/webmidi/WebMIDIClient.h",
481 "web/modules/webmidi/WebMIDIOptions.h", 478 "web/modules/webmidi/WebMIDIOptions.h",
482 "web/modules/webmidi/WebMIDIPermissionRequest.h", 479 "web/modules/webmidi/WebMIDIPermissionRequest.h",
483 "web/win/WebFontRendering.h", 480 "web/win/WebFontRendering.h",
484 ], 481 ],
485 }, 482 },
486 } 483 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698