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

Side by Side Diff: components/resources/version_ui_resources.grdp

Issue 2041603002: [ios Mojo] Implemented chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_version
Patch Set: Self review Created 4 years, 5 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 | « no previous file | components/version_ui/resources/about_version.js » ('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 <grit-part> 2 <grit-part>
3 <include name="IDR_VERSION_MOJO_JS" file="${output_dir}\version_ui\version.moj om.js" use_base_dir="false" type="BINDATA"/> 3 <include name="IDR_VERSION_MOJO_JS" file="${output_dir}\version_ui\version.moj om.js" use_base_dir="false" type="BINDATA"/>
4 <include name="IDR_VERSION_UI_CSS" file="../version_ui/resources/about_version .css" type="BINDATA" /> 4 <include name="IDR_VERSION_UI_CSS" file="../version_ui/resources/about_version .css" type="BINDATA" />
5 <include name="IDR_VERSION_UI_HTML" file="../version_ui/resources/about_versio n.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 5 <include name="IDR_VERSION_UI_HTML" file="../version_ui/resources/about_versio n.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
6 <include name="IDR_VERSION_UI_IOS_JS" file="../version_ui/resources/about_vers ion_ios.js" type="BINDATA" />
7 <include name="IDR_VERSION_UI_JS" file="../version_ui/resources/about_version. js" type="BINDATA" /> 6 <include name="IDR_VERSION_UI_JS" file="../version_ui/resources/about_version. js" type="BINDATA" />
8 </grit-part> 7 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | components/version_ui/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698