summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/sync_internals_resources.grd
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-14 12:16:06 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-14 12:16:06 +0000
commite0e4d726eba85f312c0d219f7ba302398a34d3d2 (patch)
tree5f0125f39b1f4be2c2284cd10548389bed18f0a6 /chrome/browser/resources/sync_internals_resources.grd
parent52b15b4f40a2eb65a3d59c11d5f295d4217afe47 (diff)
downloadchromium_src-e0e4d726eba85f312c0d219f7ba302398a34d3d2.zip
chromium_src-e0e4d726eba85f312c0d219f7ba302398a34d3d2.tar.gz
chromium_src-e0e4d726eba85f312c0d219f7ba302398a34d3d2.tar.bz2
[Sync] Port about:sync to DOMUI
Write chrome://sync-internals DOMUI page which is like about:sync but automatically updates on sync events. Make about:sync{,-internals} aliases for chrome://sync-internals. More diagnostic capabilities will be added to chrome://sync-internals in future CLs. BUG=69500 TEST=Manual Review URL: http://codereview.chromium.org/6299002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/sync_internals_resources.grd')
-rw-r--r--chrome/browser/resources/sync_internals_resources.grd24
1 files changed, 24 insertions, 0 deletions
diff --git a/chrome/browser/resources/sync_internals_resources.grd b/chrome/browser/resources/sync_internals_resources.grd
new file mode 100644
index 0000000..1c5c98b
--- /dev/null
+++ b/chrome/browser/resources/sync_internals_resources.grd
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This comment is only here because changes to resources are not picked up
+ without changes to the corresponding grd file. -->
+<grit latest_public_release="0" current_release="1">
+ <outputs>
+ <output filename="grit/sync_internals_resources.h" type="rc_header">
+ <emit emit_type='prepend'></emit>
+ </output>
+ <!-- Note: These next two files aren't actually used by Chrome, but they're
+ needed so that Visual Studio doesn't try to continually rebuild this
+ .grd (which it will do if it can't find some relevant output files).
+ Supposedly we could update our .gyp rules to not need this, but I don't
+ know how to do it and this doesn't really cost us anything... -->
+ <output filename="grit/sync_internals_resources_map.cc" type="resource_file_map_source" />
+ <output filename="grit/sync_internals_resources_map.h" type="resource_map_header" />
+ <output filename="sync_internals_resources.pak" type="data_package" />
+ </outputs>
+ <release seq="1">
+ <includes>
+ <!-- TODO(akalin): rename back to index.html once bug 69633 is fixed. -->
+ <include name="IDR_SYNC_INTERNALS_INDEX_HTML" file="sync_internals/sync_index.html" flattenhtml="true" type="BINDATA" />
+ </includes>
+ </release>
+</grit>