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

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

Issue 709213002: Remove ContentData. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 "rendering/line/LineBreaker.cpp", 1091 "rendering/line/LineBreaker.cpp",
1092 "rendering/line/LineBreaker.h", 1092 "rendering/line/LineBreaker.h",
1093 "rendering/line/LineWidth.cpp", 1093 "rendering/line/LineWidth.cpp",
1094 "rendering/line/LineWidth.h", 1094 "rendering/line/LineWidth.h",
1095 "rendering/line/TrailingObjects.cpp", 1095 "rendering/line/TrailingObjects.cpp",
1096 "rendering/line/TrailingObjects.h", 1096 "rendering/line/TrailingObjects.h",
1097 "rendering/style/AppliedTextDecoration.cpp", 1097 "rendering/style/AppliedTextDecoration.cpp",
1098 "rendering/style/BasicShapes.cpp", 1098 "rendering/style/BasicShapes.cpp",
1099 "rendering/style/BorderImageLength.h", 1099 "rendering/style/BorderImageLength.h",
1100 "rendering/style/BorderImageLengthBox.h", 1100 "rendering/style/BorderImageLengthBox.h",
1101 "rendering/style/ContentData.cpp",
1102 "rendering/style/CounterDirectives.cpp", 1101 "rendering/style/CounterDirectives.cpp",
1103 "rendering/style/FillLayer.cpp", 1102 "rendering/style/FillLayer.cpp",
1104 "rendering/style/KeyframeList.cpp", 1103 "rendering/style/KeyframeList.cpp",
1105 "rendering/style/KeyframeList.h", 1104 "rendering/style/KeyframeList.h",
1106 "rendering/style/NinePieceImage.cpp", 1105 "rendering/style/NinePieceImage.cpp",
1107 "rendering/style/QuotesData.cpp", 1106 "rendering/style/QuotesData.cpp",
1108 "rendering/style/QuotesData.h", 1107 "rendering/style/QuotesData.h",
1109 "rendering/style/RenderStyle.cpp", 1108 "rendering/style/RenderStyle.cpp",
1110 "rendering/style/RenderStyle.h", 1109 "rendering/style/RenderStyle.h",
1111 "rendering/style/ShadowData.cpp", 1110 "rendering/style/ShadowData.cpp",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 "events/ProgressEvent.idl", 1312 "events/ProgressEvent.idl",
1314 "events/ResourceProgressEvent.idl", 1313 "events/ResourceProgressEvent.idl",
1315 "events/TextEvent.idl", 1314 "events/TextEvent.idl",
1316 "events/TouchEvent.idl", 1315 "events/TouchEvent.idl",
1317 "events/TransitionEvent.idl", 1316 "events/TransitionEvent.idl",
1318 "events/UIEvent.idl", 1317 "events/UIEvent.idl",
1319 "events/AnimationEvent.idl", 1318 "events/AnimationEvent.idl",
1320 "events/WheelEvent.idl", 1319 "events/WheelEvent.idl",
1321 "html/canvas/WebGLContextEvent.idl", 1320 "html/canvas/WebGLContextEvent.idl",
1322 ], "abspath") 1321 ], "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