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

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

Issue 780083003: Merge StyleElement into HTMLStyleElement. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: trim includes. 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/dom/StyleElement.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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "dom/shadow/SelectRuleFeatureSet.h", 517 "dom/shadow/SelectRuleFeatureSet.h",
518 "dom/shadow/ShadowRoot.cpp", 518 "dom/shadow/ShadowRoot.cpp",
519 "dom/shadow/ShadowRoot.h", 519 "dom/shadow/ShadowRoot.h",
520 "dom/shadow/ShadowRootRareData.h", 520 "dom/shadow/ShadowRootRareData.h",
521 "dom/ShadowTreeStyleSheetCollection.cpp", 521 "dom/ShadowTreeStyleSheetCollection.cpp",
522 "dom/ShadowTreeStyleSheetCollection.h", 522 "dom/ShadowTreeStyleSheetCollection.h",
523 "dom/SimulatedClickOptions.h", 523 "dom/SimulatedClickOptions.h",
524 "dom/SpaceSplitString.cpp", 524 "dom/SpaceSplitString.cpp",
525 "dom/SpaceSplitString.h", 525 "dom/SpaceSplitString.h",
526 "dom/StaticNodeList.h", 526 "dom/StaticNodeList.h",
527 "dom/StyleElement.cpp",
528 "dom/StyleElement.h",
529 "dom/StyleEngine.cpp", 527 "dom/StyleEngine.cpp",
530 "dom/StyleEngine.h", 528 "dom/StyleEngine.h",
531 "dom/StyleSheetCandidate.cpp", 529 "dom/StyleSheetCandidate.cpp",
532 "dom/StyleSheetCandidate.h", 530 "dom/StyleSheetCandidate.h",
533 "dom/StyleSheetCollection.cpp", 531 "dom/StyleSheetCollection.cpp",
534 "dom/StyleSheetCollection.h", 532 "dom/StyleSheetCollection.h",
535 "dom/TemplateContentDocumentFragment.h", 533 "dom/TemplateContentDocumentFragment.h",
536 "dom/Text.cpp", 534 "dom/Text.cpp",
537 "dom/Text.h", 535 "dom/Text.h",
538 "dom/TextLinkColors.cpp", 536 "dom/TextLinkColors.cpp",
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 "events/ProgressEvent.idl", 1437 "events/ProgressEvent.idl",
1440 "events/ResourceProgressEvent.idl", 1438 "events/ResourceProgressEvent.idl",
1441 "events/TextEvent.idl", 1439 "events/TextEvent.idl",
1442 "events/TouchEvent.idl", 1440 "events/TouchEvent.idl",
1443 "events/TransitionEvent.idl", 1441 "events/TransitionEvent.idl",
1444 "events/UIEvent.idl", 1442 "events/UIEvent.idl",
1445 "events/AnimationEvent.idl", 1443 "events/AnimationEvent.idl",
1446 "events/WheelEvent.idl", 1444 "events/WheelEvent.idl",
1447 "html/canvas/WebGLContextEvent.idl", 1445 "html/canvas/WebGLContextEvent.idl",
1448 ], "abspath") 1446 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/StyleElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698