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

Side by Side Diff: components/resources/sync_driver_resources.grdp

Issue 2872023002: [Sync] Add a simple UI to sync-internals to create UserEvents. (Closed)
Patch Set: Updates for Patrick. Created 3 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_HTML" file="../sync/driver /resources/index.html" flattenhtml="true" allowexternalscript="true" type="BINDA TA" /> 3 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_HTML" file="../sync/driver /resources/index.html" flattenhtml="true" allowexternalscript="true" type="BINDA TA" />
4 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_JS" file="../sync/driver/r esources/sync_index.js" type="BINDATA" /> 4 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_INDEX_JS" file="../sync/driver/r esources/sync_index.js" type="BINDATA" />
5 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_CHROME_SYNC_JS" file="../sync/dr iver/resources/chrome_sync.js" type="BINDATA" /> 5 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_CHROME_SYNC_JS" file="../sync/dr iver/resources/chrome_sync.js" type="BINDATA" />
6 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_TYPES_JS" file="../sync/driver/ resources/types.js" type="BINDATA" /> 6 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_TYPES_JS" file="../sync/driver/ resources/types.js" type="BINDATA" />
7 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_LOG_JS" file="../sync/drive r/resources/sync_log.js" type="BINDATA" /> 7 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_LOG_JS" file="../sync/drive r/resources/sync_log.js" type="BINDATA" />
8 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="../ sync/driver/resources/sync_node_browser.js" type="BINDATA" /> 8 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_NODE_BROWSER_JS" file="../ sync/driver/resources/sync_node_browser.js" type="BINDATA" />
9 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_SEARCH_JS" file="../sync/d river/resources/sync_search.js" type="BINDATA" /> 9 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SYNC_SEARCH_JS" file="../sync/d river/resources/sync_search.js" type="BINDATA" />
10 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_ABOUT_JS" file="../sync/driver/ resources/about.js" type="BINDATA" /> 10 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_ABOUT_JS" file="../sync/driver/ resources/about.js" type="BINDATA" />
11 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_DATA_JS" file="../sync/driver/r esources/data.js" type="BINDATA" /> 11 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_DATA_JS" file="../sync/driver/r esources/data.js" type="BINDATA" />
12 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_EVENTS_JS" file="../sync/driver /resources/events.js" type="BINDATA" /> 12 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_EVENTS_JS" file="../sync/driver /resources/events.js" type="BINDATA" />
13 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SEARCH_JS" file="../sync/driver /resources/search.js" type="BINDATA" /> 13 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_SEARCH_JS" file="../sync/driver /resources/search.js" type="BINDATA" />
14 <include name="IDR_SYNC_DRIVER_SYNC_INTERNALS_USER_EVENTS_JS" file="../sync/d river/resources/user_events.js" type="BINDATA" />
Dan Beam 2017/05/16 03:35:51 can you remove the double space before file=? it
skym 2017/05/16 19:26:49 Done. Updated the others as well.
14 </grit-part> 15 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698