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

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

Issue 1145103005: Add DartHandleCache and use it to cache strings used when converting Rect and (Closed) Base URL: git@github.com:/domokit/mojo.git@master
Patch Set: simplify 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
« no previous file with comments | « no previous file | sky/engine/core/painting/Point.cpp » ('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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "painting/PaintingCallback.cpp", 852 "painting/PaintingCallback.cpp",
853 "painting/PaintingCallback.h", 853 "painting/PaintingCallback.h",
854 "painting/PaintingContext.cpp", 854 "painting/PaintingContext.cpp",
855 "painting/PaintingContext.h", 855 "painting/PaintingContext.h",
856 "painting/PaintingTasks.cpp", 856 "painting/PaintingTasks.cpp",
857 "painting/PaintingTasks.h", 857 "painting/PaintingTasks.h",
858 "painting/Picture.cpp", 858 "painting/Picture.cpp",
859 "painting/Picture.h", 859 "painting/Picture.h",
860 "painting/PictureRecorder.cpp", 860 "painting/PictureRecorder.cpp",
861 "painting/PictureRecorder.h", 861 "painting/PictureRecorder.h",
862 "painting/Point.cpp",
863 "painting/Point.h",
862 "painting/Rect.cpp", 864 "painting/Rect.cpp",
863 "painting/Rect.h", 865 "painting/Rect.h",
864 "rendering/BidiRun.h", 866 "rendering/BidiRun.h",
865 "rendering/BidiRunForLine.cpp", 867 "rendering/BidiRunForLine.cpp",
866 "rendering/BidiRunForLine.h", 868 "rendering/BidiRunForLine.h",
867 "rendering/break_lines.cpp", 869 "rendering/break_lines.cpp",
868 "rendering/break_lines.h", 870 "rendering/break_lines.h",
869 "rendering/ClipPathOperation.h", 871 "rendering/ClipPathOperation.h",
870 "rendering/ClipRect.cpp", 872 "rendering/ClipRect.cpp",
871 "rendering/ClipRect.h", 873 "rendering/ClipRect.h",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "events/HashChangeEvent.idl", 1174 "events/HashChangeEvent.idl",
1173 "events/KeyboardEvent.idl", 1175 "events/KeyboardEvent.idl",
1174 "events/PageTransitionEvent.idl", 1176 "events/PageTransitionEvent.idl",
1175 "events/PointerEvent.idl", 1177 "events/PointerEvent.idl",
1176 "events/TextEvent.idl", 1178 "events/TextEvent.idl",
1177 "events/TransitionEvent.idl", 1179 "events/TransitionEvent.idl",
1178 "events/UIEvent.idl", 1180 "events/UIEvent.idl",
1179 "events/WheelEvent.idl", 1181 "events/WheelEvent.idl",
1180 ], 1182 ],
1181 "abspath") 1183 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/painting/Point.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698