diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 22:33:16 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 22:33:16 +0000 |
commit | 6d11e40470ab1574c8a2a85389a281a5436e8263 (patch) | |
tree | 3e12ad57c8fed9645ef71293360e496ad2f05fe4 /chrome/browser/resources/net_internals_resources.grd | |
parent | 981b1078b061cff7cbb3c2895c857a3f68f72182 (diff) | |
download | chromium_src-6d11e40470ab1574c8a2a85389a281a5436e8263.zip chromium_src-6d11e40470ab1574c8a2a85389a281a5436e8263.tar.gz chromium_src-6d11e40470ab1574c8a2a85389a281a5436e8263.tar.bz2 |
Clean up .grds, step 1: Alphabetize.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals_resources.grd')
-rw-r--r-- | chrome/browser/resources/net_internals_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/net_internals_resources.grd b/chrome/browser/resources/net_internals_resources.grd index 2ed151a..93a73b7 100644 --- a/chrome/browser/resources/net_internals_resources.grd +++ b/chrome/browser/resources/net_internals_resources.grd @@ -6,9 +6,9 @@ without changes to the corresponding grd file. --> <output filename="grit/net_internals_resources.h" type="rc_header"> <emit emit_type='prepend'></emit> </output> - <output filename="net_internals_resources.pak" type="data_package" /> - <output filename="grit/net_internals_resources_map.h" type="resource_map_header" /> <output filename="grit/net_internals_resources_map.cc" type="resource_file_map_source" /> + <output filename="grit/net_internals_resources_map.h" type="resource_map_header" /> + <output filename="net_internals_resources.pak" type="data_package" /> </outputs> <release seq="1"> <includes> @@ -19,8 +19,8 @@ without changes to the corresponding grd file. --> <include name="IDR_NET_INTERNALS_INDEX_HTML" file="net_internals/index.html" type="BINDATA" /> <include name="IDR_NET_INTERNALS_LOGGROUPER" file="net_internals/loggrouper.js" type="BINDATA" /> <include name="IDR_NET_INTERNALS_LOGVIEWPAINTER" file="net_internals/logviewpainter.js" type="BINDATA" /> - <include name="IDR_NET_INTERNALS_MAIN_CSS" file="net_internals/main.css" type="BINDATA" /> <include name="IDR_NET_INTERNALS_MAIN" file="net_internals/main.js" type="BINDATA" /> + <include name="IDR_NET_INTERNALS_MAIN_CSS" file="net_internals/main.css" type="BINDATA" /> <include name="IDR_NET_INTERNALS_PROXYVIEW" file="net_internals/proxyview.js" type="BINDATA" /> <include name="IDR_NET_INTERNALS_REQUESTSVIEW" file="net_internals/requestsview.js" type="BINDATA" /> <include name="IDR_NET_INTERNALS_RESIZABLEVERTICALSPLITVIEW" file="net_internals/resizableverticalsplitview.js" type="BINDATA" /> |