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

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

Issue 680173002: Remove HTML entity crazy (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
« no previous file with comments | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/html/parser/HTMLEntityNames.in » ('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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "html/parser/CompactHTMLToken.cpp", 933 "html/parser/CompactHTMLToken.cpp",
934 "html/parser/CompactHTMLToken.h", 934 "html/parser/CompactHTMLToken.h",
935 "html/parser/HTMLConstructionSite.cpp", 935 "html/parser/HTMLConstructionSite.cpp",
936 "html/parser/HTMLConstructionSite.h", 936 "html/parser/HTMLConstructionSite.h",
937 "html/parser/HTMLDocumentParser.cpp", 937 "html/parser/HTMLDocumentParser.cpp",
938 "html/parser/HTMLDocumentParser.h", 938 "html/parser/HTMLDocumentParser.h",
939 "html/parser/HTMLElementStack.cpp", 939 "html/parser/HTMLElementStack.cpp",
940 "html/parser/HTMLElementStack.h", 940 "html/parser/HTMLElementStack.h",
941 "html/parser/HTMLEntityParser.cpp", 941 "html/parser/HTMLEntityParser.cpp",
942 "html/parser/HTMLEntityParser.h", 942 "html/parser/HTMLEntityParser.h",
943 "html/parser/HTMLEntitySearch.cpp",
944 "html/parser/HTMLEntitySearch.h",
945 "html/parser/HTMLEntityTable.h",
946 "html/parser/HTMLInputStream.h", 943 "html/parser/HTMLInputStream.h",
947 "html/parser/HTMLParserIdioms.cpp", 944 "html/parser/HTMLParserIdioms.cpp",
948 "html/parser/HTMLParserScheduler.cpp", 945 "html/parser/HTMLParserScheduler.cpp",
949 "html/parser/HTMLParserScheduler.h", 946 "html/parser/HTMLParserScheduler.h",
950 "html/parser/HTMLParserThread.cpp", 947 "html/parser/HTMLParserThread.cpp",
951 "html/parser/HTMLParserThread.h", 948 "html/parser/HTMLParserThread.h",
952 "html/parser/HTMLScriptRunner.cpp", 949 "html/parser/HTMLScriptRunner.cpp",
953 "html/parser/HTMLScriptRunner.h", 950 "html/parser/HTMLScriptRunner.h",
954 "html/parser/HTMLSrcsetParser.cpp", 951 "html/parser/HTMLSrcsetParser.cpp",
955 "html/parser/HTMLSrcsetParser.h", 952 "html/parser/HTMLSrcsetParser.h",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 "events/ResourceProgressEvent.idl", 1387 "events/ResourceProgressEvent.idl",
1391 "events/TextEvent.idl", 1388 "events/TextEvent.idl",
1392 "events/TouchEvent.idl", 1389 "events/TouchEvent.idl",
1393 "events/TransitionEvent.idl", 1390 "events/TransitionEvent.idl",
1394 "events/UIEvent.idl", 1391 "events/UIEvent.idl",
1395 "events/AnimationEvent.idl", 1392 "events/AnimationEvent.idl",
1396 "events/WheelEvent.idl", 1393 "events/WheelEvent.idl",
1397 "html/MediaKeyEvent.idl", 1394 "html/MediaKeyEvent.idl",
1398 "html/canvas/WebGLContextEvent.idl", 1395 "html/canvas/WebGLContextEvent.idl",
1399 ], "abspath") 1396 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/html/parser/HTMLEntityNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698