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

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

Issue 874633003: Remove WebCompositorSupport (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "animation/AnimationNode.cpp", 52 "animation/AnimationNode.cpp",
53 "animation/AnimationNode.h", 53 "animation/AnimationNode.h",
54 "animation/AnimationNodeTiming.cpp", 54 "animation/AnimationNodeTiming.cpp",
55 "animation/AnimationNodeTiming.h", 55 "animation/AnimationNodeTiming.h",
56 "animation/AnimationPlayer.cpp", 56 "animation/AnimationPlayer.cpp",
57 "animation/AnimationPlayer.h", 57 "animation/AnimationPlayer.h",
58 "animation/AnimationStack.cpp", 58 "animation/AnimationStack.cpp",
59 "animation/AnimationStack.h", 59 "animation/AnimationStack.h",
60 "animation/AnimationTimeline.cpp", 60 "animation/AnimationTimeline.cpp",
61 "animation/AnimationTimeline.h", 61 "animation/AnimationTimeline.h",
62 "animation/AnimationTranslationUtil.cpp",
63 "animation/AnimationTranslationUtil.h",
64 "animation/PendingAnimations.cpp", 62 "animation/PendingAnimations.cpp",
65 "animation/PendingAnimations.h", 63 "animation/PendingAnimations.h",
66 "animation/css/CSSAnimatableValueFactory.cpp", 64 "animation/css/CSSAnimatableValueFactory.cpp",
67 "animation/css/CSSAnimatableValueFactory.h", 65 "animation/css/CSSAnimatableValueFactory.h",
68 "animation/css/CSSAnimationData.cpp", 66 "animation/css/CSSAnimationData.cpp",
69 "animation/css/CSSAnimationData.h", 67 "animation/css/CSSAnimationData.h",
70 "animation/css/CSSAnimations.cpp", 68 "animation/css/CSSAnimations.cpp",
71 "animation/css/CSSAnimations.h", 69 "animation/css/CSSAnimations.h",
72 "animation/css/CSSPropertyEquality.cpp", 70 "animation/css/CSSPropertyEquality.cpp",
73 "animation/css/CSSPropertyEquality.h", 71 "animation/css/CSSPropertyEquality.h",
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1364 "events/KeyboardEvent.idl", 1362 "events/KeyboardEvent.idl",
1365 "events/PageTransitionEvent.idl", 1363 "events/PageTransitionEvent.idl",
1366 "events/PointerEvent.idl", 1364 "events/PointerEvent.idl",
1367 "events/TextEvent.idl", 1365 "events/TextEvent.idl",
1368 "events/TransitionEvent.idl", 1366 "events/TransitionEvent.idl",
1369 "events/UIEvent.idl", 1367 "events/UIEvent.idl",
1370 "events/AnimationEvent.idl", 1368 "events/AnimationEvent.idl",
1371 "html/canvas/WebGLContextEvent.idl", 1369 "html/canvas/WebGLContextEvent.idl",
1372 ], 1370 ],
1373 "abspath") 1371 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/animation/AnimationTranslationUtilTest.cpp ('k') | sky/engine/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698