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 676133002: Remove HTMLParserOptions (Closed) Base URL: https://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
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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 "html/parser/HTMLDocumentParser.h", 946 "html/parser/HTMLDocumentParser.h",
947 "html/parser/HTMLElementStack.cpp", 947 "html/parser/HTMLElementStack.cpp",
948 "html/parser/HTMLElementStack.h", 948 "html/parser/HTMLElementStack.h",
949 "html/parser/HTMLEntityParser.cpp", 949 "html/parser/HTMLEntityParser.cpp",
950 "html/parser/HTMLEntityParser.h", 950 "html/parser/HTMLEntityParser.h",
951 "html/parser/HTMLEntitySearch.cpp", 951 "html/parser/HTMLEntitySearch.cpp",
952 "html/parser/HTMLEntitySearch.h", 952 "html/parser/HTMLEntitySearch.h",
953 "html/parser/HTMLEntityTable.h", 953 "html/parser/HTMLEntityTable.h",
954 "html/parser/HTMLInputStream.h", 954 "html/parser/HTMLInputStream.h",
955 "html/parser/HTMLParserIdioms.cpp", 955 "html/parser/HTMLParserIdioms.cpp",
956 "html/parser/HTMLParserOptions.cpp",
957 "html/parser/HTMLParserOptions.h",
958 "html/parser/HTMLParserScheduler.cpp", 956 "html/parser/HTMLParserScheduler.cpp",
959 "html/parser/HTMLParserScheduler.h", 957 "html/parser/HTMLParserScheduler.h",
960 "html/parser/HTMLParserThread.cpp", 958 "html/parser/HTMLParserThread.cpp",
961 "html/parser/HTMLParserThread.h", 959 "html/parser/HTMLParserThread.h",
962 "html/parser/HTMLScriptRunner.cpp", 960 "html/parser/HTMLScriptRunner.cpp",
963 "html/parser/HTMLScriptRunner.h", 961 "html/parser/HTMLScriptRunner.h",
964 "html/parser/HTMLSrcsetParser.cpp", 962 "html/parser/HTMLSrcsetParser.cpp",
965 "html/parser/HTMLSrcsetParser.h", 963 "html/parser/HTMLSrcsetParser.h",
966 "html/parser/HTMLToken.h", 964 "html/parser/HTMLToken.h",
967 "html/parser/HTMLTokenizer.cpp", 965 "html/parser/HTMLTokenizer.cpp",
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1401 "events/ResourceProgressEvent.idl", 1399 "events/ResourceProgressEvent.idl",
1402 "events/TextEvent.idl", 1400 "events/TextEvent.idl",
1403 "events/TouchEvent.idl", 1401 "events/TouchEvent.idl",
1404 "events/TransitionEvent.idl", 1402 "events/TransitionEvent.idl",
1405 "events/UIEvent.idl", 1403 "events/UIEvent.idl",
1406 "events/AnimationEvent.idl", 1404 "events/AnimationEvent.idl",
1407 "events/WheelEvent.idl", 1405 "events/WheelEvent.idl",
1408 "html/MediaKeyEvent.idl", 1406 "html/MediaKeyEvent.idl",
1409 "html/canvas/WebGLContextEvent.idl", 1407 "html/canvas/WebGLContextEvent.idl",
1410 ], "abspath") 1408 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/html/parser/BackgroundHTMLParser.h » ('j') | sky/engine/core/html/parser/HTMLTreeBuilder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698