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

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

Issue 2338223003: Unassociating MediaSession from media players (in blink & content) (Closed)
Patch Set: fixed 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 "filesystem/HTMLInputElementFileSystem.idl", 532 "filesystem/HTMLInputElementFileSystem.idl",
533 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", 533 "filesystem/SharedWorkerGlobalScopeFileSystem.idl",
534 "filesystem/WindowFileSystem.idl", 534 "filesystem/WindowFileSystem.idl",
535 "gamepad/NavigatorGamepad.idl", 535 "gamepad/NavigatorGamepad.idl",
536 "geolocation/NavigatorGeolocation.idl", 536 "geolocation/NavigatorGeolocation.idl",
537 "indexeddb/WindowIndexedDatabase.idl", 537 "indexeddb/WindowIndexedDatabase.idl",
538 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", 538 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
539 "installedapp/NavigatorInstalledApp.idl", 539 "installedapp/NavigatorInstalledApp.idl",
540 "mediacapturefromelement/HTMLCanvasElementCapture.idl", 540 "mediacapturefromelement/HTMLCanvasElementCapture.idl",
541 "mediacapturefromelement/HTMLMediaElementCapture.idl", 541 "mediacapturefromelement/HTMLMediaElementCapture.idl",
542 "mediasession/HTMLMediaElementMediaSession.idl",
543 "mediasource/AudioTrackSourceBuffer.idl", 542 "mediasource/AudioTrackSourceBuffer.idl",
544 "mediasource/VideoTrackSourceBuffer.idl", 543 "mediasource/VideoTrackSourceBuffer.idl",
545 "mediasource/HTMLVideoElementMediaSource.idl", 544 "mediasource/HTMLVideoElementMediaSource.idl",
546 "mediasource/URLMediaSource.idl", 545 "mediasource/URLMediaSource.idl",
547 "mediastream/NavigatorMediaStream.idl", 546 "mediastream/NavigatorMediaStream.idl",
548 "mediastream/NavigatorUserMedia.idl", 547 "mediastream/NavigatorUserMedia.idl",
549 "mediastream/URLMediaStream.idl", 548 "mediastream/URLMediaStream.idl",
550 "mediastream/WindowMediaStream.idl", 549 "mediastream/WindowMediaStream.idl",
551 "navigatorcontentutils/NavigatorContentUtils.idl", 550 "navigatorcontentutils/NavigatorContentUtils.idl",
552 "nfc/NavigatorNFC.idl", 551 "nfc/NavigatorNFC.idl",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 "$blink_modules_output_dir/websockets/CloseEventInit.h", 858 "$blink_modules_output_dir/websockets/CloseEventInit.h",
860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 859 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
861 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 860 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 861 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
863 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 862 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
864 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 863 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
865 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 864 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 865 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
867 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 866 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
868 ] 867 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698