提交 82cdb4de 编写于 作者: A Adam Barth

Remove HTMLTokenizerNames

We don't need these anymore.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/682903002
上级 6df700c6
......@@ -174,7 +174,6 @@ group("core_names") {
":make_core_generated_event_type_names",
":make_core_generated_fetch_initiator_type_names",
":make_core_generated_html_element_factory",
":make_core_generated_html_tokenizer_names",
":make_core_generated_media_type_names",
]
}
......@@ -417,16 +416,6 @@ make_names("make_core_generated_event_type_names") {
]
}
make_names("make_core_generated_html_tokenizer_names") {
in_files = [
"html/parser/HTMLTokenizerNames.in",
]
outputs = [
"$sky_core_output_dir/HTMLTokenizerNames.cpp",
"$sky_core_output_dir/HTMLTokenizerNames.h",
]
}
# make_token_matcher -----------------------------------------------------------
make_token_matcher("make_core_generated_make_token_matcher") {
......
......@@ -36,7 +36,6 @@
#include "core/EventTypeNames.h"
#include "core/FetchInitiatorTypeNames.h"
#include "core/HTMLNames.h"
#include "core/HTMLTokenizerNames.h"
#include "core/MediaFeatureNames.h"
#include "core/MediaTypeNames.h"
#include "core/dom/Document.h"
......@@ -72,7 +71,6 @@ void CoreInitializer::init()
EventTypeNames::init();
FetchInitiatorTypeNames::init();
FontFamilyNames::init();
HTMLTokenizerNames::init();
MediaFeatureNames::init();
MediaTypeNames::init();
......
......@@ -29,7 +29,6 @@
#include "core/html/parser/HTMLTokenizer.h"
#include "core/HTMLNames.h"
#include "core/HTMLTokenizerNames.h"
#include "core/html/parser/AtomicHTMLToken.h"
#include "core/html/parser/HTMLEntityParser.h"
#include "core/html/parser/HTMLParserIdioms.h"
......
namespace="HTMLTokenizer"
-- Symbol=dashDash
doctype
[CDATA[ Symbol=cdata
# The symbol "public" conflicts with the C++ keyword.
public Symbol=publicString
system
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册