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

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

Issue 778743003: Merge StyleSheet into CSSStyleSheet. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: sort headers. 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
« no previous file with comments | « no previous file | sky/engine/core/css/CSSStyleSheet.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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "css/StylePropertySerializer.h", 335 "css/StylePropertySerializer.h",
336 "css/StylePropertySet.cpp", 336 "css/StylePropertySet.cpp",
337 "css/StylePropertySet.h", 337 "css/StylePropertySet.h",
338 "css/StylePropertyShorthandCustom.cpp", 338 "css/StylePropertyShorthandCustom.cpp",
339 "css/StyleRule.cpp", 339 "css/StyleRule.cpp",
340 "css/StyleRule.h", 340 "css/StyleRule.h",
341 "css/StyleKeyframe.h", 341 "css/StyleKeyframe.h",
342 "css/StyleKeyframe.cpp", 342 "css/StyleKeyframe.cpp",
343 "css/StyleRuleKeyframes.h", 343 "css/StyleRuleKeyframes.h",
344 "css/StyleRuleKeyframes.cpp", 344 "css/StyleRuleKeyframes.cpp",
345 "css/StyleSheet.cpp",
346 "css/StyleSheet.h",
347 "css/StyleSheetList.cpp", 345 "css/StyleSheetList.cpp",
348 "css/StyleSheetList.h", 346 "css/StyleSheetList.h",
349 "css/StyleSheetContents.cpp", 347 "css/StyleSheetContents.cpp",
350 "css/StyleSheetContents.h", 348 "css/StyleSheetContents.h",
351 "dom/ActiveDOMObject.cpp", 349 "dom/ActiveDOMObject.cpp",
352 "dom/ActiveDOMObject.h", 350 "dom/ActiveDOMObject.h",
353 "dom/Attr.cpp", 351 "dom/Attr.cpp",
354 "dom/Attr.h", 352 "dom/Attr.h",
355 "dom/Attribute.h", 353 "dom/Attribute.h",
356 "dom/AttributeCollection.h", 354 "dom/AttributeCollection.h",
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 "events/ProgressEvent.idl", 1439 "events/ProgressEvent.idl",
1442 "events/ResourceProgressEvent.idl", 1440 "events/ResourceProgressEvent.idl",
1443 "events/TextEvent.idl", 1441 "events/TextEvent.idl",
1444 "events/TouchEvent.idl", 1442 "events/TouchEvent.idl",
1445 "events/TransitionEvent.idl", 1443 "events/TransitionEvent.idl",
1446 "events/UIEvent.idl", 1444 "events/UIEvent.idl",
1447 "events/AnimationEvent.idl", 1445 "events/AnimationEvent.idl",
1448 "events/WheelEvent.idl", 1446 "events/WheelEvent.idl",
1449 "html/canvas/WebGLContextEvent.idl", 1447 "html/canvas/WebGLContextEvent.idl",
1450 ], "abspath") 1448 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSStyleSheet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698