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

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

Issue 8340002: Enable brightness controls for all ChromeOS builds. Make brightness controls auto-repeat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix arming the repeat button on the start of a touch gesture. Created 9 years, 1 month 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 <include name="IDR_SHARED_JS_CR_UI_MENU_BUTTON" 81 <include name="IDR_SHARED_JS_CR_UI_MENU_BUTTON"
82 file="shared/js/cr/ui/menu_button.js" type="BINDATA" /> 82 file="shared/js/cr/ui/menu_button.js" type="BINDATA" />
83 <include name="IDR_SHARED_JS_CR_UI_MENU_ITEM" 83 <include name="IDR_SHARED_JS_CR_UI_MENU_ITEM"
84 file="shared/js/cr/ui/menu_item.js" type="BINDATA" /> 84 file="shared/js/cr/ui/menu_item.js" type="BINDATA" />
85 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL" 85 <include name="IDR_SHARED_JS_CR_UI_POSITION_UTIL"
86 file="shared/js/cr/ui/position_util.js" type="BINDATA" /> 86 file="shared/js/cr/ui/position_util.js" type="BINDATA" />
87 <include name="IDR_SHARED_JS_CR_UI_SPLITTER" 87 <include name="IDR_SHARED_JS_CR_UI_SPLITTER"
88 file="shared/js/cr/ui/splitter.js" type="BINDATA" /> 88 file="shared/js/cr/ui/splitter.js" type="BINDATA" />
89 <include name="IDR_SHARED_JS_CR_UI_GRID" 89 <include name="IDR_SHARED_JS_CR_UI_GRID"
90 file="shared/js/cr/ui/grid.js" type="BINDATA" /> 90 file="shared/js/cr/ui/grid.js" type="BINDATA" />
91 <include name="IDR_SHARED_JS_CR_UI_REPEATING_BUTTON"
92 file="shared/js/cr/ui/repeating_button.js" type="BINDATA" />
91 <include name="IDR_SHARED_JS_CR_UI_TABLE" 93 <include name="IDR_SHARED_JS_CR_UI_TABLE"
92 file="shared/js/cr/ui/table.js" type="BINDATA" /> 94 file="shared/js/cr/ui/table.js" type="BINDATA" />
93 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN" 95 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN"
94 file="shared/js/cr/ui/table/table_column.js" type="BINDATA" /> 96 file="shared/js/cr/ui/table/table_column.js" type="BINDATA" />
95 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN_MODEL" 97 <include name="IDR_SHARED_JS_CR_UI_TABLE_COLUMN_MODEL"
96 file="shared/js/cr/ui/table/table_column_model.js" type="BINDATA" /> 98 file="shared/js/cr/ui/table/table_column_model.js" type="BINDATA" />
97 <include name="IDR_SHARED_JS_CR_UI_TABLE_HEADER" 99 <include name="IDR_SHARED_JS_CR_UI_TABLE_HEADER"
98 file="shared/js/cr/ui/table/table_header.js" type="BINDATA" /> 100 file="shared/js/cr/ui/table/table_header.js" type="BINDATA" />
99 <include name="IDR_SHARED_JS_CR_UI_TABLE_LIST" 101 <include name="IDR_SHARED_JS_CR_UI_TABLE_LIST"
100 file="shared/js/cr/ui/table/table_list.js" type="BINDATA" /> 102 file="shared/js/cr/ui/table/table_list.js" type="BINDATA" />
(...skipping 16 matching lines...) Expand all
117 file="shared/js/local_strings.js" type="BINDATA" /> 119 file="shared/js/local_strings.js" type="BINDATA" />
118 <include name="IDR_SHARED_JS_MEDIA_COMMON" 120 <include name="IDR_SHARED_JS_MEDIA_COMMON"
119 file="shared/js/media_common.js" type="BINDATA" /> 121 file="shared/js/media_common.js" type="BINDATA" />
120 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET" 122 <include name="IDR_SHARED_JS_PARSE_HTML_SUBSET"
121 file="shared/js/parse_html_subset.js" type="BINDATA" /> 123 file="shared/js/parse_html_subset.js" type="BINDATA" />
122 <include name="IDR_SHARED_JS_UTIL" 124 <include name="IDR_SHARED_JS_UTIL"
123 file="shared/js/util.js" type="BINDATA" /> 125 file="shared/js/util.js" type="BINDATA" />
124 </includes> 126 </includes>
125 </release> 127 </release>
126 </grit> 128 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698