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

Side by Side Diff: sky/engine/core/core.gni

Issue 701663002: Remove HTMLVideoElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "html/HTMLShadowElement.cpp", 770 "html/HTMLShadowElement.cpp",
771 "html/HTMLShadowElement.h", 771 "html/HTMLShadowElement.h",
772 "html/HTMLSourceElement.cpp", 772 "html/HTMLSourceElement.cpp",
773 "html/HTMLSourceElement.h", 773 "html/HTMLSourceElement.h",
774 "html/HTMLStyleElement.cpp", 774 "html/HTMLStyleElement.cpp",
775 "html/HTMLStyleElement.h", 775 "html/HTMLStyleElement.h",
776 "html/HTMLTemplateElement.cpp", 776 "html/HTMLTemplateElement.cpp",
777 "html/HTMLTemplateElement.h", 777 "html/HTMLTemplateElement.h",
778 "html/HTMLTitleElement.cpp", 778 "html/HTMLTitleElement.cpp",
779 "html/HTMLTitleElement.h", 779 "html/HTMLTitleElement.h",
780 "html/HTMLVideoElement.cpp",
781 "html/HTMLVideoElement.h",
782 "html/ImageData.cpp", 780 "html/ImageData.cpp",
783 "html/ImageData.h", 781 "html/ImageData.h",
784 "html/MediaError.h", 782 "html/MediaError.h",
785 "html/MediaFragmentURIParser.cpp", 783 "html/MediaFragmentURIParser.cpp",
786 "html/MediaFragmentURIParser.h", 784 "html/MediaFragmentURIParser.h",
787 "html/MediaKeyError.h", 785 "html/MediaKeyError.h",
788 "html/MediaKeyEvent.cpp", 786 "html/MediaKeyEvent.cpp",
789 "html/MediaKeyEvent.h", 787 "html/MediaKeyEvent.h",
790 "html/PublicURLManager.cpp", 788 "html/PublicURLManager.cpp",
791 "html/PublicURLManager.h", 789 "html/PublicURLManager.h",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 "rendering/RenderMedia.cpp", 1070 "rendering/RenderMedia.cpp",
1073 "rendering/RenderMedia.h", 1071 "rendering/RenderMedia.h",
1074 "rendering/RenderObject.cpp", 1072 "rendering/RenderObject.cpp",
1075 "rendering/RenderObjectChildList.cpp", 1073 "rendering/RenderObjectChildList.cpp",
1076 "rendering/RenderReplaced.cpp", 1074 "rendering/RenderReplaced.cpp",
1077 "rendering/RenderSelectionInfo.h", 1075 "rendering/RenderSelectionInfo.h",
1078 "rendering/RenderText.cpp", 1076 "rendering/RenderText.cpp",
1079 "rendering/RenderTheme.cpp", 1077 "rendering/RenderTheme.cpp",
1080 "rendering/RenderTheme.h", 1078 "rendering/RenderTheme.h",
1081 "rendering/RenderTreeAsText.cpp", 1079 "rendering/RenderTreeAsText.cpp",
1082 "rendering/RenderVideo.cpp",
1083 "rendering/RenderVideo.h",
1084 "rendering/RenderView.cpp", 1080 "rendering/RenderView.cpp",
1085 "rendering/RootInlineBox.cpp", 1081 "rendering/RootInlineBox.cpp",
1086 "rendering/ScrollAlignment.cpp", 1082 "rendering/ScrollAlignment.cpp",
1087 "rendering/SubtreeLayoutScope.cpp", 1083 "rendering/SubtreeLayoutScope.cpp",
1088 "rendering/SubtreeLayoutScope.h", 1084 "rendering/SubtreeLayoutScope.h",
1089 "rendering/TextRunConstructor.cpp", 1085 "rendering/TextRunConstructor.cpp",
1090 "rendering/TextRunConstructor.h", 1086 "rendering/TextRunConstructor.h",
1091 "rendering/TrailingFloatsRootInlineBox.h", 1087 "rendering/TrailingFloatsRootInlineBox.h",
1092 "rendering/VerticalPositionCache.h", 1088 "rendering/VerticalPositionCache.h",
1093 "rendering/break_lines.cpp", 1089 "rendering/break_lines.cpp",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 "html/HTMLImportElement.idl", 1261 "html/HTMLImportElement.idl",
1266 "html/HTMLMediaElement.idl", 1262 "html/HTMLMediaElement.idl",
1267 "html/HTMLMetaElement.idl", 1263 "html/HTMLMetaElement.idl",
1268 "html/HTMLPictureElement.idl", 1264 "html/HTMLPictureElement.idl",
1269 "html/HTMLScriptElement.idl", 1265 "html/HTMLScriptElement.idl",
1270 "html/HTMLShadowElement.idl", 1266 "html/HTMLShadowElement.idl",
1271 "html/HTMLSourceElement.idl", 1267 "html/HTMLSourceElement.idl",
1272 "html/HTMLStyleElement.idl", 1268 "html/HTMLStyleElement.idl",
1273 "html/HTMLTemplateElement.idl", 1269 "html/HTMLTemplateElement.idl",
1274 "html/HTMLTitleElement.idl", 1270 "html/HTMLTitleElement.idl",
1275 "html/HTMLVideoElement.idl",
1276 "html/ImageData.idl", 1271 "html/ImageData.idl",
1277 "html/MediaError.idl", 1272 "html/MediaError.idl",
1278 "html/MediaKeyError.idl", 1273 "html/MediaKeyError.idl",
1279 "html/MediaKeyEvent.idl", 1274 "html/MediaKeyEvent.idl",
1280 "html/TextMetrics.idl", 1275 "html/TextMetrics.idl",
1281 "html/TimeRanges.idl", 1276 "html/TimeRanges.idl",
1282 "html/VoidCallback.idl", 1277 "html/VoidCallback.idl",
1283 "html/canvas/ANGLEInstancedArrays.idl", 1278 "html/canvas/ANGLEInstancedArrays.idl",
1284 "html/canvas/Canvas2DContextAttributes.idl", 1279 "html/canvas/Canvas2DContextAttributes.idl",
1285 "html/canvas/CanvasGradient.idl", 1280 "html/canvas/CanvasGradient.idl",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 "events/ResourceProgressEvent.idl", 1355 "events/ResourceProgressEvent.idl",
1361 "events/TextEvent.idl", 1356 "events/TextEvent.idl",
1362 "events/TouchEvent.idl", 1357 "events/TouchEvent.idl",
1363 "events/TransitionEvent.idl", 1358 "events/TransitionEvent.idl",
1364 "events/UIEvent.idl", 1359 "events/UIEvent.idl",
1365 "events/AnimationEvent.idl", 1360 "events/AnimationEvent.idl",
1366 "events/WheelEvent.idl", 1361 "events/WheelEvent.idl",
1367 "html/MediaKeyEvent.idl", 1362 "html/MediaKeyEvent.idl",
1368 "html/canvas/WebGLContextEvent.idl", 1363 "html/canvas/WebGLContextEvent.idl",
1369 ], "abspath") 1364 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp ('k') | sky/engine/core/frame/ImageBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698