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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Sync latest changes Created 3 years, 7 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "filesystem/DedicatedWorkerGlobalScopeFileSystem.idl", 607 "filesystem/DedicatedWorkerGlobalScopeFileSystem.idl",
608 "filesystem/DevToolsHostFileSystem.idl", 608 "filesystem/DevToolsHostFileSystem.idl",
609 "filesystem/HTMLInputElementFileSystem.idl", 609 "filesystem/HTMLInputElementFileSystem.idl",
610 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", 610 "filesystem/SharedWorkerGlobalScopeFileSystem.idl",
611 "filesystem/WindowFileSystem.idl", 611 "filesystem/WindowFileSystem.idl",
612 "gamepad/NavigatorGamepad.idl", 612 "gamepad/NavigatorGamepad.idl",
613 "geolocation/NavigatorGeolocation.idl", 613 "geolocation/NavigatorGeolocation.idl",
614 "indexeddb/WindowIndexedDatabase.idl", 614 "indexeddb/WindowIndexedDatabase.idl",
615 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", 615 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
616 "installedapp/NavigatorInstalledApp.idl", 616 "installedapp/NavigatorInstalledApp.idl",
617 "keyboard_lock/NavigatorKeyboardLock.idl",
617 "media_capabilities/NavigatorMediaCapabilities.idl", 618 "media_capabilities/NavigatorMediaCapabilities.idl",
618 "mediacapturefromelement/HTMLCanvasElementCapture.idl", 619 "mediacapturefromelement/HTMLCanvasElementCapture.idl",
619 "mediacapturefromelement/HTMLMediaElementCapture.idl", 620 "mediacapturefromelement/HTMLMediaElementCapture.idl",
620 "mediasession/NavigatorMediaSession.idl", 621 "mediasession/NavigatorMediaSession.idl",
621 "mediasource/AudioTrackSourceBuffer.idl", 622 "mediasource/AudioTrackSourceBuffer.idl",
622 "mediasource/VideoTrackSourceBuffer.idl", 623 "mediasource/VideoTrackSourceBuffer.idl",
623 "mediasource/HTMLVideoElementMediaSource.idl", 624 "mediasource/HTMLVideoElementMediaSource.idl",
624 "mediasource/URLMediaSource.idl", 625 "mediasource/URLMediaSource.idl",
625 "mediastream/MediaStreamTrackContentHint.idl", 626 "mediastream/MediaStreamTrackContentHint.idl",
626 "mediastream/NavigatorMediaStream.idl", 627 "mediastream/NavigatorMediaStream.idl",
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 "$blink_modules_output_dir/websockets/CloseEventInit.h", 1039 "$blink_modules_output_dir/websockets/CloseEventInit.h",
1039 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
1040 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 1041 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
1041 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
1042 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 1043 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
1043 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
1044 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 1045 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
1045 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
1046 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 1047 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
1047 ] 1048 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698