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

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

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ 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
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | third_party/WebKit/public/platform/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "platform/modules/installedapp/WebInstalledAppClient.h", 260 "platform/modules/installedapp/WebInstalledAppClient.h",
261 "platform/modules/mediasession/WebMediaSession.h", 261 "platform/modules/mediasession/WebMediaSession.h",
262 "platform/modules/mediasession/WebMediaSessionError.h", 262 "platform/modules/mediasession/WebMediaSessionError.h",
263 "platform/modules/nfc/WebNFCClient.h", 263 "platform/modules/nfc/WebNFCClient.h",
264 "platform/modules/nfc/WebNFCError.h", 264 "platform/modules/nfc/WebNFCError.h",
265 "platform/modules/nfc/WebNFCMessage.h", 265 "platform/modules/nfc/WebNFCMessage.h",
266 "platform/modules/nfc/WebNFCObserver.h", 266 "platform/modules/nfc/WebNFCObserver.h",
267 "platform/modules/nfc/WebNFCPushOptions.h", 267 "platform/modules/nfc/WebNFCPushOptions.h",
268 "platform/modules/nfc/WebNFCPushTarget.h", 268 "platform/modules/nfc/WebNFCPushTarget.h",
269 "platform/modules/nfc/WebNFCWatchOptions.h", 269 "platform/modules/nfc/WebNFCWatchOptions.h",
270 "platform/modules/notifications/WebNotificationAction.h", 270 "platform/modules/notifications/WebNotificationConstants.h",
271 "platform/modules/notifications/WebNotificationData.h",
272 "platform/modules/notifications/WebNotificationDelegate.h",
273 "platform/modules/notifications/WebNotificationManager.h",
274 "platform/modules/notifications/WebNotificationResources.h",
275 "platform/modules/permissions/WebPermissionClient.h", 271 "platform/modules/permissions/WebPermissionClient.h",
276 "platform/modules/permissions/WebPermissionObserver.h", 272 "platform/modules/permissions/WebPermissionObserver.h",
277 "platform/modules/permissions/WebPermissionStatus.h", 273 "platform/modules/permissions/WebPermissionStatus.h",
278 "platform/modules/permissions/WebPermissionType.h", 274 "platform/modules/permissions/WebPermissionType.h",
279 "platform/modules/presentation/WebPresentationClient.h", 275 "platform/modules/presentation/WebPresentationClient.h",
280 "platform/modules/presentation/WebPresentationController.h", 276 "platform/modules/presentation/WebPresentationController.h",
281 "platform/modules/presentation/WebPresentationError.h", 277 "platform/modules/presentation/WebPresentationError.h",
282 "platform/modules/push_messaging/WebPushClient.h", 278 "platform/modules/push_messaging/WebPushClient.h",
283 "platform/modules/push_messaging/WebPushError.h", 279 "platform/modules/push_messaging/WebPushError.h",
284 "platform/modules/push_messaging/WebPushPermissionStatus.h", 280 "platform/modules/push_messaging/WebPushPermissionStatus.h",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 487 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
492 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 488 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
493 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 489 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
494 "web/modules/webmidi/WebMIDIClient.h", 490 "web/modules/webmidi/WebMIDIClient.h",
495 "web/modules/webmidi/WebMIDIOptions.h", 491 "web/modules/webmidi/WebMIDIOptions.h",
496 "web/modules/webmidi/WebMIDIPermissionRequest.h", 492 "web/modules/webmidi/WebMIDIPermissionRequest.h",
497 "web/win/WebFontRendering.h", 493 "web/win/WebFontRendering.h",
498 ], 494 ],
499 }, 495 },
500 } 496 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | third_party/WebKit/public/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698