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

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

Issue 2116763002: Reland: Web MIDI: use mojom::blink::PermissionService directly to ask permission (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for second attempt Created 4 years, 4 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/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "web/WebWindowFeatures.h", 469 "web/WebWindowFeatures.h",
470 "web/WebWorkerContentSettingsClientProxy.h", 470 "web/WebWorkerContentSettingsClientProxy.h",
471 "web/default/WebRenderTheme.h", 471 "web/default/WebRenderTheme.h",
472 "web/linux/WebFontRendering.h", 472 "web/linux/WebFontRendering.h",
473 "web/mac/WebScrollbarTheme.h", 473 "web/mac/WebScrollbarTheme.h",
474 "web/mac/WebSubstringUtil.h", 474 "web/mac/WebSubstringUtil.h",
475 "web/modules/notifications/WebNotificationPermissionCallback.h", 475 "web/modules/notifications/WebNotificationPermissionCallback.h",
476 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 476 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 477 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 478 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
479 "web/modules/webmidi/WebMIDIClient.h",
480 "web/modules/webmidi/WebMIDIOptions.h",
481 "web/modules/webmidi/WebMIDIPermissionRequest.h",
482 "web/win/WebFontRendering.h", 479 "web/win/WebFontRendering.h",
483 ], 480 ],
484 }, 481 },
485 } 482 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698