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

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

Issue 699023002: Remove <meta> (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('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 6225b1740bdb208cf1bce81d57c6eb80a4783b41..f3f4e370dc16b7a85c1d6573af4c31a69c152ce2 100644
--- a/sky/engine/core/BUILD.gn
+++ b/sky/engine/core/BUILD.gn
@@ -100,9 +100,6 @@ source_set("core_generated") {
# Generated from BisonCSSParser-in.cpp
"$sky_core_output_dir/BisonCSSParser.cpp",
- # Generated from HTMLMetaElement-in.cpp
- "$sky_core_output_dir/HTMLMetaElement.cpp",
-
# Additional .cpp files from the make_core_generated rules.
"$sky_core_output_dir/CSSGrammar.cpp",
]
@@ -190,7 +187,6 @@ group("make_core_generated") {
":make_core_generated_html_element_type_helpers",
":make_core_generated_make_parser",
":make_core_generated_make_token_matcher",
- ":make_core_generated_make_token_matcher_for_viewport",
":make_core_generated_media_feature_names",
":make_core_generated_media_features",
":make_core_generated_media_query_tokenizer_codepoints",
@@ -429,11 +425,6 @@ make_token_matcher("make_core_generated_make_parser") {
output_file = "$sky_core_output_dir/BisonCSSParser.cpp"
}
-make_token_matcher("make_core_generated_make_token_matcher_for_viewport") {
- input_file = "html/HTMLMetaElement-in.cpp"
- output_file = "$sky_core_output_dir/HTMLMetaElement.cpp"
-}
-
# One-off scripts --------------------------------------------------------------
action("make_core_generated_media_query_tokenizer_codepoints") {
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698