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

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

Issue 666913005: Delete HTMLStackItem (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/html/parser/HTMLConstructionSite.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 "html/parser/HTMLParserOptions.cpp", 964 "html/parser/HTMLParserOptions.cpp",
965 "html/parser/HTMLParserOptions.h", 965 "html/parser/HTMLParserOptions.h",
966 "html/parser/HTMLParserScheduler.cpp", 966 "html/parser/HTMLParserScheduler.cpp",
967 "html/parser/HTMLParserScheduler.h", 967 "html/parser/HTMLParserScheduler.h",
968 "html/parser/HTMLParserThread.cpp", 968 "html/parser/HTMLParserThread.cpp",
969 "html/parser/HTMLParserThread.h", 969 "html/parser/HTMLParserThread.h",
970 "html/parser/HTMLScriptRunner.cpp", 970 "html/parser/HTMLScriptRunner.cpp",
971 "html/parser/HTMLScriptRunner.h", 971 "html/parser/HTMLScriptRunner.h",
972 "html/parser/HTMLSrcsetParser.cpp", 972 "html/parser/HTMLSrcsetParser.cpp",
973 "html/parser/HTMLSrcsetParser.h", 973 "html/parser/HTMLSrcsetParser.h",
974 "html/parser/HTMLStackItem.h",
975 "html/parser/HTMLToken.h", 974 "html/parser/HTMLToken.h",
976 "html/parser/HTMLTokenizer.cpp", 975 "html/parser/HTMLTokenizer.cpp",
977 "html/parser/HTMLTokenizer.h", 976 "html/parser/HTMLTokenizer.h",
978 "html/parser/HTMLTreeBuilder.cpp", 977 "html/parser/HTMLTreeBuilder.cpp",
979 "html/parser/HTMLTreeBuilder.h", 978 "html/parser/HTMLTreeBuilder.h",
980 "html/parser/InputStreamPreprocessor.h", 979 "html/parser/InputStreamPreprocessor.h",
981 "html/parser/MarkupTokenizerInlines.h", 980 "html/parser/MarkupTokenizerInlines.h",
982 "html/parser/NestingLevelIncrementer.h", 981 "html/parser/NestingLevelIncrementer.h",
983 "html/parser/TextResourceDecoder.cpp", 982 "html/parser/TextResourceDecoder.cpp",
984 "html/parser/TextResourceDecoder.h", 983 "html/parser/TextResourceDecoder.h",
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 "events/ResourceProgressEvent.idl", 1413 "events/ResourceProgressEvent.idl",
1415 "events/TextEvent.idl", 1414 "events/TextEvent.idl",
1416 "events/TouchEvent.idl", 1415 "events/TouchEvent.idl",
1417 "events/TransitionEvent.idl", 1416 "events/TransitionEvent.idl",
1418 "events/UIEvent.idl", 1417 "events/UIEvent.idl",
1419 "events/WebKitAnimationEvent.idl", 1418 "events/WebKitAnimationEvent.idl",
1420 "events/WheelEvent.idl", 1419 "events/WheelEvent.idl",
1421 "html/MediaKeyEvent.idl", 1420 "html/MediaKeyEvent.idl",
1422 "html/canvas/WebGLContextEvent.idl", 1421 "html/canvas/WebGLContextEvent.idl",
1423 ], "abspath") 1422 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/html/parser/HTMLConstructionSite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698