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

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

Issue 1152213003: Flesh out Rect/Point/Size classes in dart:sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/Point.dart » ('j') | sky/engine/core/painting/Rect.dart » ('J')
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 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 "painting/Path.idl", 1131 "painting/Path.idl",
1132 "painting/Picture.idl", 1132 "painting/Picture.idl",
1133 "painting/PictureRecorder.idl", 1133 "painting/PictureRecorder.idl",
1134 "view/BeginFrameCallback.idl", 1134 "view/BeginFrameCallback.idl",
1135 "view/EventCallback.idl", 1135 "view/EventCallback.idl",
1136 "view/View.idl", 1136 "view/View.idl",
1137 ], 1137 ],
1138 "abspath") 1138 "abspath")
1139 1139
1140 core_dart_files = get_path_info([ 1140 core_dart_files = get_path_info([
1141 "painting/Point.dart",
1141 "painting/Rect.dart", 1142 "painting/Rect.dart",
1142 "painting/Point.dart", 1143 "painting/Size.dart",
1143 ], 1144 ],
1144 "abspath") 1145 "abspath")
1145 1146
1146 # Files for which bindings (.cpp and .h files) will be generated 1147 # Files for which bindings (.cpp and .h files) will be generated
1147 # 'partial interface', target (right side of) 'implements', and 1148 # 'partial interface', target (right side of) 'implements', and
1148 # interfaces with static bindings (in bindings/core/v8/) 1149 # interfaces with static bindings (in bindings/core/v8/)
1149 core_dependency_idl_files = get_path_info([ 1150 core_dependency_idl_files = get_path_info([
1150 "animation/DocumentAnimation.idl", 1151 "animation/DocumentAnimation.idl",
1151 "animation/ElementAnimation.idl", 1152 "animation/ElementAnimation.idl",
1152 "css/DocumentFontFaceSet.idl", 1153 "css/DocumentFontFaceSet.idl",
(...skipping 19 matching lines...) Expand all
1172 "events/HashChangeEvent.idl", 1173 "events/HashChangeEvent.idl",
1173 "events/KeyboardEvent.idl", 1174 "events/KeyboardEvent.idl",
1174 "events/PageTransitionEvent.idl", 1175 "events/PageTransitionEvent.idl",
1175 "events/PointerEvent.idl", 1176 "events/PointerEvent.idl",
1176 "events/TextEvent.idl", 1177 "events/TextEvent.idl",
1177 "events/TransitionEvent.idl", 1178 "events/TransitionEvent.idl",
1178 "events/UIEvent.idl", 1179 "events/UIEvent.idl",
1179 "events/WheelEvent.idl", 1180 "events/WheelEvent.idl",
1180 ], 1181 ],
1181 "abspath") 1182 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/painting/Point.dart » ('j') | sky/engine/core/painting/Rect.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698