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

Side by Side Diff: ui/keyboard/keyboard_resources.grd

Issue 14161009: WebUIHandler for chrome://keyboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 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
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | ui/keyboard/keyboard_ui_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- 2 <!--
3 NOTE: if you are adding resources here, you should probably also edit: 3 NOTE: if you are adding resources here, you should probably also edit:
4 chrome/browser/ui/webui/virtual_keyboard_ui.cc // FIXME: this will move
5 chrome/browser/extensions/image_loader.cc 4 chrome/browser/extensions/image_loader.cc
5 ui/keyboard/keyboard_ui_controller.cc
6 --> 6 -->
7 <grit latest_public_release="0" current_release="1"> 7 <grit latest_public_release="0" current_release="1">
8 <outputs> 8 <outputs>
9 <output filename="grit/keyboard_resources.h" type="rc_header"> 9 <output filename="grit/keyboard_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
11 </output> 11 </output>
12 <output filename="keyboard_resources.pak" type="data_package" /> 12 <output filename="keyboard_resources.pak" type="data_package" />
13 <output filename="keyboard_resources.rc" type="rc_all" /> 13 <output filename="keyboard_resources.rc" type="rc_all" />
14 </outputs> 14 </outputs>
15 <release seq="1"> 15 <release seq="1">
16 <includes> 16 <includes>
17 <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type= "BINDATA" />
18 <include name="IDR_KEYBOARD_INDEX" file="resources/index.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
19 <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BIND ATA" />
20 <include name="IDR_KEYBOARD_MAIN_JS" file="resources/main.js" type="BINDAT A" />
21 <include name="IDR_KEYBOARD_COMMON_JS" file="resources/common.js" type="BI NDATA" /> 17 <include name="IDR_KEYBOARD_COMMON_JS" file="resources/common.js" type="BI NDATA" />
22 <include name="IDR_KEYBOARD_LAYOUT_US_JS" file="resources/layout_us.js" ty pe="BINDATA" />
23 <include name="IDR_KEYBOARD_IMAGES_CHEVRON" file="resources/images/chevron .svg" type="BINDATA" /> 18 <include name="IDR_KEYBOARD_IMAGES_CHEVRON" file="resources/images/chevron .svg" type="BINDATA" />
24 <include name="IDR_KEYBOARD_IMAGES_DEL" file="resources/images/del.svg" ty pe="BINDATA" /> 19 <include name="IDR_KEYBOARD_IMAGES_DEL" file="resources/images/del.svg" ty pe="BINDATA" />
25 <include name="IDR_KEYBOARD_IMAGES_KEYBOARD" file="resources/images/keyboa rd.svg" type="BINDATA" /> 20 <include name="IDR_KEYBOARD_IMAGES_KEYBOARD" file="resources/images/keyboa rd.svg" type="BINDATA" />
26 <include name="IDR_KEYBOARD_IMAGES_MIC" file="resources/images/mic.svg" ty pe="BINDATA" /> 21 <include name="IDR_KEYBOARD_IMAGES_MIC" file="resources/images/mic.svg" ty pe="BINDATA" />
27 <include name="IDR_KEYBOARD_IMAGES_RET" file="resources/images/ret.svg" ty pe="BINDATA" /> 22 <include name="IDR_KEYBOARD_IMAGES_RET" file="resources/images/ret.svg" ty pe="BINDATA" />
23 <include name="IDR_KEYBOARD_IMAGES_SHIFT" file="resources/images/shift.svg " type="BINDATA" />
28 <include name="IDR_KEYBOARD_IMAGES_SHIFT_DOWN" file="resources/images/shif t-down.svg" type="BINDATA" /> 24 <include name="IDR_KEYBOARD_IMAGES_SHIFT_DOWN" file="resources/images/shif t-down.svg" type="BINDATA" />
29 <include name="IDR_KEYBOARD_IMAGES_SHIFT" file="resources/images/shift.svg " type="BINDATA" />
30 <include name="IDR_KEYBOARD_IMAGES_TAB" file="resources/images/tab.svg" ty pe="BINDATA" /> 25 <include name="IDR_KEYBOARD_IMAGES_TAB" file="resources/images/tab.svg" ty pe="BINDATA" />
26 <include name="IDR_KEYBOARD_INDEX" file="resources/index.html" flattenhtml ="true" allowexternalscript="true" type="BINDATA" />
27 <include name="IDR_KEYBOARD_LAYOUT_US_JS" file="resources/layout_us.js" ty pe="BINDATA" />
28 <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BIND ATA" />
29 <include name="IDR_KEYBOARD_MAIN_JS" file="resources/main.js" type="BINDAT A" />
30 <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type= "BINDATA" />
31 <include name="IDR_KEYBOARD_SEND_KEY_EVENT_JS" file="resources/send_key_ev ent.js" type="BINDATA" />
32 <include name="IDR_KEYBOARD_SEND_KEY_EVENT_WEBUI_JS" file="resources/send_ key_event_webui.js" type="BINDATA" />
31 </includes> 33 </includes>
32 </release> 34 </release>
33 </grit> 35 </grit>
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard.gyp ('k') | ui/keyboard/keyboard_ui_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698