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

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

Issue 1155193004: Canvas.concat takes a 16-element Float32List instead of an array. (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
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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "painting/CanvasPath.cpp", 845 "painting/CanvasPath.cpp",
846 "painting/CanvasPath.h", 846 "painting/CanvasPath.h",
847 "painting/ColorFilter.cpp", 847 "painting/ColorFilter.cpp",
848 "painting/ColorFilter.h", 848 "painting/ColorFilter.h",
849 "painting/DrawLooper.cpp", 849 "painting/DrawLooper.cpp",
850 "painting/DrawLooper.h", 850 "painting/DrawLooper.h",
851 "painting/DrawLooperAddLayerCallback.cpp", 851 "painting/DrawLooperAddLayerCallback.cpp",
852 "painting/DrawLooperAddLayerCallback.h", 852 "painting/DrawLooperAddLayerCallback.h",
853 "painting/DrawLooperLayerInfo.cpp", 853 "painting/DrawLooperLayerInfo.cpp",
854 "painting/DrawLooperLayerInfo.h", 854 "painting/DrawLooperLayerInfo.h",
855 "painting/Float32List.cpp",
856 "painting/Float32List.h",
855 "painting/LayerDrawLooperBuilder.cpp", 857 "painting/LayerDrawLooperBuilder.cpp",
856 "painting/LayerDrawLooperBuilder.h", 858 "painting/LayerDrawLooperBuilder.h",
857 "painting/LayoutRoot.cpp", 859 "painting/LayoutRoot.cpp",
858 "painting/LayoutRoot.h", 860 "painting/LayoutRoot.h",
859 "painting/MaskFilter.cpp", 861 "painting/MaskFilter.cpp",
860 "painting/MaskFilter.h", 862 "painting/MaskFilter.h",
861 "painting/Paint.cpp", 863 "painting/Paint.cpp",
862 "painting/Paint.h", 864 "painting/Paint.h",
863 "painting/PaintingCallback.cpp", 865 "painting/PaintingCallback.cpp",
864 "painting/PaintingCallback.h", 866 "painting/PaintingCallback.h",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 "events/HashChangeEvent.idl", 1197 "events/HashChangeEvent.idl",
1196 "events/KeyboardEvent.idl", 1198 "events/KeyboardEvent.idl",
1197 "events/PageTransitionEvent.idl", 1199 "events/PageTransitionEvent.idl",
1198 "events/PointerEvent.idl", 1200 "events/PointerEvent.idl",
1199 "events/TextEvent.idl", 1201 "events/TextEvent.idl",
1200 "events/TransitionEvent.idl", 1202 "events/TransitionEvent.idl",
1201 "events/UIEvent.idl", 1203 "events/UIEvent.idl",
1202 "events/WheelEvent.idl", 1204 "events/WheelEvent.idl",
1203 ], 1205 ],
1204 "abspath") 1206 "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698