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

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

Issue 1221583003: Add APIs for dynamic display lists, using SkDrawable and SkPictureRecorder::endRecordingAsDrawable. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/painting/Canvas.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "painting/CanvasColor.cpp", 841 "painting/CanvasColor.cpp",
842 "painting/CanvasColor.h", 842 "painting/CanvasColor.h",
843 "painting/CanvasGradient.cpp", 843 "painting/CanvasGradient.cpp",
844 "painting/CanvasGradient.h", 844 "painting/CanvasGradient.h",
845 "painting/CanvasImage.cpp", 845 "painting/CanvasImage.cpp",
846 "painting/CanvasImage.h", 846 "painting/CanvasImage.h",
847 "painting/CanvasPath.cpp", 847 "painting/CanvasPath.cpp",
848 "painting/CanvasPath.h", 848 "painting/CanvasPath.h",
849 "painting/ColorFilter.cpp", 849 "painting/ColorFilter.cpp",
850 "painting/ColorFilter.h", 850 "painting/ColorFilter.h",
851 "painting/Drawable.cpp",
852 "painting/Drawable.h",
851 "painting/DrawLooper.cpp", 853 "painting/DrawLooper.cpp",
852 "painting/DrawLooper.h", 854 "painting/DrawLooper.h",
853 "painting/DrawLooperAddLayerCallback.cpp", 855 "painting/DrawLooperAddLayerCallback.cpp",
854 "painting/DrawLooperAddLayerCallback.h", 856 "painting/DrawLooperAddLayerCallback.h",
855 "painting/DrawLooperLayerInfo.cpp", 857 "painting/DrawLooperLayerInfo.cpp",
856 "painting/DrawLooperLayerInfo.h", 858 "painting/DrawLooperLayerInfo.h",
857 "painting/LayerDrawLooperBuilder.cpp", 859 "painting/LayerDrawLooperBuilder.cpp",
858 "painting/LayerDrawLooperBuilder.h", 860 "painting/LayerDrawLooperBuilder.h",
859 "painting/LayoutRoot.cpp", 861 "painting/LayoutRoot.cpp",
860 "painting/LayoutRoot.h", 862 "painting/LayoutRoot.h",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 "html/HTMLTemplateElement.idl", 1139 "html/HTMLTemplateElement.idl",
1138 "html/HTMLTitleElement.idl", 1140 "html/HTMLTitleElement.idl",
1139 "html/ImageData.idl", 1141 "html/ImageData.idl",
1140 "html/TextMetrics.idl", 1142 "html/TextMetrics.idl",
1141 "html/VoidCallback.idl", 1143 "html/VoidCallback.idl",
1142 "layout/LayoutCallback.idl", 1144 "layout/LayoutCallback.idl",
1143 "loader/ImageDecoder.idl", 1145 "loader/ImageDecoder.idl",
1144 "loader/ImageDecoderCallback.idl", 1146 "loader/ImageDecoderCallback.idl",
1145 "painting/Canvas.idl", 1147 "painting/Canvas.idl",
1146 "painting/ColorFilter.idl", 1148 "painting/ColorFilter.idl",
1149 "painting/Drawable.idl",
1147 "painting/DrawLooper.idl", 1150 "painting/DrawLooper.idl",
1148 "painting/DrawLooperAddLayerCallback.idl", 1151 "painting/DrawLooperAddLayerCallback.idl",
1149 "painting/DrawLooperLayerInfo.idl", 1152 "painting/DrawLooperLayerInfo.idl",
1150 "painting/Gradient.idl", 1153 "painting/Gradient.idl",
1151 "painting/Image.idl", 1154 "painting/Image.idl",
1152 "painting/LayerDrawLooperBuilder.idl", 1155 "painting/LayerDrawLooperBuilder.idl",
1153 "painting/LayoutRoot.idl", 1156 "painting/LayoutRoot.idl",
1154 "painting/MaskFilter.idl", 1157 "painting/MaskFilter.idl",
1155 "painting/Paint.idl", 1158 "painting/Paint.idl",
1156 "painting/Path.idl", 1159 "painting/Path.idl",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 "events/HashChangeEvent.idl", 1212 "events/HashChangeEvent.idl",
1210 "events/KeyboardEvent.idl", 1213 "events/KeyboardEvent.idl",
1211 "events/PageTransitionEvent.idl", 1214 "events/PageTransitionEvent.idl",
1212 "events/PointerEvent.idl", 1215 "events/PointerEvent.idl",
1213 "events/TextEvent.idl", 1216 "events/TextEvent.idl",
1214 "events/TransitionEvent.idl", 1217 "events/TransitionEvent.idl",
1215 "events/UIEvent.idl", 1218 "events/UIEvent.idl",
1216 "events/WheelEvent.idl", 1219 "events/WheelEvent.idl",
1217 ], 1220 ],
1218 "abspath") 1221 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/painting/Canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698