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

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

Issue 6881031: FileManager: Add thumbnail view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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. paaaae --> 3 without changes to the corresponding grd file. paaaae -->
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/shared_resources.h" type="rc_header"> 6 <output filename="grit/shared_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" /> 9 <output filename="grit/shared_resources_map.cc" type="resource_file_map_sour ce" />
10 <output filename="grit/shared_resources_map.h" type="resource_map_header" /> 10 <output filename="grit/shared_resources_map.h" type="resource_map_header" />
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <include name="IDR_SHARED_JS_CR_UI_MENU" 69 <include name="IDR_SHARED_JS_CR_UI_MENU"
70 file="shared/js/cr/ui/menu.js" type="BINDATA" /> 70 file="shared/js/cr/ui/menu.js" type="BINDATA" />
71 <include name="IDR_SHARED_JS_CR_UI_MENU_BUTTON" 71 <include name="IDR_SHARED_JS_CR_UI_MENU_BUTTON"
72 file="shared/js/cr/ui/menu_button.js" type="BINDATA" /> 72 file="shared/js/cr/ui/menu_button.js" type="BINDATA" />
73 <include name="IDR_SHARED_JS_CR_UI_MENU_ITEM" 73 <include name="IDR_SHARED_JS_CR_UI_MENU_ITEM"
74 file="shared/js/cr/ui/menu_item.js" type="BINDATA" /> 74 file="shared/js/cr/ui/menu_item.js" type="BINDATA" />
75 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL" 75 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL"
76 file="shared/js/cr/ui/position_util.js" type="BINDATA" /> 76 file="shared/js/cr/ui/position_util.js" type="BINDATA" />
77 <include name="IDR_SHARED_JS_CR_UI_SPLITTER" 77 <include name="IDR_SHARED_JS_CR_UI_SPLITTER"
78 file="shared/js/cr/ui/splitter.js" type="BINDATA" /> 78 file="shared/js/cr/ui/splitter.js" type="BINDATA" />
79 <include name="IDR_SHARED_JS_CR_UI_GRID"
80 file="shared/js/cr/ui/grid.js" type="BINDATA" />
79 <include name="IDR_SHARED_JS_CR_UI_TABLE" 81 <include name="IDR_SHARED_JS_CR_UI_TABLE"
80 file="shared/js/cr/ui/table.js" type="BINDATA" /> 82 file="shared/js/cr/ui/table.js" type="BINDATA" />
81 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN" 83 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN"
82 file="shared/js/cr/ui/table/table_column.js" type="BINDATA" /> 84 file="shared/js/cr/ui/table/table_column.js" type="BINDATA" />
83 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN_MODEL" 85 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN_MODEL"
84 file="shared/js/cr/ui/table/table_column_model.js" type="BINDATA" /> 86 file="shared/js/cr/ui/table/table_column_model.js" type="BINDATA" />
85 <include name="IDR_SHARED_JS_CR_UI_TABLE_DATA_MODEL" 87 <include name="IDR_SHARED_JS_CR_UI_TABLE_DATA_MODEL"
86 file="shared/js/cr/ui/table/table_data_model.js" type="BINDATA" / > 88 file="shared/js/cr/ui/table/table_data_model.js" type="BINDATA" / >
87 <include name="IDR_SHARED_JS_CR_UI_TABLE_HEADER" 89 <include name="IDR_SHARED_JS_CR_UI_TABLE_HEADER"
88 file="shared/js/cr/ui/table/table_header.js" type="BINDATA" /> 90 file="shared/js/cr/ui/table/table_header.js" type="BINDATA" />
(...skipping 15 matching lines...) Expand all
104 file="shared/js/i18n_template.js" type="BINDATA" /> 106 file="shared/js/i18n_template.js" type="BINDATA" />
105 <include name="IDR_SHARED_JS_LOCAL_STRINGS" 107 <include name="IDR_SHARED_JS_LOCAL_STRINGS"
106 file="shared/js/local_strings.js" type="BINDATA" /> 108 file="shared/js/local_strings.js" type="BINDATA" />
107 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 109 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
108 file="shared/js/parse_html_subset.js" type="BINDATA" /> 110 file="shared/js/parse_html_subset.js" type="BINDATA" />
109 <include name="IDR_SHARED_JS_UTIL" 111 <include name="IDR_SHARED_JS_UTIL"
110 file="shared/js/util.js" type="BINDATA" /> 112 file="shared/js/util.js" type="BINDATA" />
111 </includes> 113 </includes>
112 </release> 114 </release>
113 </grit> 115 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698