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

Side by Side Diff: components/webui_generator_strings.grdp

Issue 925333002: Demo UI made with a help of WUG toolkit (DO NOT SEND TO CQ). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « components/demo_ui/strings/strings_demo.json ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 2 <!--
3 This strings are used in WebUI views created by WUG framework. Resource id is 3 This strings are used in WebUI views created by WUG framework. Resource id is
4 deduced from string id and view's type. For example, if view's type is 4 deduced from string id and view's type. For example, if view's type is
5 'foo_bar' and string id is 'some_string', resource id should be 5 'foo_bar' and string id is 'some_string', resource id should be
6 'IDS_WUG_FOO_BAR_SOME_STRING'. 6 'IDS_WUG_FOO_BAR_SOME_STRING'.
7 --> 7 -->
8 <grit-part> 8 <grit-part>
9 <message translateable="false" name="IDS_WUG_STRINGS_DEMO_REGULAR_STRING">
10 I am an regular string.
11 </message>
12 <message translateable="false" name="IDS_WUG_STRINGS_DEMO_TIME_TEMPLATE">
13 Current time is <ph name="HOURS">$1</ph>:<ph name="MINUTES">$2</ph>:<ph name ="SECONDS">$3</ph>.
14 </message>
9 </grit-part> 15 </grit-part>
OLDNEW
« no previous file with comments | « components/demo_ui/strings/strings_demo.json ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698