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

Unified Diff: Source/core/BUILD.gn

Issue 438843004: Move the user agent styles sheets to blink_resources.grd (Part 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | Source/core/core.gyp » ('j') | Source/core/css/CSSDefaultStyleSheets.cpp » ('J')
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 68f13db1dc99d2471b95d27d8634e86950f30bd8..9c9276a4895b07a7683d735d7f3f84ca1a2f66f7 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -365,7 +365,6 @@ source_set("core_generated") {
"$blink_core_output_dir/InputTypeNames.cpp",
"$blink_core_output_dir/MathMLNames.cpp",
"$blink_core_output_dir/SVGNames.cpp",
- "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
"$blink_core_output_dir/V8HTMLElementWrapperFactory.cpp",
"$blink_core_output_dir/XLinkNames.cpp",
"$blink_core_output_dir/XMLNSNames.cpp",
@@ -574,7 +573,6 @@ group("make_core_generated") {
":make_core_generated_event_target_factory",
":make_core_generated_event_target_names",
":make_core_generated_math_ml_names",
- ":make_core_generated_user_agent_style_sheets",
":make_core_generated_fetch_initiator_type_names",
":make_core_generated_event_type_names",
":make_core_generated_html_tokenizer_names",
@@ -997,47 +995,6 @@ action("make_core_generated_media_query_tokenizer_codepoints") {
deps = make_core_generated_deps
}
-# "UserAgentStyleSheets" in make_core_generated from GYP.
-action("make_core_generated_user_agent_style_sheets") {
- visibility = ":make_core_generated"
- script = "../build/scripts/make-file-arrays.py"
-
- inputs = [
- "css/html.css",
- "css/quirks.css",
- "css/view-source.css",
- "css/themeChromium.css",
- "css/themeChromiumAndroid.css",
- "css/themeChromiumLinux.css",
- "css/themeChromiumSkia.css",
- "css/themeInputMultipleFields.css",
- "css/themeMac.css",
- "css/themeWin.css",
- "css/themeWinQuirks.css",
- "css/svg.css",
- "css/navigationTransitions.css",
- "css/mathml.css",
- "css/mediaControls.css",
- "css/mediaControlsAndroid.css",
- "css/fullscreen.css",
- "css/xhtmlmp.css",
- "css/viewportAndroid.css",
- ]
-
- outputs = [
- "$blink_core_output_dir/UserAgentStyleSheets.h",
- "$blink_core_output_dir/UserAgentStyleSheetsData.cpp",
- ]
-
- args =
- [ "--namespace", "blink" ] +
- [ "--out-h=" + rebase_path(outputs[0], root_build_dir) ] +
- [ "--out-cpp=" + rebase_path(outputs[1], root_build_dir) ] +
- rebase_path(inputs, root_build_dir)
-
- deps = make_core_generated_deps
-}
-
# "HTMLElementLookupTrie" in make_core_generated from GYP.
action("make_core_generated_html_element_lookup_trie") {
visibility = ":make_core_generated"
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | Source/core/css/CSSDefaultStyleSheets.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698