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

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

Issue 876913002: Remove CSSCanvas values. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/css/CSSCanvasValue.h » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "css/CSSAspectRatioValue.cpp", 120 "css/CSSAspectRatioValue.cpp",
121 "css/CSSAspectRatioValue.h", 121 "css/CSSAspectRatioValue.h",
122 "css/CSSBasicShapes.cpp", 122 "css/CSSBasicShapes.cpp",
123 "css/CSSBasicShapes.h", 123 "css/CSSBasicShapes.h",
124 "css/CSSBorderImage.cpp", 124 "css/CSSBorderImage.cpp",
125 "css/CSSBorderImage.h", 125 "css/CSSBorderImage.h",
126 "css/CSSBorderImageSliceValue.cpp", 126 "css/CSSBorderImageSliceValue.cpp",
127 "css/CSSBorderImageSliceValue.h", 127 "css/CSSBorderImageSliceValue.h",
128 "css/CSSCalculationValue.cpp", 128 "css/CSSCalculationValue.cpp",
129 "css/CSSCalculationValue.h", 129 "css/CSSCalculationValue.h",
130 "css/CSSCanvasValue.cpp",
131 "css/CSSCanvasValue.h",
132 "css/CSSComputedStyleDeclaration.cpp", 130 "css/CSSComputedStyleDeclaration.cpp",
133 "css/CSSComputedStyleDeclaration.h", 131 "css/CSSComputedStyleDeclaration.h",
134 "css/CSSCrossfadeValue.cpp", 132 "css/CSSCrossfadeValue.cpp",
135 "css/CSSCrossfadeValue.h", 133 "css/CSSCrossfadeValue.h",
136 "css/CSSCursorImageValue.cpp", 134 "css/CSSCursorImageValue.cpp",
137 "css/CSSCursorImageValue.h", 135 "css/CSSCursorImageValue.h",
138 "css/CSSCustomFontData.h", 136 "css/CSSCustomFontData.h",
139 "css/CSSFilterValue.cpp", 137 "css/CSSFilterValue.cpp",
140 "css/CSSFilterValue.h", 138 "css/CSSFilterValue.h",
141 "css/CSSFontFace.cpp", 139 "css/CSSFontFace.cpp",
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 "events/KeyboardEvent.idl", 1353 "events/KeyboardEvent.idl",
1356 "events/PageTransitionEvent.idl", 1354 "events/PageTransitionEvent.idl",
1357 "events/PointerEvent.idl", 1355 "events/PointerEvent.idl",
1358 "events/TextEvent.idl", 1356 "events/TextEvent.idl",
1359 "events/TransitionEvent.idl", 1357 "events/TransitionEvent.idl",
1360 "events/UIEvent.idl", 1358 "events/UIEvent.idl",
1361 "events/AnimationEvent.idl", 1359 "events/AnimationEvent.idl",
1362 "html/canvas/WebGLContextEvent.idl", 1360 "html/canvas/WebGLContextEvent.idl",
1363 ], 1361 ],
1364 "abspath") 1362 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSCanvasValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698