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

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

Issue 2252783004: Implement MediaSession (metadata) per frame [NOT READY, HAS DEPENDENCY] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 3 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/modules/mediasession/NavigatorMediaSession.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "filesystem/SharedWorkerGlobalScopeFileSystem.idl", 511 "filesystem/SharedWorkerGlobalScopeFileSystem.idl",
512 "filesystem/WindowFileSystem.idl", 512 "filesystem/WindowFileSystem.idl",
513 "gamepad/NavigatorGamepad.idl", 513 "gamepad/NavigatorGamepad.idl",
514 "geolocation/NavigatorGeolocation.idl", 514 "geolocation/NavigatorGeolocation.idl",
515 "indexeddb/WindowIndexedDatabase.idl", 515 "indexeddb/WindowIndexedDatabase.idl",
516 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", 516 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
517 "installedapp/NavigatorInstalledApp.idl", 517 "installedapp/NavigatorInstalledApp.idl",
518 "mediacapturefromelement/HTMLCanvasElementCapture.idl", 518 "mediacapturefromelement/HTMLCanvasElementCapture.idl",
519 "mediacapturefromelement/HTMLMediaElementCapture.idl", 519 "mediacapturefromelement/HTMLMediaElementCapture.idl",
520 "mediasession/HTMLMediaElementMediaSession.idl", 520 "mediasession/HTMLMediaElementMediaSession.idl",
521 "mediasession/NavigatorMediaSession.idl",
521 "mediasource/AudioTrackSourceBuffer.idl", 522 "mediasource/AudioTrackSourceBuffer.idl",
522 "mediasource/VideoTrackSourceBuffer.idl", 523 "mediasource/VideoTrackSourceBuffer.idl",
523 "mediasource/HTMLVideoElementMediaSource.idl", 524 "mediasource/HTMLVideoElementMediaSource.idl",
524 "mediasource/URLMediaSource.idl", 525 "mediasource/URLMediaSource.idl",
525 "mediastream/NavigatorMediaStream.idl", 526 "mediastream/NavigatorMediaStream.idl",
526 "mediastream/NavigatorUserMedia.idl", 527 "mediastream/NavigatorUserMedia.idl",
527 "mediastream/URLMediaStream.idl", 528 "mediastream/URLMediaStream.idl",
528 "mediastream/WindowMediaStream.idl", 529 "mediastream/WindowMediaStream.idl",
529 "navigatorcontentutils/NavigatorContentUtils.idl", 530 "navigatorcontentutils/NavigatorContentUtils.idl",
530 "nfc/NavigatorNFC.idl", 531 "nfc/NavigatorNFC.idl",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 "$blink_modules_output_dir/websockets/CloseEventInit.h", 804 "$blink_modules_output_dir/websockets/CloseEventInit.h",
804 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 805 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
805 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 806 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
806 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 807 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
807 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 808 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
808 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 809 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
809 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 810 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
810 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 811 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
811 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 812 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
812 ] 813 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698