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

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

Issue 712143004: Merge CSSDefaultStyleSheets into StyleResolver. (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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "css/CSSBorderImageSliceValue.h", 129 "css/CSSBorderImageSliceValue.h",
130 "css/CSSCalculationValue.cpp", 130 "css/CSSCalculationValue.cpp",
131 "css/CSSCalculationValue.h", 131 "css/CSSCalculationValue.h",
132 "css/CSSCanvasValue.cpp", 132 "css/CSSCanvasValue.cpp",
133 "css/CSSCanvasValue.h", 133 "css/CSSCanvasValue.h",
134 "css/CSSComputedStyleDeclaration.cpp", 134 "css/CSSComputedStyleDeclaration.cpp",
135 "css/CSSCrossfadeValue.cpp", 135 "css/CSSCrossfadeValue.cpp",
136 "css/CSSCrossfadeValue.h", 136 "css/CSSCrossfadeValue.h",
137 "css/CSSCursorImageValue.cpp", 137 "css/CSSCursorImageValue.cpp",
138 "css/CSSCustomFontData.h", 138 "css/CSSCustomFontData.h",
139 "css/CSSDefaultStyleSheets.cpp",
140 "css/CSSDefaultStyleSheets.h",
141 "css/CSSFilterRule.cpp", 139 "css/CSSFilterRule.cpp",
142 "css/CSSFilterRule.h", 140 "css/CSSFilterRule.h",
143 "css/CSSFilterValue.cpp", 141 "css/CSSFilterValue.cpp",
144 "css/CSSFilterValue.h", 142 "css/CSSFilterValue.h",
145 "css/CSSFontFace.cpp", 143 "css/CSSFontFace.cpp",
146 "css/CSSFontFace.h", 144 "css/CSSFontFace.h",
147 "css/CSSFontFaceRule.cpp", 145 "css/CSSFontFaceRule.cpp",
148 "css/CSSFontFaceRule.h", 146 "css/CSSFontFaceRule.h",
149 "css/CSSFontFaceSource.cpp", 147 "css/CSSFontFaceSource.cpp",
150 "css/CSSFontFaceSource.h", 148 "css/CSSFontFaceSource.h",
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1314 "events/ProgressEvent.idl", 1312 "events/ProgressEvent.idl",
1315 "events/ResourceProgressEvent.idl", 1313 "events/ResourceProgressEvent.idl",
1316 "events/TextEvent.idl", 1314 "events/TextEvent.idl",
1317 "events/TouchEvent.idl", 1315 "events/TouchEvent.idl",
1318 "events/TransitionEvent.idl", 1316 "events/TransitionEvent.idl",
1319 "events/UIEvent.idl", 1317 "events/UIEvent.idl",
1320 "events/AnimationEvent.idl", 1318 "events/AnimationEvent.idl",
1321 "events/WheelEvent.idl", 1319 "events/WheelEvent.idl",
1322 "html/canvas/WebGLContextEvent.idl", 1320 "html/canvas/WebGLContextEvent.idl",
1323 ], "abspath") 1321 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSDefaultStyleSheets.h » ('j') | sky/engine/core/css/resolver/StyleResolver.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698