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

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

Issue 26258003: Add a full QWERTY layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix edge case in WebUI Created 7 years, 2 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 <!-- 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 ui/keyboard/keyboard_ui_controller.cc 4 ui/keyboard/keyboard_ui_controller.cc
5 ui/keyboard/keyboard_util.cc 5 ui/keyboard/keyboard_util.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>
(...skipping 22 matching lines...) Expand all
33 <include name="IDR_KEYBOARD_IMAGES_KEYBOARD" file="resources/images/keyboa rd.svg" type="BINDATA" /> 33 <include name="IDR_KEYBOARD_IMAGES_KEYBOARD" file="resources/images/keyboa rd.svg" type="BINDATA" />
34 <include name="IDR_KEYBOARD_IMAGES_MICROPHONE" file="resources/images/micr ophone.svg" type="BINDATA" /> 34 <include name="IDR_KEYBOARD_IMAGES_MICROPHONE" file="resources/images/micr ophone.svg" type="BINDATA" />
35 <include name="IDR_KEYBOARD_IMAGES_MICROPHONE_GREEN" file="resources/image s/microphone-green.svg" type="BINDATA" /> 35 <include name="IDR_KEYBOARD_IMAGES_MICROPHONE_GREEN" file="resources/image s/microphone-green.svg" type="BINDATA" />
36 <!-- Don't flatten html file here. Otherwise, webui keyboard will not load the correct css file. --> 36 <!-- Don't flatten html file here. Otherwise, webui keyboard will not load the correct css file. -->
37 <include name="IDR_KEYBOARD_INDEX" file="resources/index.html" allowextern alscript="true" type="BINDATA" /> 37 <include name="IDR_KEYBOARD_INDEX" file="resources/index.html" allowextern alscript="true" type="BINDATA" />
38 <include name="IDR_KEYBOARD_LAYOUTS_DVORAK" file="resources/layouts/dvorak .html" type="BINDATA" /> 38 <include name="IDR_KEYBOARD_LAYOUTS_DVORAK" file="resources/layouts/dvorak .html" type="BINDATA" />
39 <include name="IDR_KEYBOARD_LAYOUTS_LATIN_ACCENTS" file="resources/layouts /latin-accents.js" type="BINDATA" /> 39 <include name="IDR_KEYBOARD_LAYOUTS_LATIN_ACCENTS" file="resources/layouts /latin-accents.js" type="BINDATA" />
40 <include name="IDR_KEYBOARD_LAYOUTS_NUMERIC" file="resources/layouts/numer ic.html" type="BINDATA" /> 40 <include name="IDR_KEYBOARD_LAYOUTS_NUMERIC" file="resources/layouts/numer ic.html" type="BINDATA" />
41 <include name="IDR_KEYBOARD_LAYOUTS_QWERTY" file="resources/layouts/qwerty .html" type="BINDATA" /> 41 <include name="IDR_KEYBOARD_LAYOUTS_QWERTY" file="resources/layouts/qwerty .html" type="BINDATA" />
42 <include name="IDR_KEYBOARD_LAYOUTS_SYMBOL_ALTKEYS" file="resources/layout s/symbol-altkeys.js" type="BINDATA" /> 42 <include name="IDR_KEYBOARD_LAYOUTS_SYMBOL_ALTKEYS" file="resources/layout s/symbol-altkeys.js" type="BINDATA" />
43 <include name="IDR_KEYBOARD_LAYOUTS_SYSTEM_QWERTY" file="resources/layouts /system-qwerty.html" type="BINDATA" />
43 <include name="IDR_KEYBOARD_MAIN_JS" file="resources/main.js" type="BINDAT A" /> 44 <include name="IDR_KEYBOARD_MAIN_JS" file="resources/main.js" type="BINDAT A" />
44 <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type= "BINDATA" /> 45 <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type= "BINDATA" />
45 <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BIND ATA" /> 46 <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BIND ATA" />
46 <include name="IDR_KEYBOARD_POLYMER" file="resources/polymer.min.js" flatt enhtml="true" type="BINDATA" /> 47 <include name="IDR_KEYBOARD_POLYMER" file="resources/polymer.min.js" flatt enhtml="true" type="BINDATA" />
47 <include name="IDR_KEYBOARD_SPACEBAR_ROW" file="resources/layouts/spacebar -row.html" type="BINDATA" /> 48 <include name="IDR_KEYBOARD_SPACEBAR_ROW" file="resources/layouts/spacebar -row.html" type="BINDATA" />
48 <include name="IDR_KEYBOARD_VOICE_INPUT_JS" file="resources/voice_input.js " type="BINDATA" /> 49 <include name="IDR_KEYBOARD_VOICE_INPUT_JS" file="resources/voice_input.js " type="BINDATA" />
49 <include name="IDR_KEYBOARD_WEBUI_INDEX" file="resources/webui_index.html" allowexternalscript="true" type="BINDATA" /> 50 <include name="IDR_KEYBOARD_WEBUI_INDEX" file="resources/webui_index.html" allowexternalscript="true" type="BINDATA" />
50 <include name="IDR_KEYBOARD_WEBUI_API_ADAPTER_JS" file="resources/webui/ap i_adapter.js" type="BINDATA" /> 51 <include name="IDR_KEYBOARD_WEBUI_API_ADAPTER_JS" file="resources/webui/ap i_adapter.js" type="BINDATA" />
51 <include name="IDR_KEYBOARD_WEBUI_CONSTANTS_JS" file="resources/webui/cons tants.js" type="BINDATA" /> 52 <include name="IDR_KEYBOARD_WEBUI_CONSTANTS_JS" file="resources/webui/cons tants.js" type="BINDATA" />
52 <include name="IDR_KEYBOARD_WEBUI_MAIN_CSS" file="resources/webui/main.css " type="BINDATA" /> 53 <include name="IDR_KEYBOARD_WEBUI_MAIN_CSS" file="resources/webui/main.css " type="BINDATA" />
53 <include name="IDR_KEYBOARD_WEBUI_QWERTY" file="resources/layouts/webui_qw erty.html" type="BINDATA" /> 54 <include name="IDR_KEYBOARD_WEBUI_QWERTY" file="resources/layouts/webui_qw erty.html" type="BINDATA" />
54 </includes> 55 </includes>
55 </release> 56 </release>
56 </grit> 57 </grit>
OLDNEW
« no previous file with comments | « no previous file | ui/keyboard/keyboard_ui_controller.cc » ('j') | ui/keyboard/resources/elements/kb-keyboard.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698