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

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

Issue 2557103004: Add chrome://site-tiles-internals/ (Closed)
Patch Set: rebase Created 4 years 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/resources/OWNERS ('k') | ios/chrome/browser/chrome_url_constants.h » ('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 <if expr="is_android or is_ios"> 3 <if expr="is_android or is_ios">
4 <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="../ntp_tiles/webui/re sources/popular_sites_internals.html" flattenhtml="true" allowexternalscript="tr ue" type="BINDATA" /> 4 <include name="IDR_POPULAR_SITES_INTERNALS_HTML" file="../ntp_tiles/webui/re sources/popular_sites_internals.html" flattenhtml="true" allowexternalscript="tr ue" type="BINDATA" />
5 <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="../ntp_tiles/webui/reso urces/popular_sites_internals.js" type="BINDATA" /> 5 <include name="IDR_POPULAR_SITES_INTERNALS_JS" file="../ntp_tiles/webui/reso urces/popular_sites_internals.js" type="BINDATA" />
6 <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="../ntp_tiles/webui/res ources/popular_sites_internals.css" type="BINDATA" /> 6 <include name="IDR_POPULAR_SITES_INTERNALS_CSS" file="../ntp_tiles/webui/res ources/popular_sites_internals.css" type="BINDATA" />
7 </if> 7 </if>
8 <include name="IDR_NTP_TILES_INTERNALS_HTML" file="../ntp_tiles/webui/resource s/ntp_tiles_internals.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" />
9 <include name="IDR_NTP_TILES_INTERNALS_JS" file="../ntp_tiles/webui/resources/ ntp_tiles_internals.js" type="BINDATA" />
10 <include name="IDR_NTP_TILES_INTERNALS_CSS" file="../ntp_tiles/webui/resources /ntp_tiles_internals.css" type="BINDATA" />
8 </grit-part> 11 </grit-part>
OLDNEW
« no previous file with comments | « components/resources/OWNERS ('k') | ios/chrome/browser/chrome_url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698