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

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

Issue 771933002: Remove dead markup serialization code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/Document.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 "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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "editing/InsertIntoTextNodeCommand.cpp", 617 "editing/InsertIntoTextNodeCommand.cpp",
618 "editing/InsertIntoTextNodeCommand.h", 618 "editing/InsertIntoTextNodeCommand.h",
619 "editing/InsertLineBreakCommand.cpp", 619 "editing/InsertLineBreakCommand.cpp",
620 "editing/InsertLineBreakCommand.h", 620 "editing/InsertLineBreakCommand.h",
621 "editing/InsertNodeBeforeCommand.cpp", 621 "editing/InsertNodeBeforeCommand.cpp",
622 "editing/InsertNodeBeforeCommand.h", 622 "editing/InsertNodeBeforeCommand.h",
623 "editing/InsertParagraphSeparatorCommand.cpp", 623 "editing/InsertParagraphSeparatorCommand.cpp",
624 "editing/InsertParagraphSeparatorCommand.h", 624 "editing/InsertParagraphSeparatorCommand.h",
625 "editing/InsertTextCommand.cpp", 625 "editing/InsertTextCommand.cpp",
626 "editing/InsertTextCommand.h", 626 "editing/InsertTextCommand.h",
627 "editing/markup.cpp",
628 "editing/markup.h",
629 "editing/MarkupAccumulator.cpp",
630 "editing/MarkupAccumulator.h",
631 "editing/MoveSelectionCommand.cpp", 627 "editing/MoveSelectionCommand.cpp",
632 "editing/MoveSelectionCommand.h", 628 "editing/MoveSelectionCommand.h",
633 "editing/PlainTextRange.cpp", 629 "editing/PlainTextRange.cpp",
634 "editing/PlainTextRange.h", 630 "editing/PlainTextRange.h",
635 "editing/PositionWithAffinity.cpp", 631 "editing/PositionWithAffinity.cpp",
636 "editing/PositionWithAffinity.h", 632 "editing/PositionWithAffinity.h",
637 "editing/RemoveNodeCommand.cpp", 633 "editing/RemoveNodeCommand.cpp",
638 "editing/RemoveNodeCommand.h", 634 "editing/RemoveNodeCommand.h",
639 "editing/RemoveNodePreservingChildrenCommand.cpp", 635 "editing/RemoveNodePreservingChildrenCommand.cpp",
640 "editing/RemoveNodePreservingChildrenCommand.h", 636 "editing/RemoveNodePreservingChildrenCommand.h",
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 "events/ProgressEvent.idl", 1505 "events/ProgressEvent.idl",
1510 "events/ResourceProgressEvent.idl", 1506 "events/ResourceProgressEvent.idl",
1511 "events/TextEvent.idl", 1507 "events/TextEvent.idl",
1512 "events/TouchEvent.idl", 1508 "events/TouchEvent.idl",
1513 "events/TransitionEvent.idl", 1509 "events/TransitionEvent.idl",
1514 "events/UIEvent.idl", 1510 "events/UIEvent.idl",
1515 "events/AnimationEvent.idl", 1511 "events/AnimationEvent.idl",
1516 "events/WheelEvent.idl", 1512 "events/WheelEvent.idl",
1517 "html/canvas/WebGLContextEvent.idl", 1513 "html/canvas/WebGLContextEvent.idl",
1518 ], "abspath") 1514 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698