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

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

Issue 1602703005: Web MIDI: Ask permissions of the content layer always (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert layout_test_message_filter.cc that should be in the next CL Created 4 years, 10 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/URLConversion.h", 9 "platform/URLConversion.h",
10 "platform/WebApiKeyValidator.h", 10 "platform/WebApiKeyValidator.h",
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "web/WebWorkerContentSettingsClientProxy.h", 517 "web/WebWorkerContentSettingsClientProxy.h",
518 "web/default/WebRenderTheme.h", 518 "web/default/WebRenderTheme.h",
519 "web/linux/WebFontRendering.h", 519 "web/linux/WebFontRendering.h",
520 "web/mac/WebScrollbarTheme.h", 520 "web/mac/WebScrollbarTheme.h",
521 "web/mac/WebSubstringUtil.h", 521 "web/mac/WebSubstringUtil.h",
522 "web/modules/notifications/WebNotificationPermissionCallback.h", 522 "web/modules/notifications/WebNotificationPermissionCallback.h",
523 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 523 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
524 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 524 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
525 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 525 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
526 "web/modules/webmidi/WebMIDIClient.h", 526 "web/modules/webmidi/WebMIDIClient.h",
527 "web/modules/webmidi/WebMIDIOptions.h",
527 "web/modules/webmidi/WebMIDIPermissionRequest.h", 528 "web/modules/webmidi/WebMIDIPermissionRequest.h",
528 "web/win/WebFontRendering.h", 529 "web/win/WebFontRendering.h",
529 ], 530 ],
530 }, 531 },
531 } 532 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698