Chromium Code Reviews| 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
|