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

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

Issue 761283002: Remove webkit-line-clamp (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 "rendering/style/CollapsedBorderValue.h", 1261 "rendering/style/CollapsedBorderValue.h",
1262 "rendering/style/CounterDirectives.cpp", 1262 "rendering/style/CounterDirectives.cpp",
1263 "rendering/style/CounterDirectives.h", 1263 "rendering/style/CounterDirectives.h",
1264 "rendering/style/CursorData.h", 1264 "rendering/style/CursorData.h",
1265 "rendering/style/DataEquivalency.h", 1265 "rendering/style/DataEquivalency.h",
1266 "rendering/style/DataRef.h", 1266 "rendering/style/DataRef.h",
1267 "rendering/style/FillLayer.cpp", 1267 "rendering/style/FillLayer.cpp",
1268 "rendering/style/FillLayer.h", 1268 "rendering/style/FillLayer.h",
1269 "rendering/style/KeyframeList.cpp", 1269 "rendering/style/KeyframeList.cpp",
1270 "rendering/style/KeyframeList.h", 1270 "rendering/style/KeyframeList.h",
1271 "rendering/style/LineClampValue.h",
1272 "rendering/style/NinePieceImage.cpp", 1271 "rendering/style/NinePieceImage.cpp",
1273 "rendering/style/NinePieceImage.h", 1272 "rendering/style/NinePieceImage.h",
1274 "rendering/style/OutlineValue.h", 1273 "rendering/style/OutlineValue.h",
1275 "rendering/style/QuotesData.cpp", 1274 "rendering/style/QuotesData.cpp",
1276 "rendering/style/QuotesData.h", 1275 "rendering/style/QuotesData.h",
1277 "rendering/style/RenderStyle.cpp", 1276 "rendering/style/RenderStyle.cpp",
1278 "rendering/style/RenderStyle.h", 1277 "rendering/style/RenderStyle.h",
1279 "rendering/style/RenderStyleConstants.h", 1278 "rendering/style/RenderStyleConstants.h",
1280 "rendering/style/ShadowData.cpp", 1279 "rendering/style/ShadowData.cpp",
1281 "rendering/style/ShadowData.h", 1280 "rendering/style/ShadowData.h",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 "events/ProgressEvent.idl", 1509 "events/ProgressEvent.idl",
1511 "events/ResourceProgressEvent.idl", 1510 "events/ResourceProgressEvent.idl",
1512 "events/TextEvent.idl", 1511 "events/TextEvent.idl",
1513 "events/TouchEvent.idl", 1512 "events/TouchEvent.idl",
1514 "events/TransitionEvent.idl", 1513 "events/TransitionEvent.idl",
1515 "events/UIEvent.idl", 1514 "events/UIEvent.idl",
1516 "events/AnimationEvent.idl", 1515 "events/AnimationEvent.idl",
1517 "events/WheelEvent.idl", 1516 "events/WheelEvent.idl",
1518 "html/canvas/WebGLContextEvent.idl", 1517 "html/canvas/WebGLContextEvent.idl",
1519 ], "abspath") 1518 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSComputedStyleDeclaration.cpp » ('j') | sky/engine/core/css/CSSProperties.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698