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

Side by Side Diff: ios/chrome/app/resources/ios_resources.grd

Issue 2494853003: Remove some unused history resources on iOS (Closed)
Patch Set: add back URL constants Created 4 years, 1 month 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 latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/ios_resources.h" type="rc_header"> 4 <output filename="grit/ios_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="ios_resources.pak" type="data_package" /> 7 <output filename="ios_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <include name="IDR_IOS_HISTORY_HTML" file="history/history.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
12 <include name="IDR_IOS_HISTORY_JS" file="history/history.js" flattenhtml=" true" type="BINDATA" />
13 <include name="IDR_IOS_HISTORY_OTHER_DEVICES_JS" file="history/other_devic es.js" flattenhtml="true" type="BINDATA" />
14 <include name="IDR_IOS_OMAHA_HTML" file="omaha/omaha.html" flattenhtml="tr ue" allowexternalscript="true" type="BINDATA" /> 11 <include name="IDR_IOS_OMAHA_HTML" file="omaha/omaha.html" flattenhtml="tr ue" allowexternalscript="true" type="BINDATA" />
15 <include name="IDR_IOS_OMAHA_JS" file="omaha/omaha.js" type="BINDATA" /> 12 <include name="IDR_IOS_OMAHA_JS" file="omaha/omaha.js" type="BINDATA" />
16 </includes> 13 </includes>
17 </release> 14 </release>
18 </grit> 15 </grit>
OLDNEW
« no previous file with comments | « ios/chrome/app/resources/history/other_devices.js ('k') | ios/chrome/browser/ui/webui/history/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698