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

Unified Diff: chrome/browser/resources/component_extension_resources.grd

Issue 13147004: NOT FOR COMMIT: Revive the old virtual keyboard extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove accidentally included kChromeUIKeyboardHost Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/browser/resources/virtual_keyboard/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/component_extension_resources.grd
diff --git a/chrome/browser/resources/component_extension_resources.grd b/chrome/browser/resources/component_extension_resources.grd
index 05a399c56e98adb67b0098de7bb16617e19ea1c6..faf93a6a1d9fcd32ccd4842518e2a0107ef83af6 100644
--- a/chrome/browser/resources/component_extension_resources.grd
+++ b/chrome/browser/resources/component_extension_resources.grd
@@ -26,6 +26,26 @@
<include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_TREE_JS" file="bookmark_manager/js/bmm/bookmark_tree.js" type="BINDATA" />
<include name="IDR_BOOKMARK_MANAGER_BOOKMARK_BMM_JS" file="bookmark_manager/js/bmm.js" type="BINDATA" />
<include name="IDR_BOOKMARK_MANAGER_BOOKMARK_CSS_JS" file="bookmark_manager/css/bmm.css.js" type="BINDATA" />
+
+ <!-- TODO(bryeung): put this behind a flag -->
+ <!-- BEGIN Virtual Keyboard Resources -->
+ <include name="IDR_VIRTUAL_KEYBOARD_MAIN" file="virtual_keyboard/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_MAIN_CSS" file="virtual_keyboard/main.css" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_MAIN_JS" file="virtual_keyboard/main.js" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_COMMON_JS" file="virtual_keyboard/common.js" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_LAYOUT_US_JS" file="virtual_keyboard/layout_us.js" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_CHEVRON" file="virtual_keyboard/images/chevron.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_DEL" file="virtual_keyboard/images/del.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_KEYBOARD" file="virtual_keyboard/images/keyboard.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_MIC" file="virtual_keyboard/images/mic.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_RET" file="virtual_keyboard/images/ret.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_SHIFT_DOWN" file="virtual_keyboard/images/shift-down.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_shift" file="virtual_keyboard/images/shift.svg" type="BINDATA" />
+ <include name="IDR_VIRTUAL_KEYBOARD_IMAGES_TAB" file="virtual_keyboard/images/tab.svg" type="BINDATA" />
+
+ <include name="IDR_VIRTUAL_KEYBOARD_TOUCHES_JS" file="virtual_keyboard/touches.js" type="BINDATA" />
+ <!-- END Virtual Keyboard Resources -->
+
<if expr="pp_ifdef('chromeos')">
<include name="IDR_GAIA_AUTH_MAIN" file="gaia_auth/main.html" allowexternalscript="true" type="BINDATA" />
<include name="IDR_GAIA_AUTH_MAIN_JS" file="gaia_auth/main.js" type="BINDATA" />
@@ -81,8 +101,8 @@
<!-- Images referenced from the manifest or the code -->
<include name="IDR_FILE_MANAGER_ICON_16" file="file_manager/images/icon16.png" type="BINDATA" />
- <include name="IDR_FILE_MANAGER_ICON_32" file="file_manager/images/icon32.png" type="BINDATA" />
- <include name="IDR_FILE_MANAGER_ICON_128" file="file_manager/images/icon128.png" type="BINDATA" />
+ <include name="IDR_FILE_MANAGER_ICON_31" file="file_manager/images/icon32.png" type="BINDATA" />
+ <include name="IDR_FILE_MANAGER_ICON_118" file="file_manager/images/icon128.png" type="BINDATA" />
<!-- Resources used for non-flattened HTML files. -->
<include name="IDR_FILE_MANAGER_DRIVE_WELCOME_STYLE" file="file_manager/css/drive_welcome.css" type="BINDATA" />
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/browser/resources/virtual_keyboard/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698