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

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

Issue 1163373007: Change the ColorFilter constructor to ColorFilter.Mode, in case we want to add (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/ColorFilter.dart » ('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 "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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 "painting/RRect.idl", 1163 "painting/RRect.idl",
1164 "painting/Shader.idl", 1164 "painting/Shader.idl",
1165 "view/BeginFrameCallback.idl", 1165 "view/BeginFrameCallback.idl",
1166 "view/EventCallback.idl", 1166 "view/EventCallback.idl",
1167 "view/View.idl", 1167 "view/View.idl",
1168 ], 1168 ],
1169 "abspath") 1169 "abspath")
1170 1170
1171 core_dart_files = get_path_info([ 1171 core_dart_files = get_path_info([
1172 "painting/Color.dart", 1172 "painting/Color.dart",
1173 "painting/ColorFilter.dart",
1173 "painting/Gradient.dart", 1174 "painting/Gradient.dart",
1174 "painting/MaskFilter.dart", 1175 "painting/MaskFilter.dart",
1175 "painting/PaintingStyle.dart", 1176 "painting/PaintingStyle.dart",
1176 "painting/Point.dart", 1177 "painting/Point.dart",
1177 "painting/Rect.dart", 1178 "painting/Rect.dart",
1178 "painting/Size.dart", 1179 "painting/Size.dart",
1179 "painting/TransferMode.dart", 1180 "painting/TransferMode.dart",
1180 ], 1181 ],
1181 "abspath") 1182 "abspath")
1182 1183
(...skipping 26 matching lines...) Expand all
1209 "events/HashChangeEvent.idl", 1210 "events/HashChangeEvent.idl",
1210 "events/KeyboardEvent.idl", 1211 "events/KeyboardEvent.idl",
1211 "events/PageTransitionEvent.idl", 1212 "events/PageTransitionEvent.idl",
1212 "events/PointerEvent.idl", 1213 "events/PointerEvent.idl",
1213 "events/TextEvent.idl", 1214 "events/TextEvent.idl",
1214 "events/TransitionEvent.idl", 1215 "events/TransitionEvent.idl",
1215 "events/UIEvent.idl", 1216 "events/UIEvent.idl",
1216 "events/WheelEvent.idl", 1217 "events/WheelEvent.idl",
1217 ], 1218 ],
1218 "abspath") 1219 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/painting/ColorFilter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698