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

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

Issue 1190123003: Decouple Canvas from DisplayList and map Picture and PictureRecorder more directly to their Skia co… (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebased version of previous patch 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
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 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 "painting/ColorFilter.idl", 1146 "painting/ColorFilter.idl",
1147 "painting/DrawLooper.idl", 1147 "painting/DrawLooper.idl",
1148 "painting/DrawLooperAddLayerCallback.idl", 1148 "painting/DrawLooperAddLayerCallback.idl",
1149 "painting/DrawLooperLayerInfo.idl", 1149 "painting/DrawLooperLayerInfo.idl",
1150 "painting/Gradient.idl", 1150 "painting/Gradient.idl",
1151 "painting/Image.idl", 1151 "painting/Image.idl",
1152 "painting/LayerDrawLooperBuilder.idl", 1152 "painting/LayerDrawLooperBuilder.idl",
1153 "painting/LayoutRoot.idl", 1153 "painting/LayoutRoot.idl",
1154 "painting/MaskFilter.idl", 1154 "painting/MaskFilter.idl",
1155 "painting/Paint.idl", 1155 "painting/Paint.idl",
1156 "painting/PaintingCallback.idl",
1157 "painting/PaintingContext.idl",
1158 "painting/Path.idl", 1156 "painting/Path.idl",
1159 "painting/Picture.idl", 1157 "painting/Picture.idl",
1160 "painting/PictureRecorder.idl", 1158 "painting/PictureRecorder.idl",
1161 "painting/RRect.idl", 1159 "painting/RRect.idl",
1162 "painting/Shader.idl", 1160 "painting/Shader.idl",
1163 "view/BeginFrameCallback.idl", 1161 "view/BeginFrameCallback.idl",
1164 "view/EventCallback.idl", 1162 "view/EventCallback.idl",
1165 "view/View.idl", 1163 "view/View.idl",
1166 ], 1164 ],
1167 "abspath") 1165 "abspath")
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 "events/HashChangeEvent.idl", 1207 "events/HashChangeEvent.idl",
1210 "events/KeyboardEvent.idl", 1208 "events/KeyboardEvent.idl",
1211 "events/PageTransitionEvent.idl", 1209 "events/PageTransitionEvent.idl",
1212 "events/PointerEvent.idl", 1210 "events/PointerEvent.idl",
1213 "events/TextEvent.idl", 1211 "events/TextEvent.idl",
1214 "events/TransitionEvent.idl", 1212 "events/TransitionEvent.idl",
1215 "events/UIEvent.idl", 1213 "events/UIEvent.idl",
1216 "events/WheelEvent.idl", 1214 "events/WheelEvent.idl",
1217 ], 1215 ],
1218 "abspath") 1216 "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698