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

Side by Side Diff: chrome/browser/resources/net_internals_resources.grd

Issue 13932041: Remove the local help content for about:net-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: entaro adun tassadar Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. --> 3 without changes to the corresponding grd file. -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/net_internals_resources.h" type="rc_header"> 6 <output filename="grit/net_internals_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <!-- Note: These next two files aren't actually used by Chrome, but they're 9 <!-- Note: These next two files aren't actually used by Chrome, but they're
10 needed so that Visual Studio doesn't try to continually rebuild this 10 needed so that Visual Studio doesn't try to continually rebuild this
11 .grd (which it will do if it can't find some relevant output files). 11 .grd (which it will do if it can't find some relevant output files).
12 Supposedly we could update our .gyp rules to not need this, but I don't 12 Supposedly we could update our .gyp rules to not need this, but I don't
13 know how to do it and this doesn't really cost us anything... --> 13 know how to do it and this doesn't really cost us anything... -->
14 <output filename="grit/net_internals_resources_map.cc" type="resource_file_m ap_source" /> 14 <output filename="grit/net_internals_resources_map.cc" type="resource_file_m ap_source" />
15 <output filename="grit/net_internals_resources_map.h" type="resource_map_hea der" /> 15 <output filename="grit/net_internals_resources_map.h" type="resource_map_hea der" />
16 <output filename="net_internals_resources.pak" type="data_package" /> 16 <output filename="net_internals_resources.pak" type="data_package" />
17 </outputs> 17 </outputs>
18 <release seq="1"> 18 <release seq="1">
19 <includes> 19 <includes>
20 <include name="IDR_NET_INTERNALS_HELP_HTML" file="net_internals/help.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
21 <include name="IDR_NET_INTERNALS_HELP_JS" file="net_internals/help.js" typ e="BINDATA" />
22 <include name="IDR_NET_INTERNALS_INDEX_HTML" file="net_internals/index.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 20 <include name="IDR_NET_INTERNALS_INDEX_HTML" file="net_internals/index.htm l" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
23 <include name="IDR_NET_INTERNALS_INDEX_JS" file="net_internals/index.js" f lattenhtml="true" type="BINDATA" /> 21 <include name="IDR_NET_INTERNALS_INDEX_JS" file="net_internals/index.js" f lattenhtml="true" type="BINDATA" />
24 </includes> 22 </includes>
25 </release> 23 </release>
26 </grit> 24 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/help.js ('k') | chrome/browser/ui/webui/net_internals/net_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698