OLD | NEW |
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 <include name="IDR_KEYBOARD_LAYOUTS_SYSTEM_QWERTY" file="resources/layouts
/system-qwerty.html" type="BINDATA" /> | 48 <include name="IDR_KEYBOARD_LAYOUTS_SYSTEM_QWERTY" file="resources/layouts
/system-qwerty.html" type="BINDATA" /> |
49 <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type=
"BINDATA" /> | 49 <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type=
"BINDATA" /> |
50 <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BIND
ATA" /> | 50 <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BIND
ATA" /> |
51 <include name="IDR_KEYBOARD_POLYMER_LOADER" file="resources/polymer_loader
.js" flattenhtml="true" type="BINDATA" /> | 51 <include name="IDR_KEYBOARD_POLYMER_LOADER" file="resources/polymer_loader
.js" flattenhtml="true" type="BINDATA" /> |
52 <include name="IDR_KEYBOARD_ROBOTO_BOLD_TTF" file="resources/roboto_bold.t
tf" type="BINDATA" /> | 52 <include name="IDR_KEYBOARD_ROBOTO_BOLD_TTF" file="resources/roboto_bold.t
tf" type="BINDATA" /> |
53 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_DELETE" file="resources/sounds
/keypress-delete.wav" type="BINDATA" /> | 53 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_DELETE" file="resources/sounds
/keypress-delete.wav" type="BINDATA" /> |
54 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_RETURN" file="resources/sounds
/keypress-return.wav" type="BINDATA" /> | 54 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_RETURN" file="resources/sounds
/keypress-return.wav" type="BINDATA" /> |
55 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_SPACEBAR" file="resources/soun
ds/keypress-spacebar.wav" type="BINDATA" /> | 55 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_SPACEBAR" file="resources/soun
ds/keypress-spacebar.wav" type="BINDATA" /> |
56 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_STANDARD" file="resources/soun
ds/keypress-standard.wav" type="BINDATA" /> | 56 <include name="IDR_KEYBOARD_SOUNDS_KEYPRESS_STANDARD" file="resources/soun
ds/keypress-standard.wav" type="BINDATA" /> |
57 <include name="IDR_KEYBOARD_SPACEBAR_ROW" file="resources/layouts/spacebar
-row.html" type="BINDATA" /> | 57 <include name="IDR_KEYBOARD_SPACEBAR_ROW" file="resources/layouts/spacebar
-row.html" type="BINDATA" /> |
58 <include name="IDR_KEYBOARD_WEBUI_INDEX" file="resources/webui_index.html"
allowexternalscript="true" type="BINDATA" /> | |
59 <include name="IDR_KEYBOARD_WEBUI_API_ADAPTER_JS" file="resources/webui/ap
i_adapter.js" type="BINDATA" /> | |
60 <include name="IDR_KEYBOARD_WEBUI_CONSTANTS_JS" file="resources/webui/cons
tants.js" type="BINDATA" /> | |
61 <include name="IDR_KEYBOARD_WEBUI_MAIN_CSS" file="resources/webui/main.css
" type="BINDATA" /> | |
62 <include name="IDR_KEYBOARD_WEBUI_QWERTY" file="resources/layouts/webui_qw
erty.html" type="BINDATA" /> | |
63 </includes> | 58 </includes> |
64 </release> | 59 </release> |
65 </grit> | 60 </grit> |
OLD | NEW |