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

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

Issue 2970863002: Removing ui-alternatives (Closed)
Patch Set: more removal Created 3 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
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>
8 </grit-part> 5 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698