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

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

Issue 2578623002: Move MediaStreamTrack contentHint to separate IDL. (Closed)
Patch Set: inline contenthint method calls Created 4 years 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/mediastream/MediaStreamTrackContentHint.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 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 "indexeddb/WindowIndexedDatabase.idl", 577 "indexeddb/WindowIndexedDatabase.idl",
578 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl", 578 "indexeddb/WorkerGlobalScopeIndexedDatabase.idl",
579 "installedapp/NavigatorInstalledApp.idl", 579 "installedapp/NavigatorInstalledApp.idl",
580 "mediacapturefromelement/HTMLCanvasElementCapture.idl", 580 "mediacapturefromelement/HTMLCanvasElementCapture.idl",
581 "mediacapturefromelement/HTMLMediaElementCapture.idl", 581 "mediacapturefromelement/HTMLMediaElementCapture.idl",
582 "mediasession/NavigatorMediaSession.idl", 582 "mediasession/NavigatorMediaSession.idl",
583 "mediasource/AudioTrackSourceBuffer.idl", 583 "mediasource/AudioTrackSourceBuffer.idl",
584 "mediasource/VideoTrackSourceBuffer.idl", 584 "mediasource/VideoTrackSourceBuffer.idl",
585 "mediasource/HTMLVideoElementMediaSource.idl", 585 "mediasource/HTMLVideoElementMediaSource.idl",
586 "mediasource/URLMediaSource.idl", 586 "mediasource/URLMediaSource.idl",
587 "mediastream/MediaStreamTrackContentHint.idl",
587 "mediastream/NavigatorMediaStream.idl", 588 "mediastream/NavigatorMediaStream.idl",
588 "mediastream/NavigatorUserMedia.idl", 589 "mediastream/NavigatorUserMedia.idl",
589 "mediastream/URLMediaStream.idl", 590 "mediastream/URLMediaStream.idl",
590 "mediastream/WindowMediaStream.idl", 591 "mediastream/WindowMediaStream.idl",
591 "navigatorcontentutils/NavigatorContentUtils.idl", 592 "navigatorcontentutils/NavigatorContentUtils.idl",
592 "nfc/NavigatorNFC.idl", 593 "nfc/NavigatorNFC.idl",
593 "netinfo/NavigatorNetworkInformation.idl", 594 "netinfo/NavigatorNetworkInformation.idl",
594 "netinfo/WorkerNavigatorNetworkInformation.idl", 595 "netinfo/WorkerNavigatorNetworkInformation.idl",
595 "notifications/ServiceWorkerGlobalScopeNotifications.idl", 596 "notifications/ServiceWorkerGlobalScopeNotifications.idl",
596 "notifications/ServiceWorkerRegistrationNotifications.idl", 597 "notifications/ServiceWorkerRegistrationNotifications.idl",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 "$blink_modules_output_dir/websockets/CloseEventInit.h", 947 "$blink_modules_output_dir/websockets/CloseEventInit.h",
947 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 948 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
948 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 949 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
949 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 950 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
950 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 951 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
951 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 952 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
952 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 953 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
953 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 954 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
954 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 955 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
955 ] 956 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/MediaStreamTrackContentHint.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698