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

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

Issue 1847863002: Move notification resource loading from content/child to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address peter's comments. Created 4 years, 8 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/WebNotificationAction.h",
271 "platform/modules/notifications/WebNotificationData.h", 271 "platform/modules/notifications/WebNotificationData.h",
272 "platform/modules/notifications/WebNotificationDelegate.h", 272 "platform/modules/notifications/WebNotificationDelegate.h",
273 "platform/modules/notifications/WebNotificationManager.h", 273 "platform/modules/notifications/WebNotificationManager.h",
274 "platform/modules/notifications/WebNotificationPermission.h", 274 "platform/modules/notifications/WebNotificationPermission.h",
275 "platform/modules/notifications/WebNotificationResources.h",
275 "platform/modules/permissions/WebPermissionClient.h", 276 "platform/modules/permissions/WebPermissionClient.h",
276 "platform/modules/permissions/WebPermissionObserver.h", 277 "platform/modules/permissions/WebPermissionObserver.h",
277 "platform/modules/permissions/WebPermissionStatus.h", 278 "platform/modules/permissions/WebPermissionStatus.h",
278 "platform/modules/permissions/WebPermissionType.h", 279 "platform/modules/permissions/WebPermissionType.h",
279 "platform/modules/presentation/WebPresentationClient.h", 280 "platform/modules/presentation/WebPresentationClient.h",
280 "platform/modules/presentation/WebPresentationController.h", 281 "platform/modules/presentation/WebPresentationController.h",
281 "platform/modules/presentation/WebPresentationError.h", 282 "platform/modules/presentation/WebPresentationError.h",
282 "platform/modules/push_messaging/WebPushClient.h", 283 "platform/modules/push_messaging/WebPushClient.h",
283 "platform/modules/push_messaging/WebPushError.h", 284 "platform/modules/push_messaging/WebPushError.h",
284 "platform/modules/push_messaging/WebPushPermissionStatus.h", 285 "platform/modules/push_messaging/WebPushPermissionStatus.h",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 499 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
499 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 500 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
500 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 501 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
501 "web/modules/webmidi/WebMIDIClient.h", 502 "web/modules/webmidi/WebMIDIClient.h",
502 "web/modules/webmidi/WebMIDIOptions.h", 503 "web/modules/webmidi/WebMIDIOptions.h",
503 "web/modules/webmidi/WebMIDIPermissionRequest.h", 504 "web/modules/webmidi/WebMIDIPermissionRequest.h",
504 "web/win/WebFontRendering.h", 505 "web/win/WebFontRendering.h",
505 ], 506 ],
506 }, 507 },
507 } 508 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698