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

Unified Diff: Source/core/BUILD.gn

Issue 469183002: Move parser-related files in core/css to core/css/parser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pp2
Patch Set: Created 6 years, 4 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 | « Source/build/scripts/make_css_value_keywords.py ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 5e7960377f1514602be6bd450410943c6c138129..7247535c187585c5a0125d8152f25f7fa643f46c 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -907,7 +907,7 @@ make_qualified_names("make_core_generated_xml_names") {
# "MakeTokenMatcher" in make_core_generated from GYP.
make_token_matcher("make_core_generated_make_token_matcher") {
- input_file = "css/CSSTokenizer-in.cpp"
+ input_file = "css/parser/CSSTokenizer-in.cpp"
output_file = "$blink_core_output_dir/CSSTokenizer.cpp"
}
@@ -1068,7 +1068,7 @@ action("make_core_generated_html_element_lookup_trie") {
action_foreach("make_core_generated_bison") {
script = "../build/scripts/rule_bison.py"
sources = [
- "css/CSSGrammar.y",
+ "css/parser/CSSGrammar.y",
"xml/XPathGrammar.y",
]
outputs = [
« no previous file with comments | « Source/build/scripts/make_css_value_keywords.py ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698