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

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

Issue 1151673002: Sky: different tack for custom Rect type in the Canvas API. (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: Float32List Created 5 years, 7 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 "painting/PaintingCallback.cpp", 840 "painting/PaintingCallback.cpp",
841 "painting/PaintingCallback.h", 841 "painting/PaintingCallback.h",
842 "painting/PaintingContext.cpp", 842 "painting/PaintingContext.cpp",
843 "painting/PaintingContext.h", 843 "painting/PaintingContext.h",
844 "painting/PaintingTasks.cpp", 844 "painting/PaintingTasks.cpp",
845 "painting/PaintingTasks.h", 845 "painting/PaintingTasks.h",
846 "painting/Picture.cpp", 846 "painting/Picture.cpp",
847 "painting/Picture.h", 847 "painting/Picture.h",
848 "painting/PictureRecorder.cpp", 848 "painting/PictureRecorder.cpp",
849 "painting/PictureRecorder.h", 849 "painting/PictureRecorder.h",
850 "painting/Rect.cpp",
851 "painting/Rect.h",
850 "rendering/BidiRun.h", 852 "rendering/BidiRun.h",
851 "rendering/BidiRunForLine.cpp", 853 "rendering/BidiRunForLine.cpp",
852 "rendering/BidiRunForLine.h", 854 "rendering/BidiRunForLine.h",
853 "rendering/break_lines.cpp", 855 "rendering/break_lines.cpp",
854 "rendering/break_lines.h", 856 "rendering/break_lines.h",
855 "rendering/ClipPathOperation.h", 857 "rendering/ClipPathOperation.h",
856 "rendering/ClipRect.cpp", 858 "rendering/ClipRect.cpp",
857 "rendering/ClipRect.h", 859 "rendering/ClipRect.h",
858 "rendering/ClipRects.h", 860 "rendering/ClipRects.h",
859 "rendering/ClipRectsCache.h", 861 "rendering/ClipRectsCache.h",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 "layout/LayoutCallback.idl", 1105 "layout/LayoutCallback.idl",
1104 "painting/Canvas.idl", 1106 "painting/Canvas.idl",
1105 "painting/Paint.idl", 1107 "painting/Paint.idl",
1106 "painting/PaintingCallback.idl", 1108 "painting/PaintingCallback.idl",
1107 "painting/PaintingContext.idl", 1109 "painting/PaintingContext.idl",
1108 "painting/Picture.idl", 1110 "painting/Picture.idl",
1109 "painting/PictureRecorder.idl", 1111 "painting/PictureRecorder.idl",
1110 ], 1112 ],
1111 "abspath") 1113 "abspath")
1112 1114
1115 core_dart_files = get_path_info([ "painting/Rect.dart" ], "abspath")
1116
1113 # Files for which bindings (.cpp and .h files) will be generated 1117 # Files for which bindings (.cpp and .h files) will be generated
1114 # 'partial interface', target (right side of) 'implements', and 1118 # 'partial interface', target (right side of) 'implements', and
1115 # interfaces with static bindings (in bindings/core/v8/) 1119 # interfaces with static bindings (in bindings/core/v8/)
1116 core_dependency_idl_files = get_path_info([ 1120 core_dependency_idl_files = get_path_info([
1117 "animation/DocumentAnimation.idl", 1121 "animation/DocumentAnimation.idl",
1118 "animation/ElementAnimation.idl", 1122 "animation/ElementAnimation.idl",
1119 "css/DocumentFontFaceSet.idl", 1123 "css/DocumentFontFaceSet.idl",
1120 "dom/URLUtils.idl", 1124 "dom/URLUtils.idl",
1121 "dom/URLUtilsReadOnly.idl", 1125 "dom/URLUtilsReadOnly.idl",
1122 "events/EventListener.idl", 1126 "events/EventListener.idl",
(...skipping 16 matching lines...) Expand all
1139 "events/HashChangeEvent.idl", 1143 "events/HashChangeEvent.idl",
1140 "events/KeyboardEvent.idl", 1144 "events/KeyboardEvent.idl",
1141 "events/PageTransitionEvent.idl", 1145 "events/PageTransitionEvent.idl",
1142 "events/PointerEvent.idl", 1146 "events/PointerEvent.idl",
1143 "events/TextEvent.idl", 1147 "events/TextEvent.idl",
1144 "events/TransitionEvent.idl", 1148 "events/TransitionEvent.idl",
1145 "events/UIEvent.idl", 1149 "events/UIEvent.idl",
1146 "events/WheelEvent.idl", 1150 "events/WheelEvent.idl",
1147 ], 1151 ],
1148 "abspath") 1152 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/bindings/scripts/templates/interface_dart.template ('k') | sky/engine/core/painting/Canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698