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

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

Issue 1481763005: [webnfc] Add public interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added OWNERS file Created 5 years 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 | « no previous file | third_party/WebKit/public/platform/modules/nfc/OWNERS » ('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/Platform.h", 8 "platform/Platform.h",
9 "platform/WebApplicationCacheHost.h", 9 "platform/WebApplicationCacheHost.h",
10 "platform/WebApplicationCacheHostClient.h", 10 "platform/WebApplicationCacheHostClient.h",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "platform/modules/indexeddb/WebIDBKeyPath.h", 270 "platform/modules/indexeddb/WebIDBKeyPath.h",
271 "platform/modules/indexeddb/WebIDBKeyRange.h", 271 "platform/modules/indexeddb/WebIDBKeyRange.h",
272 "platform/modules/indexeddb/WebIDBMetadata.h", 272 "platform/modules/indexeddb/WebIDBMetadata.h",
273 "platform/modules/indexeddb/WebIDBTypes.h", 273 "platform/modules/indexeddb/WebIDBTypes.h",
274 "platform/modules/indexeddb/WebIDBValue.h", 274 "platform/modules/indexeddb/WebIDBValue.h",
275 "platform/modules/mediasession/WebMediaSession.h", 275 "platform/modules/mediasession/WebMediaSession.h",
276 "platform/modules/mediasession/WebMediaSessionError.h", 276 "platform/modules/mediasession/WebMediaSessionError.h",
277 "platform/modules/navigator_services/WebServicePort.h", 277 "platform/modules/navigator_services/WebServicePort.h",
278 "platform/modules/navigator_services/WebServicePortProvider.h", 278 "platform/modules/navigator_services/WebServicePortProvider.h",
279 "platform/modules/navigator_services/WebServicePortProviderClient.h", 279 "platform/modules/navigator_services/WebServicePortProviderClient.h",
280 "platform/modules/nfc/WebNFCClient.h",
281 "platform/modules/nfc/WebNFCError.h",
282 "platform/modules/nfc/WebNFCMessage.h",
283 "platform/modules/nfc/WebNFCObserver.h",
284 "platform/modules/nfc/WebNFCPushOptions.h",
285 "platform/modules/nfc/WebNFCPushTarget.h",
286 "platform/modules/nfc/WebNFCWatchOptions.h",
280 "platform/modules/notifications/WebNotificationAction.h", 287 "platform/modules/notifications/WebNotificationAction.h",
281 "platform/modules/notifications/WebNotificationData.h", 288 "platform/modules/notifications/WebNotificationData.h",
282 "platform/modules/notifications/WebNotificationDelegate.h", 289 "platform/modules/notifications/WebNotificationDelegate.h",
283 "platform/modules/notifications/WebNotificationManager.h", 290 "platform/modules/notifications/WebNotificationManager.h",
284 "platform/modules/notifications/WebNotificationPermission.h", 291 "platform/modules/notifications/WebNotificationPermission.h",
285 "platform/modules/permissions/WebPermissionClient.h", 292 "platform/modules/permissions/WebPermissionClient.h",
286 "platform/modules/permissions/WebPermissionObserver.h", 293 "platform/modules/permissions/WebPermissionObserver.h",
287 "platform/modules/permissions/WebPermissionStatus.h", 294 "platform/modules/permissions/WebPermissionStatus.h",
288 "platform/modules/permissions/WebPermissionType.h", 295 "platform/modules/permissions/WebPermissionType.h",
289 "platform/modules/presentation/WebPresentationClient.h", 296 "platform/modules/presentation/WebPresentationClient.h",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "web/mac/WebScrollbarTheme.h", 512 "web/mac/WebScrollbarTheme.h",
506 "web/mac/WebSubstringUtil.h", 513 "web/mac/WebSubstringUtil.h",
507 "web/modules/notifications/WebNotificationPermissionCallback.h", 514 "web/modules/notifications/WebNotificationPermissionCallback.h",
508 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 515 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
509 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 516 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
510 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 517 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
511 "web/win/WebFontRendering.h", 518 "web/win/WebFontRendering.h",
512 ], 519 ],
513 }, 520 },
514 } 521 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/public/platform/modules/nfc/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698