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

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

Issue 1001913003: Remove <canvas> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | sky/engine/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 "frame/Screen.cpp", 698 "frame/Screen.cpp",
699 "frame/Screen.h", 699 "frame/Screen.h",
700 "frame/Settings.cpp", 700 "frame/Settings.cpp",
701 "frame/Settings.h", 701 "frame/Settings.h",
702 "frame/SettingsDelegate.cpp", 702 "frame/SettingsDelegate.cpp",
703 "frame/SettingsDelegate.h", 703 "frame/SettingsDelegate.h",
704 "frame/SuspendableTimer.cpp", 704 "frame/SuspendableTimer.cpp",
705 "frame/SuspendableTimer.h", 705 "frame/SuspendableTimer.h",
706 "frame/Tracing.cpp", 706 "frame/Tracing.cpp",
707 "frame/Tracing.h", 707 "frame/Tracing.h",
708 "html/canvas/ANGLEInstancedArrays.cpp",
709 "html/canvas/ANGLEInstancedArrays.h",
710 "html/canvas/Canvas2DContextAttributes.cpp",
711 "html/canvas/Canvas2DContextAttributes.h",
712 "html/canvas/CanvasContextAttributes.cpp",
713 "html/canvas/CanvasContextAttributes.h",
714 "html/canvas/CanvasGradient.cpp",
715 "html/canvas/CanvasGradient.h",
716 "html/canvas/CanvasImageSource.h",
717 "html/canvas/CanvasPathMethods.cpp",
718 "html/canvas/CanvasPathMethods.h",
719 "html/canvas/CanvasPattern.cpp",
720 "html/canvas/CanvasPattern.h",
721 "html/canvas/CanvasRenderingContext.cpp",
722 "html/canvas/CanvasRenderingContext.h",
723 "html/canvas/CanvasRenderingContext2D.cpp",
724 "html/canvas/CanvasRenderingContext2D.h",
725 "html/canvas/CanvasStyle.cpp",
726 "html/canvas/CanvasStyle.h",
727 "html/canvas/DataView.cpp",
728 "html/canvas/DataView.h",
729 "html/canvas/EXTBlendMinMax.cpp",
730 "html/canvas/EXTBlendMinMax.h",
731 "html/canvas/EXTFragDepth.cpp",
732 "html/canvas/EXTFragDepth.h",
733 "html/canvas/EXTShaderTextureLOD.cpp",
734 "html/canvas/EXTShaderTextureLOD.h",
735 "html/canvas/EXTTextureFilterAnisotropic.cpp",
736 "html/canvas/EXTTextureFilterAnisotropic.h",
737 "html/canvas/HitRegion.cpp",
738 "html/canvas/HitRegion.h",
739 "html/canvas/OESElementIndexUint.cpp",
740 "html/canvas/OESElementIndexUint.h",
741 "html/canvas/OESStandardDerivatives.cpp",
742 "html/canvas/OESStandardDerivatives.h",
743 "html/canvas/OESTextureFloat.cpp",
744 "html/canvas/OESTextureFloat.h",
745 "html/canvas/OESTextureFloatLinear.cpp",
746 "html/canvas/OESTextureFloatLinear.h",
747 "html/canvas/OESTextureHalfFloat.cpp",
748 "html/canvas/OESTextureHalfFloat.h",
749 "html/canvas/OESTextureHalfFloatLinear.cpp",
750 "html/canvas/OESTextureHalfFloatLinear.h",
751 "html/canvas/OESVertexArrayObject.cpp",
752 "html/canvas/OESVertexArrayObject.h",
753 "html/canvas/Path2D.h",
754 "html/canvas/WebGLActiveInfo.h",
755 "html/canvas/WebGLBuffer.cpp",
756 "html/canvas/WebGLBuffer.h",
757 "html/canvas/WebGLCompressedTextureATC.cpp",
758 "html/canvas/WebGLCompressedTextureATC.h",
759 "html/canvas/WebGLCompressedTextureETC1.cpp",
760 "html/canvas/WebGLCompressedTextureETC1.h",
761 "html/canvas/WebGLCompressedTexturePVRTC.cpp",
762 "html/canvas/WebGLCompressedTexturePVRTC.h",
763 "html/canvas/WebGLCompressedTextureS3TC.cpp",
764 "html/canvas/WebGLCompressedTextureS3TC.h",
765 "html/canvas/WebGLContextAttributes.cpp",
766 "html/canvas/WebGLContextAttributes.h",
767 "html/canvas/WebGLContextEvent.cpp",
768 "html/canvas/WebGLContextEvent.h",
769 "html/canvas/WebGLContextGroup.cpp",
770 "html/canvas/WebGLContextGroup.h",
771 "html/canvas/WebGLContextObject.cpp",
772 "html/canvas/WebGLContextObject.h",
773 "html/canvas/WebGLDebugRendererInfo.cpp",
774 "html/canvas/WebGLDebugRendererInfo.h",
775 "html/canvas/WebGLDebugShaders.cpp",
776 "html/canvas/WebGLDebugShaders.h",
777 "html/canvas/WebGLDepthTexture.cpp",
778 "html/canvas/WebGLDepthTexture.h",
779 "html/canvas/WebGLDrawBuffers.cpp",
780 "html/canvas/WebGLDrawBuffers.h",
781 "html/canvas/WebGLExtension.cpp",
782 "html/canvas/WebGLExtension.h",
783 "html/canvas/WebGLExtensionName.h",
784 "html/canvas/WebGLFramebuffer.cpp",
785 "html/canvas/WebGLFramebuffer.h",
786 "html/canvas/WebGLGetInfo.cpp",
787 "html/canvas/WebGLGetInfo.h",
788 "html/canvas/WebGLLoseContext.cpp",
789 "html/canvas/WebGLLoseContext.h",
790 "html/canvas/WebGLObject.cpp",
791 "html/canvas/WebGLObject.h",
792 "html/canvas/WebGLProgram.cpp",
793 "html/canvas/WebGLProgram.h",
794 "html/canvas/WebGLRenderbuffer.cpp",
795 "html/canvas/WebGLRenderbuffer.h",
796 "html/canvas/WebGLRenderingContext.cpp",
797 "html/canvas/WebGLRenderingContext.h",
798 "html/canvas/WebGLRenderingContextBase.cpp",
799 "html/canvas/WebGLRenderingContextBase.h",
800 "html/canvas/WebGLShader.cpp",
801 "html/canvas/WebGLShader.h",
802 "html/canvas/WebGLShaderPrecisionFormat.cpp",
803 "html/canvas/WebGLShaderPrecisionFormat.h",
804 "html/canvas/WebGLSharedObject.cpp",
805 "html/canvas/WebGLSharedObject.h",
806 "html/canvas/WebGLSharedWebGraphicsContext3D.cpp",
807 "html/canvas/WebGLSharedWebGraphicsContext3D.h",
808 "html/canvas/WebGLTexture.cpp",
809 "html/canvas/WebGLTexture.h",
810 "html/canvas/WebGLUniformLocation.cpp",
811 "html/canvas/WebGLUniformLocation.h",
812 "html/canvas/WebGLVertexArrayObjectOES.cpp",
813 "html/canvas/WebGLVertexArrayObjectOES.h",
814 "html/HTMLAnchorElement.cpp", 708 "html/HTMLAnchorElement.cpp",
815 "html/HTMLAnchorElement.h", 709 "html/HTMLAnchorElement.h",
816 "html/HTMLCanvasElement.cpp",
817 "html/HTMLCanvasElement.h",
818 "html/HTMLContentElement.cpp", 710 "html/HTMLContentElement.cpp",
819 "html/HTMLContentElement.h", 711 "html/HTMLContentElement.h",
820 "html/HTMLElement.cpp", 712 "html/HTMLElement.cpp",
821 "html/HTMLElement.h", 713 "html/HTMLElement.h",
822 "html/HTMLIFrameElement.cpp", 714 "html/HTMLIFrameElement.cpp",
823 "html/HTMLIFrameElement.h", 715 "html/HTMLIFrameElement.h",
824 "html/HTMLImageElement.cpp", 716 "html/HTMLImageElement.cpp",
825 "html/HTMLImageElement.h", 717 "html/HTMLImageElement.h",
826 "html/HTMLImageLoader.cpp", 718 "html/HTMLImageLoader.cpp",
827 "html/HTMLImageLoader.h", 719 "html/HTMLImageLoader.h",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 "rendering/RenderBlockFlow.h", 895 "rendering/RenderBlockFlow.h",
1004 "rendering/RenderBox.cpp", 896 "rendering/RenderBox.cpp",
1005 "rendering/RenderBox.h", 897 "rendering/RenderBox.h",
1006 "rendering/RenderBoxModelObject.cpp", 898 "rendering/RenderBoxModelObject.cpp",
1007 "rendering/RenderBoxModelObject.h", 899 "rendering/RenderBoxModelObject.h",
1008 "rendering/RenderFlexibleBox.cpp", 900 "rendering/RenderFlexibleBox.cpp",
1009 "rendering/RenderFlexibleBox.h", 901 "rendering/RenderFlexibleBox.h",
1010 "rendering/RenderGeometryMap.cpp", 902 "rendering/RenderGeometryMap.cpp",
1011 "rendering/RenderGeometryMap.h", 903 "rendering/RenderGeometryMap.h",
1012 "rendering/RenderGeometryMapStep.h", 904 "rendering/RenderGeometryMapStep.h",
1013 "rendering/RenderHTMLCanvas.cpp",
1014 "rendering/RenderHTMLCanvas.h",
1015 "rendering/RenderIFrame.cpp", 905 "rendering/RenderIFrame.cpp",
1016 "rendering/RenderIFrame.h", 906 "rendering/RenderIFrame.h",
1017 "rendering/RenderImage.cpp", 907 "rendering/RenderImage.cpp",
1018 "rendering/RenderImage.h", 908 "rendering/RenderImage.h",
1019 "rendering/RenderImageResource.cpp", 909 "rendering/RenderImageResource.cpp",
1020 "rendering/RenderImageResource.h", 910 "rendering/RenderImageResource.h",
1021 "rendering/RenderImageResourceStyleImage.cpp", 911 "rendering/RenderImageResourceStyleImage.cpp",
1022 "rendering/RenderImageResourceStyleImage.h", 912 "rendering/RenderImageResourceStyleImage.h",
1023 "rendering/RenderInline.cpp", 913 "rendering/RenderInline.cpp",
1024 "rendering/RenderInline.h", 914 "rendering/RenderInline.h",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 "events/PointerEvent.idl", 1073 "events/PointerEvent.idl",
1184 "events/TextEvent.idl", 1074 "events/TextEvent.idl",
1185 "events/TransitionEvent.idl", 1075 "events/TransitionEvent.idl",
1186 "events/UIEvent.idl", 1076 "events/UIEvent.idl",
1187 "events/WheelEvent.idl", 1077 "events/WheelEvent.idl",
1188 "frame/ImageBitmap.idl", 1078 "frame/ImageBitmap.idl",
1189 "frame/Location.idl", 1079 "frame/Location.idl",
1190 "frame/Screen.idl", 1080 "frame/Screen.idl",
1191 "frame/Tracing.idl", 1081 "frame/Tracing.idl",
1192 "frame/Window.idl", 1082 "frame/Window.idl",
1193 "html/canvas/ANGLEInstancedArrays.idl",
1194 "html/canvas/Canvas2DContextAttributes.idl",
1195 "html/canvas/CanvasGradient.idl",
1196 "html/canvas/CanvasPattern.idl",
1197 "html/canvas/CanvasRenderingContext2D.idl",
1198 "html/canvas/EXTBlendMinMax.idl",
1199 "html/canvas/EXTFragDepth.idl",
1200 "html/canvas/EXTShaderTextureLOD.idl",
1201 "html/canvas/EXTTextureFilterAnisotropic.idl",
1202 "html/canvas/OESElementIndexUint.idl",
1203 "html/canvas/OESStandardDerivatives.idl",
1204 "html/canvas/OESTextureFloat.idl",
1205 "html/canvas/OESTextureFloatLinear.idl",
1206 "html/canvas/OESTextureHalfFloat.idl",
1207 "html/canvas/OESTextureHalfFloatLinear.idl",
1208 "html/canvas/OESVertexArrayObject.idl",
1209 "html/canvas/Path2D.idl",
1210 "html/canvas/WebGLActiveInfo.idl",
1211 "html/canvas/WebGLBuffer.idl",
1212 "html/canvas/WebGLCompressedTextureATC.idl",
1213 "html/canvas/WebGLCompressedTextureETC1.idl",
1214 "html/canvas/WebGLCompressedTexturePVRTC.idl",
1215 "html/canvas/WebGLCompressedTextureS3TC.idl",
1216 "html/canvas/WebGLContextAttributes.idl",
1217 "html/canvas/WebGLContextEvent.idl",
1218 "html/canvas/WebGLDebugRendererInfo.idl",
1219 "html/canvas/WebGLDebugShaders.idl",
1220 "html/canvas/WebGLDepthTexture.idl",
1221 "html/canvas/WebGLDrawBuffers.idl",
1222 "html/canvas/WebGLFramebuffer.idl",
1223 "html/canvas/WebGLLoseContext.idl",
1224 "html/canvas/WebGLProgram.idl",
1225 "html/canvas/WebGLRenderbuffer.idl",
1226
1227 # "html/canvas/WebGLRenderingContext.idl",
1228 "html/canvas/WebGLShader.idl",
1229 "html/canvas/WebGLShaderPrecisionFormat.idl",
1230 "html/canvas/WebGLTexture.idl",
1231 "html/canvas/WebGLUniformLocation.idl",
1232 "html/canvas/WebGLVertexArrayObjectOES.idl",
1233 "html/HTMLAnchorElement.idl", 1083 "html/HTMLAnchorElement.idl",
1234 "html/HTMLCanvasElement.idl",
1235 "html/HTMLContentElement.idl", 1084 "html/HTMLContentElement.idl",
1236 "html/HTMLElement.idl", 1085 "html/HTMLElement.idl",
1237 "html/HTMLIFrameElement.idl", 1086 "html/HTMLIFrameElement.idl",
1238 "html/HTMLImageElement.idl", 1087 "html/HTMLImageElement.idl",
1239 "html/HTMLImportElement.idl", 1088 "html/HTMLImportElement.idl",
1240 "html/HTMLScriptElement.idl", 1089 "html/HTMLScriptElement.idl",
1241 "html/HTMLStyleElement.idl", 1090 "html/HTMLStyleElement.idl",
1242 "html/HTMLTemplateElement.idl", 1091 "html/HTMLTemplateElement.idl",
1243 "html/HTMLTitleElement.idl", 1092 "html/HTMLTitleElement.idl",
1244 "html/HTMLTElement.idl", 1093 "html/HTMLTElement.idl",
(...skipping 12 matching lines...) Expand all
1257 core_dependency_idl_files = 1106 core_dependency_idl_files =
1258 get_path_info([ 1107 get_path_info([
1259 "animation/DocumentAnimation.idl", 1108 "animation/DocumentAnimation.idl",
1260 "animation/ElementAnimation.idl", 1109 "animation/ElementAnimation.idl",
1261 "css/DocumentFontFaceSet.idl", 1110 "css/DocumentFontFaceSet.idl",
1262 "dom/URLUtils.idl", 1111 "dom/URLUtils.idl",
1263 "dom/URLUtilsReadOnly.idl", 1112 "dom/URLUtilsReadOnly.idl",
1264 "events/EventListener.idl", 1113 "events/EventListener.idl",
1265 "frame/WindowBase64.idl", 1114 "frame/WindowBase64.idl",
1266 "frame/WindowTimers.idl", 1115 "frame/WindowTimers.idl",
1267 "html/canvas/ArrayBufferView.idl",
1268 "html/canvas/CanvasPathMethods.idl",
1269 "html/canvas/DataView.idl",
1270 "html/canvas/WebGLRenderingContextBase.idl",
1271 ], 1116 ],
1272 "abspath") 1117 "abspath")
1273 1118
1274 # interfaces that inherit from Event, including Event itself 1119 # interfaces that inherit from Event, including Event itself
1275 core_event_idl_files = get_path_info([ 1120 core_event_idl_files = get_path_info([
1276 "css/FontFaceSetLoadEvent.idl", 1121 "css/FontFaceSetLoadEvent.idl",
1277 "css/MediaQueryListEvent.idl", 1122 "css/MediaQueryListEvent.idl",
1278 "events/AnimationEvent.idl", 1123 "events/AnimationEvent.idl",
1279 "events/AnimationPlayerEvent.idl", 1124 "events/AnimationPlayerEvent.idl",
1280 "events/CompositionEvent.idl", 1125 "events/CompositionEvent.idl",
1281 "events/ErrorEvent.idl", 1126 "events/ErrorEvent.idl",
1282 "events/Event.idl", 1127 "events/Event.idl",
1283 "events/FocusEvent.idl", 1128 "events/FocusEvent.idl",
1284 "events/GestureEvent.idl", 1129 "events/GestureEvent.idl",
1285 "events/HashChangeEvent.idl", 1130 "events/HashChangeEvent.idl",
1286 "events/KeyboardEvent.idl", 1131 "events/KeyboardEvent.idl",
1287 "events/PageTransitionEvent.idl", 1132 "events/PageTransitionEvent.idl",
1288 "events/PointerEvent.idl", 1133 "events/PointerEvent.idl",
1289 "events/TextEvent.idl", 1134 "events/TextEvent.idl",
1290 "events/TransitionEvent.idl", 1135 "events/TransitionEvent.idl",
1291 "events/UIEvent.idl", 1136 "events/UIEvent.idl",
1292 "events/WheelEvent.idl", 1137 "events/WheelEvent.idl",
1293 "html/canvas/WebGLContextEvent.idl",
1294 ], 1138 ],
1295 "abspath") 1139 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698