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

Unified Diff: chrome/browser/resources/sync_internals_resources.grd

Issue 6299002: [Sync] Port about:sync to DOMUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added workaround for bug 69633 Created 9 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_index.html ('k') | chrome/browser/sync/sync_ui_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_internals_resources.grd
diff --git a/chrome/browser/resources/sync_internals_resources.grd b/chrome/browser/resources/sync_internals_resources.grd
new file mode 100644
index 0000000000000000000000000000000000000000..1c5c98b34f25fa1f38c2fa450ee9c6a4e3b55311
--- /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>
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_index.html ('k') | chrome/browser/sync/sync_ui_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698