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

Unified Diff: chrome/browser/resources/settings/BUILD.gn

Issue 2693113002: Revert of WebUI: Vulcanize MD Settings at compile time. (Closed)
Patch Set: Created 3 years, 10 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 | « chrome/browser/resources/BUILD.gn ('k') | chrome/browser/resources/settings/about_page/about_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/BUILD.gn
diff --git a/chrome/browser/resources/settings/BUILD.gn b/chrome/browser/resources/settings/BUILD.gn
deleted file mode 100644
index 45cc80d12f828fe0ab85d9bc885d20c106dd2440..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/BUILD.gn
+++ /dev/null
@@ -1,31 +0,0 @@
-import("../vulcanize.gni")
-import("//tools/grit/grit_rule.gni")
-import("//chrome/common/features.gni")
-
-vulcanize("vulcanize") {
- host = "md-settings"
- html_in_file = "settings.html"
- html_out_file = "vulcanized.html"
- insert_in_head = "<base href=\"chrome://\$i18n{hostname}\">"
- input = rebase_path(root_gen_dir, root_build_dir) +
- "/chrome/browser/resources/settings/settings_resources.pak"
- js_out_file = "crisper.js"
-
- deps = [
- ":flattened_resources",
- ]
-}
-
-grit("flattened_resources") {
- source = "settings_resources.grd"
-
- # TODO(thestig): use_qualified_include = true
- defines = chrome_grit_defines
- outputs = [
- "grit/settings_resources.h",
- "grit/settings_resources_map.cc",
- "grit/settings_resources_map.h",
- "settings_resources.pak",
- ]
- output_dir = "$root_gen_dir/chrome/browser/resources/settings"
-}
« no previous file with comments | « chrome/browser/resources/BUILD.gn ('k') | chrome/browser/resources/settings/about_page/about_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698