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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 985533002: Set up serving infrastructure for c/b/r/settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wait for onload. Created 5 years, 9 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
Index: chrome/browser/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..869945e5dae4b23fe6673815ef929dde0f41a806
--- /dev/null
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/settings_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <output filename="grit/settings_resources_map.cc"
+ type="resource_file_map_source" />
+ <output filename="grit/settings_resources_map.h"
+ type="resource_map_header" />
+ <output filename="settings_resources.pak" type="data_package" />
+ </outputs>
+ <release seq="1">
+ <structures>
+ <structure name="IDR_SETTINGS_A11Y_PAGE_JS"
+ file="a11y_page/a11y_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_A11Y_PAGE_HTML"
+ file="a11y_page/a11y_page.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_A11Y_PAGE_CSS"
+ file="a11y_page/a11y_page.css"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PREFS_JS"
+ file="prefs/prefs.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_PREFS_HTML"
+ file="prefs/prefs.html"
+ type="chrome_html" />
+ </structures>
+ </release>
+</grit>

Powered by Google App Engine
This is Rietveld 408576698