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

Side by Side Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2685943004: Remove TextTrack.regions and VTTRegionList (Closed)
Patch Set: Rebase Created 3 years, 10 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 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 # The paths in this file are absolute since this file is imported and the 8 # The paths in this file are absolute since this file is imported and the
9 # file lists must be valid from multple "current directories". 9 # file lists must be valid from multple "current directories".
10 10
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "html/VoidCallback.idl", 278 "html/VoidCallback.idl",
279 "html/track/AudioTrackList.idl", 279 "html/track/AudioTrackList.idl",
280 "html/track/TextTrack.idl", 280 "html/track/TextTrack.idl",
281 "html/track/TextTrackCue.idl", 281 "html/track/TextTrackCue.idl",
282 "html/track/TextTrackCueList.idl", 282 "html/track/TextTrackCueList.idl",
283 "html/track/TextTrackList.idl", 283 "html/track/TextTrackList.idl",
284 "html/track/TrackEvent.idl", 284 "html/track/TrackEvent.idl",
285 "html/track/VideoTrackList.idl", 285 "html/track/VideoTrackList.idl",
286 "html/track/vtt/VTTCue.idl", 286 "html/track/vtt/VTTCue.idl",
287 "html/track/vtt/VTTRegion.idl", 287 "html/track/vtt/VTTRegion.idl",
288 "html/track/vtt/VTTRegionList.idl",
289 "input/InputDeviceCapabilities.idl", 288 "input/InputDeviceCapabilities.idl",
290 "inspector/InspectorOverlayHost.idl", 289 "inspector/InspectorOverlayHost.idl",
291 "loader/appcache/ApplicationCache.idl", 290 "loader/appcache/ApplicationCache.idl",
292 "mojo/Mojo.idl", 291 "mojo/Mojo.idl",
293 "mojo/MojoHandle.idl", 292 "mojo/MojoHandle.idl",
294 "mojo/MojoWatcher.idl", 293 "mojo/MojoWatcher.idl",
295 "page/PagePopupController.idl", 294 "page/PagePopupController.idl",
296 "page/scrolling/ScrollState.idl", 295 "page/scrolling/ScrollState.idl",
297 "page/scrolling/ScrollStateCallback.idl", 296 "page/scrolling/ScrollStateCallback.idl",
298 "streams/UnderlyingSourceBase.idl", 297 "streams/UnderlyingSourceBase.idl",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 637 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
639 core_generated_dependency_idl_files = 638 core_generated_dependency_idl_files =
640 core_global_constructors_generated_idl_files # partial interfaces 639 core_global_constructors_generated_idl_files # partial interfaces
641 640
642 # Dependency IDL files: don't generate individual bindings, but do process 641 # Dependency IDL files: don't generate individual bindings, but do process
643 # in IDL dependency computation, and count as build dependencies 642 # in IDL dependency computation, and count as build dependencies
644 # 'core_dependency_idl_files' is already used in Source/core, so avoid 643 # 'core_dependency_idl_files' is already used in Source/core, so avoid
645 # collision 644 # collision
646 core_all_dependency_idl_files = 645 core_all_dependency_idl_files =
647 core_static_dependency_idl_files + core_generated_dependency_idl_files 646 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698