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

Unified Diff: components/resources/version_ui_resources.grdp

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change slashes 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/resources/BUILD.gn ('k') | components/version_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/version_ui_resources.grdp
diff --git a/components/resources/version_ui_resources.grdp b/components/resources/version_ui_resources.grdp
index c76e74980ac221d7e8eca88449e6e31256354efa..d0f123e5e195ed71562f7c44176f8cdb619897e3 100644
--- a/components/resources/version_ui_resources.grdp
+++ b/components/resources/version_ui_resources.grdp
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
+ <include name="IDR_VERSION_MOJO_JS" file="${output_dir}/version_ui/version.mojom.js" use_base_dir="false" type="BINDATA"/>
<include name="IDR_VERSION_UI_CSS" file="../version_ui/resources/about_version.css" type="BINDATA" />
<include name="IDR_VERSION_UI_HTML" file="../version_ui/resources/about_version.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_VERSION_UI_IOS_JS" file="../version_ui/resources/about_version_ios.js" type="BINDATA" />
<include name="IDR_VERSION_UI_JS" file="../version_ui/resources/about_version.js" type="BINDATA" />
</grit-part>
« no previous file with comments | « components/resources/BUILD.gn ('k') | components/version_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698