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

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

Issue 852703002: Merge StyleSheetCollection into ScopedStyleResolver. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/resolver/ScopedStyleResolver.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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "dom/shadow/SelectRuleFeatureSet.h", 507 "dom/shadow/SelectRuleFeatureSet.h",
508 "dom/shadow/ShadowRoot.cpp", 508 "dom/shadow/ShadowRoot.cpp",
509 "dom/shadow/ShadowRoot.h", 509 "dom/shadow/ShadowRoot.h",
510 "dom/shadow/ShadowRootRareData.h", 510 "dom/shadow/ShadowRootRareData.h",
511 "dom/SimulatedClickOptions.h", 511 "dom/SimulatedClickOptions.h",
512 "dom/SpaceSplitString.cpp", 512 "dom/SpaceSplitString.cpp",
513 "dom/SpaceSplitString.h", 513 "dom/SpaceSplitString.h",
514 "dom/StaticNodeList.h", 514 "dom/StaticNodeList.h",
515 "dom/StyleEngine.cpp", 515 "dom/StyleEngine.cpp",
516 "dom/StyleEngine.h", 516 "dom/StyleEngine.h",
517 "dom/StyleSheetCollection.cpp",
518 "dom/StyleSheetCollection.h",
519 "dom/TemplateContentDocumentFragment.h", 517 "dom/TemplateContentDocumentFragment.h",
520 "dom/Text.cpp", 518 "dom/Text.cpp",
521 "dom/Text.h", 519 "dom/Text.h",
522 "dom/TextLinkColors.cpp", 520 "dom/TextLinkColors.cpp",
523 "dom/TextLinkColors.h", 521 "dom/TextLinkColors.h",
524 "dom/Touch.cpp", 522 "dom/Touch.cpp",
525 "dom/Touch.h", 523 "dom/Touch.h",
526 "dom/TouchList.cpp", 524 "dom/TouchList.cpp",
527 "dom/TouchList.h", 525 "dom/TouchList.h",
528 "dom/TreeScope.cpp", 526 "dom/TreeScope.cpp",
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 "events/ResourceProgressEvent.idl", 1416 "events/ResourceProgressEvent.idl",
1419 "events/TextEvent.idl", 1417 "events/TextEvent.idl",
1420 "events/TouchEvent.idl", 1418 "events/TouchEvent.idl",
1421 "events/TransitionEvent.idl", 1419 "events/TransitionEvent.idl",
1422 "events/UIEvent.idl", 1420 "events/UIEvent.idl",
1423 "events/AnimationEvent.idl", 1421 "events/AnimationEvent.idl",
1424 "events/WheelEvent.idl", 1422 "events/WheelEvent.idl",
1425 "html/canvas/WebGLContextEvent.idl", 1423 "html/canvas/WebGLContextEvent.idl",
1426 ], 1424 ],
1427 "abspath") 1425 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/resolver/ScopedStyleResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698