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

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

Issue 1027563002: Integrate custom paint with the DocumentLifecycle (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: nits Created 5 years, 9 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/dom/Element.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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "page/PageLifecycleObserver.h", 939 "page/PageLifecycleObserver.h",
940 "page/PageVisibilityState.cpp", 940 "page/PageVisibilityState.cpp",
941 "page/PageVisibilityState.h", 941 "page/PageVisibilityState.h",
942 "page/SpellCheckerClient.h", 942 "page/SpellCheckerClient.h",
943 "painting/Paint.cpp", 943 "painting/Paint.cpp",
944 "painting/Paint.h", 944 "painting/Paint.h",
945 "painting/PaintingCallback.cpp", 945 "painting/PaintingCallback.cpp",
946 "painting/PaintingCallback.h", 946 "painting/PaintingCallback.h",
947 "painting/PaintingContext.cpp", 947 "painting/PaintingContext.cpp",
948 "painting/PaintingContext.h", 948 "painting/PaintingContext.h",
949 "painting/PaintingTasks.cpp",
950 "painting/PaintingTasks.h",
949 "rendering/BidiRun.h", 951 "rendering/BidiRun.h",
950 "rendering/BidiRunForLine.cpp", 952 "rendering/BidiRunForLine.cpp",
951 "rendering/BidiRunForLine.h", 953 "rendering/BidiRunForLine.h",
952 "rendering/break_lines.cpp", 954 "rendering/break_lines.cpp",
953 "rendering/break_lines.h", 955 "rendering/break_lines.h",
954 "rendering/ClipPathOperation.h", 956 "rendering/ClipPathOperation.h",
955 "rendering/ClipRect.cpp", 957 "rendering/ClipRect.cpp",
956 "rendering/ClipRect.h", 958 "rendering/ClipRect.h",
957 "rendering/ClipRects.h", 959 "rendering/ClipRects.h",
958 "rendering/ClipRectsCache.h", 960 "rendering/ClipRectsCache.h",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1281 "events/KeyboardEvent.idl", 1283 "events/KeyboardEvent.idl",
1282 "events/PageTransitionEvent.idl", 1284 "events/PageTransitionEvent.idl",
1283 "events/PointerEvent.idl", 1285 "events/PointerEvent.idl",
1284 "events/TextEvent.idl", 1286 "events/TextEvent.idl",
1285 "events/TransitionEvent.idl", 1287 "events/TransitionEvent.idl",
1286 "events/UIEvent.idl", 1288 "events/UIEvent.idl",
1287 "events/WheelEvent.idl", 1289 "events/WheelEvent.idl",
1288 "html/canvas/WebGLContextEvent.idl", 1290 "html/canvas/WebGLContextEvent.idl",
1289 ], 1291 ],
1290 "abspath") 1292 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698