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

Unified Diff: components/webui_generator_strings.grdp

Issue 928163002: Initial implementation of WebUI generator (WUG) toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed order in BUILD.gn and components.gyp Created 5 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
« components/BUILD.gn ('K') | « components/webui_generator/web_ui_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webui_generator_strings.grdp
diff --git a/components/webui_generator_strings.grdp b/components/webui_generator_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..d29818ebf187f4c023828e27ff89ead052ec29aa
--- /dev/null
+++ b/components/webui_generator_strings.grdp
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ This strings are used in WebUI views created by WUG framework. Resource id is
+ deduced from string id and view's type. For example, if view's type is
+ 'foo_bar' and string id is 'some_string', resource id should be
+ 'IDS_WUG_FOO_BAR_SOME_STRING'.
+-->
+<grit-part>
+</grit-part>
blundell 2015/03/03 08:37:05 Hmm, why this empty file?
dzhioev (left Google) 2015/03/03 09:23:50 This is a file, where strings for generated compon
« components/BUILD.gn ('K') | « components/webui_generator/web_ui_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698