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

Side by Side Diff: chrome/browser/resources/settings/BUILD.gn

Issue 2700983003: 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 unified diff | Download patch
OLDNEW
(Empty)
1 import("../vulcanize.gni")
2 import("//tools/grit/grit_rule.gni")
3 import("//chrome/common/features.gni")
4
5 vulcanize("vulcanize") {
6 host = "md-settings"
7 html_in_file = "settings.html"
8 html_out_file = "vulcanized.html"
9 insert_in_head = "<base href=\"chrome://\$i18n{hostname}\">"
10 input = rebase_path(root_gen_dir, root_build_dir) +
11 "/chrome/browser/resources/settings/settings_resources.pak"
12 js_out_file = "crisper.js"
13
14 deps = [
15 ":flattened_resources",
16 ]
17 }
18
19 grit("flattened_resources") {
20 source = "settings_resources.grd"
21
22 # TODO(thestig): use_qualified_include = true
23 defines = chrome_grit_defines
24 outputs = [
25 "grit/settings_resources.h",
26 "grit/settings_resources_map.cc",
27 "grit/settings_resources_map.h",
28 "settings_resources.pak",
29 ]
30 output_dir = "$root_gen_dir/chrome/browser/resources/settings"
31 }
OLDNEW
« 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