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

Unified Diff: sky/engine/core/BUILD.gn

Issue 682903002: Remove HTMLTokenizerNames (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/core/Init.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/BUILD.gn
diff --git a/sky/engine/core/BUILD.gn b/sky/engine/core/BUILD.gn
index 9031536a30714f02cbe20748dd1d85a7e9e58322..8d066d837f9aae860108dcd37ec557cd36f7174e 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -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") {
« no previous file with comments | « no previous file | sky/engine/core/Init.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698