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

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

Issue 2401013002: Make MediaSession per frame as an attribute of Navigator (Closed)
Patch Set: split mojo tests Created 4 years, 2 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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "filesystem/HTMLInputElementFileSystem.idl", 539 "filesystem/HTMLInputElementFileSystem.idl",
540 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", 540 "filesystem/SharedWorkerGlobalScopeFileSystem.idl",
541 "filesystem/WindowFileSystem.idl", 541 "filesystem/WindowFileSystem.idl",
542 "gamepad/NavigatorGamepad.idl", 542 "gamepad/NavigatorGamepad.idl",
543 "geolocation/NavigatorGeolocation.idl", 543 "geolocation/NavigatorGeolocation.idl",
544 "indexeddb/WindowIndexedDatabase.idl", 544 "indexeddb/WindowIndexedDatabase.idl",
545 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", 545 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
546 "installedapp/NavigatorInstalledApp.idl", 546 "installedapp/NavigatorInstalledApp.idl",
547 "mediacapturefromelement/HTMLCanvasElementCapture.idl", 547 "mediacapturefromelement/HTMLCanvasElementCapture.idl",
548 "mediacapturefromelement/HTMLMediaElementCapture.idl", 548 "mediacapturefromelement/HTMLMediaElementCapture.idl",
549 "mediasession/NavigatorMediaSession.idl",
549 "mediasource/AudioTrackSourceBuffer.idl", 550 "mediasource/AudioTrackSourceBuffer.idl",
550 "mediasource/VideoTrackSourceBuffer.idl", 551 "mediasource/VideoTrackSourceBuffer.idl",
551 "mediasource/HTMLVideoElementMediaSource.idl", 552 "mediasource/HTMLVideoElementMediaSource.idl",
552 "mediasource/URLMediaSource.idl", 553 "mediasource/URLMediaSource.idl",
553 "mediastream/NavigatorMediaStream.idl", 554 "mediastream/NavigatorMediaStream.idl",
554 "mediastream/NavigatorUserMedia.idl", 555 "mediastream/NavigatorUserMedia.idl",
555 "mediastream/URLMediaStream.idl", 556 "mediastream/URLMediaStream.idl",
556 "mediastream/WindowMediaStream.idl", 557 "mediastream/WindowMediaStream.idl",
557 "navigatorcontentutils/NavigatorContentUtils.idl", 558 "navigatorcontentutils/NavigatorContentUtils.idl",
558 "nfc/NavigatorNFC.idl", 559 "nfc/NavigatorNFC.idl",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 "$blink_modules_output_dir/websockets/CloseEventInit.h", 870 "$blink_modules_output_dir/websockets/CloseEventInit.h",
870 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 871 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
871 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 872 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
872 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 873 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
873 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 874 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
874 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 875 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
875 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 876 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
876 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 877 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
877 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 878 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
878 ] 879 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698