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

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

Issue 1500533002: Upstream chrome://flags & chrome://ui-alternatives iOS WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add components/flags_ui/resources/apple_flags.css to PRESUBMIT blacklist Created 5 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/flags_ui_strings.grdp ('k') | ios/chrome/browser/BUILD.gn » ('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_FLAGS_UI_FLAGS_HTML" file="../flags_ui/resources/flags.html " flattenhtml="true" type="BINDATA" /> 3 <include name="IDR_FLAGS_UI_FLAGS_HTML" file="../flags_ui/resources/flags.html " flattenhtml="true" type="BINDATA" />
4 <include name="IDR_FLAGS_UI_FLAGS_JS" file="../flags_ui/resources/flags.js" ty pe="BINDATA" /> 4 <include name="IDR_FLAGS_UI_FLAGS_JS" file="../flags_ui/resources/flags.js" ty pe="BINDATA" />
5 <if expr="is_ios">
6 <include name="IDR_APPLE_FLAGS_HTML" file="../flags_ui/resources/apple_flags .html" flattenhtml="true" type="BINDATA" />
7 </if>
5 </grit-part> 8 </grit-part>
OLDNEW
« no previous file with comments | « components/flags_ui_strings.grdp ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698