| 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 cb3f31c2161ccd39df77f3a83e711ea13bc46530..b91630cb932bce8b145b31c4f56922f2eb4bfecb 100644
|
| --- a/chrome/browser/resources/component_extension_resources.grd
|
| +++ b/chrome/browser/resources/component_extension_resources.grd
|
| @@ -82,8 +82,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" />
|
| @@ -139,6 +139,21 @@
|
| <if expr="pp_ifdef('enable_settings_app')">
|
| <include name="IDR_SETTINGS_APP_JS" file="settings_app/settings_app.js" type="BINDATA" />
|
| </if>
|
| + <if expr="pp_ifdef('chromeos')">
|
| + <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" />
|
| + </if>
|
| </includes>
|
| </release>
|
| </grit>
|
|
|