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

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

Issue 1216833003: Make rendering use PaintingNodes for increased efficiency. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Feedback fixes plus missing critical line that makes it work 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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 "painting/MaskFilter.cpp", 793 "painting/MaskFilter.cpp",
794 "painting/MaskFilter.h", 794 "painting/MaskFilter.h",
795 "painting/Offset.cpp", 795 "painting/Offset.cpp",
796 "painting/Offset.h", 796 "painting/Offset.h",
797 "painting/Paint.cpp", 797 "painting/Paint.cpp",
798 "painting/Paint.h", 798 "painting/Paint.h",
799 "painting/PaintingCallback.cpp", 799 "painting/PaintingCallback.cpp",
800 "painting/PaintingCallback.h", 800 "painting/PaintingCallback.h",
801 "painting/PaintingContext.cpp", 801 "painting/PaintingContext.cpp",
802 "painting/PaintingContext.h", 802 "painting/PaintingContext.h",
803 "painting/PaintingNode.cpp",
804 "painting/PaintingNode.h",
803 "painting/PaintingStyle.h", 805 "painting/PaintingStyle.h",
804 "painting/PaintingTasks.cpp", 806 "painting/PaintingTasks.cpp",
805 "painting/PaintingTasks.h", 807 "painting/PaintingTasks.h",
806 "painting/Picture.cpp", 808 "painting/Picture.cpp",
807 "painting/Picture.h", 809 "painting/Picture.h",
808 "painting/PictureRecorder.cpp", 810 "painting/PictureRecorder.cpp",
809 "painting/PictureRecorder.h", 811 "painting/PictureRecorder.h",
810 "painting/Point.cpp", 812 "painting/Point.cpp",
811 "painting/Point.h", 813 "painting/Point.h",
812 "painting/RRect.cpp", 814 "painting/RRect.cpp",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 "painting/Drawable.idl", 1068 "painting/Drawable.idl",
1067 "painting/DrawLooper.idl", 1069 "painting/DrawLooper.idl",
1068 "painting/DrawLooperAddLayerCallback.idl", 1070 "painting/DrawLooperAddLayerCallback.idl",
1069 "painting/DrawLooperLayerInfo.idl", 1071 "painting/DrawLooperLayerInfo.idl",
1070 "painting/Gradient.idl", 1072 "painting/Gradient.idl",
1071 "painting/Image.idl", 1073 "painting/Image.idl",
1072 "painting/LayerDrawLooperBuilder.idl", 1074 "painting/LayerDrawLooperBuilder.idl",
1073 "painting/LayoutRoot.idl", 1075 "painting/LayoutRoot.idl",
1074 "painting/MaskFilter.idl", 1076 "painting/MaskFilter.idl",
1075 "painting/Paint.idl", 1077 "painting/Paint.idl",
1078 "painting/PaintingNode.idl",
1076 "painting/Path.idl", 1079 "painting/Path.idl",
1077 "painting/Picture.idl", 1080 "painting/Picture.idl",
1078 "painting/PictureRecorder.idl", 1081 "painting/PictureRecorder.idl",
1079 "painting/RRect.idl", 1082 "painting/RRect.idl",
1080 "painting/Shader.idl", 1083 "painting/Shader.idl",
1081 "view/BeginFrameCallback.idl", 1084 "view/BeginFrameCallback.idl",
1082 "view/EventCallback.idl", 1085 "view/EventCallback.idl",
1083 "view/View.idl", 1086 "view/View.idl",
1084 ], 1087 ],
1085 "abspath") 1088 "abspath")
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 "events/HashChangeEvent.idl", 1132 "events/HashChangeEvent.idl",
1130 "events/KeyboardEvent.idl", 1133 "events/KeyboardEvent.idl",
1131 "events/PageTransitionEvent.idl", 1134 "events/PageTransitionEvent.idl",
1132 "events/PointerEvent.idl", 1135 "events/PointerEvent.idl",
1133 "events/TextEvent.idl", 1136 "events/TextEvent.idl",
1134 "events/TransitionEvent.idl", 1137 "events/TransitionEvent.idl",
1135 "events/UIEvent.idl", 1138 "events/UIEvent.idl",
1136 "events/WheelEvent.idl", 1139 "events/WheelEvent.idl",
1137 ], 1140 ],
1138 "abspath") 1141 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/painting/Canvas.h » ('j') | sky/engine/core/painting/PaintingNode.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698