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

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

Issue 1735033004: Bindings and client interface for the IsAppInstalled API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests for real. Created 4 years, 9 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/FilePathConversion.h", 9 "platform/FilePathConversion.h",
10 "platform/URLConversion.h", 10 "platform/URLConversion.h",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h", 246 "platform/modules/indexeddb/WebIDBDatabaseCallbacks.h",
247 "platform/modules/indexeddb/WebIDBDatabaseError.h", 247 "platform/modules/indexeddb/WebIDBDatabaseError.h",
248 "platform/modules/indexeddb/WebIDBDatabaseException.h", 248 "platform/modules/indexeddb/WebIDBDatabaseException.h",
249 "platform/modules/indexeddb/WebIDBFactory.h", 249 "platform/modules/indexeddb/WebIDBFactory.h",
250 "platform/modules/indexeddb/WebIDBKey.h", 250 "platform/modules/indexeddb/WebIDBKey.h",
251 "platform/modules/indexeddb/WebIDBKeyPath.h", 251 "platform/modules/indexeddb/WebIDBKeyPath.h",
252 "platform/modules/indexeddb/WebIDBKeyRange.h", 252 "platform/modules/indexeddb/WebIDBKeyRange.h",
253 "platform/modules/indexeddb/WebIDBMetadata.h", 253 "platform/modules/indexeddb/WebIDBMetadata.h",
254 "platform/modules/indexeddb/WebIDBTypes.h", 254 "platform/modules/indexeddb/WebIDBTypes.h",
255 "platform/modules/indexeddb/WebIDBValue.h", 255 "platform/modules/indexeddb/WebIDBValue.h",
256 "platform/modules/installedapp/WebInstalledAppClient.h",
256 "platform/modules/mediasession/WebMediaSession.h", 257 "platform/modules/mediasession/WebMediaSession.h",
257 "platform/modules/mediasession/WebMediaSessionError.h", 258 "platform/modules/mediasession/WebMediaSessionError.h",
258 "platform/modules/navigator_services/WebServicePort.h", 259 "platform/modules/navigator_services/WebServicePort.h",
259 "platform/modules/navigator_services/WebServicePortProvider.h", 260 "platform/modules/navigator_services/WebServicePortProvider.h",
260 "platform/modules/navigator_services/WebServicePortProviderClient.h", 261 "platform/modules/navigator_services/WebServicePortProviderClient.h",
261 "platform/modules/nfc/WebNFCClient.h", 262 "platform/modules/nfc/WebNFCClient.h",
262 "platform/modules/nfc/WebNFCError.h", 263 "platform/modules/nfc/WebNFCError.h",
263 "platform/modules/nfc/WebNFCMessage.h", 264 "platform/modules/nfc/WebNFCMessage.h",
264 "platform/modules/nfc/WebNFCObserver.h", 265 "platform/modules/nfc/WebNFCObserver.h",
265 "platform/modules/nfc/WebNFCPushOptions.h", 266 "platform/modules/nfc/WebNFCPushOptions.h",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 504 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
504 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 505 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
505 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 506 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
506 "web/modules/webmidi/WebMIDIClient.h", 507 "web/modules/webmidi/WebMIDIClient.h",
507 "web/modules/webmidi/WebMIDIOptions.h", 508 "web/modules/webmidi/WebMIDIOptions.h",
508 "web/modules/webmidi/WebMIDIPermissionRequest.h", 509 "web/modules/webmidi/WebMIDIPermissionRequest.h",
509 "web/win/WebFontRendering.h", 510 "web/win/WebFontRendering.h",
510 ], 511 ],
511 }, 512 },
512 } 513 }
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