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

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

Issue 9826035: [Sync] Display the client server traffic log in about:sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For submitting. Created 8 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/sync_internals_resources.h" type="rc_header"> 6 <output filename="grit/sync_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
(...skipping 12 matching lines...) Expand all
23 <include name="IDR_SYNC_INTERNALS_CHROME_SYNC_JS" file="sync_internals/chr ome_sync.js" type="BINDATA" /> 23 <include name="IDR_SYNC_INTERNALS_CHROME_SYNC_JS" file="sync_internals/chr ome_sync.js" type="BINDATA" />
24 <include name="IDR_SYNC_INTERNALS_SYNC_LOG_JS" file="sync_internals/sync_l og.js" type="BINDATA" /> 24 <include name="IDR_SYNC_INTERNALS_SYNC_LOG_JS" file="sync_internals/sync_l og.js" type="BINDATA" />
25 <include name="IDR_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="sync_intern als/sync_node_browser.js" type="BINDATA" /> 25 <include name="IDR_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="sync_intern als/sync_node_browser.js" type="BINDATA" />
26 <include name="IDR_SYNC_INTERNALS_SYNC_SEARCH_JS" file="sync_internals/sy nc_search.js" type="BINDATA" /> 26 <include name="IDR_SYNC_INTERNALS_SYNC_SEARCH_JS" file="sync_internals/sy nc_search.js" type="BINDATA" />
27 <include name="IDR_SYNC_INTERNALS_ABOUT_JS" file="sync_internals/about.js " type="BINDATA" /> 27 <include name="IDR_SYNC_INTERNALS_ABOUT_JS" file="sync_internals/about.js " type="BINDATA" />
28 <include name="IDR_SYNC_INTERNALS_DATA_JS" file="sync_internals/data.js" type="BINDATA" /> 28 <include name="IDR_SYNC_INTERNALS_DATA_JS" file="sync_internals/data.js" type="BINDATA" />
29 <include name="IDR_SYNC_INTERNALS_EVENTS_JS" file="sync_internals/events. js" type="BINDATA" /> 29 <include name="IDR_SYNC_INTERNALS_EVENTS_JS" file="sync_internals/events. js" type="BINDATA" />
30 <include name="IDR_SYNC_INTERNALS_NOTIFICATIONS_JS" file="sync_internals/ notifications.js" type="BINDATA" /> 30 <include name="IDR_SYNC_INTERNALS_NOTIFICATIONS_JS" file="sync_internals/ notifications.js" type="BINDATA" />
31 <include name="IDR_SYNC_INTERNALS_SEARCH_JS" file="sync_internals/search. js" type="BINDATA" /> 31 <include name="IDR_SYNC_INTERNALS_SEARCH_JS" file="sync_internals/search. js" type="BINDATA" />
32 <include name="IDR_SYNC_INTERNALS_NODE_BROWSER_JS" file="sync_internals/n ode_browser.js" type="BINDATA" /> 32 <include name="IDR_SYNC_INTERNALS_NODE_BROWSER_JS" file="sync_internals/n ode_browser.js" type="BINDATA" />
33 <include name="IDR_SYNC_INTERNALS_TRAFFIC_JS" file="sync_internals/traffi c.js" type="BINDATA" />
33 </includes> 34 </includes>
34 </release> 35 </release>
35 </grit> 36 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/traffic.js ('k') | chrome/browser/sync/internal_api/sync_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698