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

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

Issue 1070263002: remove CSS quotes property (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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/CSSComputedStyleDeclaration.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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 "rendering/style/CounterDirectives.h", 956 "rendering/style/CounterDirectives.h",
957 "rendering/style/DataEquivalency.h", 957 "rendering/style/DataEquivalency.h",
958 "rendering/style/DataRef.h", 958 "rendering/style/DataRef.h",
959 "rendering/style/FillLayer.cpp", 959 "rendering/style/FillLayer.cpp",
960 "rendering/style/FillLayer.h", 960 "rendering/style/FillLayer.h",
961 "rendering/style/KeyframeList.cpp", 961 "rendering/style/KeyframeList.cpp",
962 "rendering/style/KeyframeList.h", 962 "rendering/style/KeyframeList.h",
963 "rendering/style/NinePieceImage.cpp", 963 "rendering/style/NinePieceImage.cpp",
964 "rendering/style/NinePieceImage.h", 964 "rendering/style/NinePieceImage.h",
965 "rendering/style/OutlineValue.h", 965 "rendering/style/OutlineValue.h",
966 "rendering/style/QuotesData.cpp",
967 "rendering/style/QuotesData.h",
968 "rendering/style/RenderStyle.cpp", 966 "rendering/style/RenderStyle.cpp",
969 "rendering/style/RenderStyle.h", 967 "rendering/style/RenderStyle.h",
970 "rendering/style/RenderStyleConstants.h", 968 "rendering/style/RenderStyleConstants.h",
971 "rendering/style/ShadowData.cpp", 969 "rendering/style/ShadowData.cpp",
972 "rendering/style/ShadowData.h", 970 "rendering/style/ShadowData.h",
973 "rendering/style/ShadowList.cpp", 971 "rendering/style/ShadowList.cpp",
974 "rendering/style/ShadowList.h", 972 "rendering/style/ShadowList.h",
975 "rendering/style/ShapeValue.h", 973 "rendering/style/ShapeValue.h",
976 "rendering/style/StyleBackgroundData.cpp", 974 "rendering/style/StyleBackgroundData.cpp",
977 "rendering/style/StyleBackgroundData.h", 975 "rendering/style/StyleBackgroundData.h",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 "events/HashChangeEvent.idl", 1125 "events/HashChangeEvent.idl",
1128 "events/KeyboardEvent.idl", 1126 "events/KeyboardEvent.idl",
1129 "events/PageTransitionEvent.idl", 1127 "events/PageTransitionEvent.idl",
1130 "events/PointerEvent.idl", 1128 "events/PointerEvent.idl",
1131 "events/TextEvent.idl", 1129 "events/TextEvent.idl",
1132 "events/TransitionEvent.idl", 1130 "events/TransitionEvent.idl",
1133 "events/UIEvent.idl", 1131 "events/UIEvent.idl",
1134 "events/WheelEvent.idl", 1132 "events/WheelEvent.idl",
1135 ], 1133 ],
1136 "abspath") 1134 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698