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

Unified Diff: trunk/src/ui/keyboard/keyboard_resources.grd

Issue 14329004: Revert 194635 "Add a virtual keyboard webui at chrome://keyboard/" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/ui/keyboard/keyboard_constants.cc ('k') | trunk/src/ui/keyboard/keyboard_ui_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/keyboard/keyboard_resources.grd
===================================================================
--- trunk/src/ui/keyboard/keyboard_resources.grd (revision 194637)
+++ trunk/src/ui/keyboard/keyboard_resources.grd (working copy)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- NOTE: if you are adding resources here, you should probably also edit:
- chrome/browser/ui/webui/virtual_keyboard_ui.cc // FIXME: this will move
- chrome/browser/extensions/image_loader.cc
--->
-<grit latest_public_release="0" current_release="1">
- <outputs>
- <output filename="grit/keyboard_resources.h" type="rc_header">
- <emit emit_type='prepend'></emit>
- </output>
- <output filename="keyboard_resources.pak" type="data_package" />
- <output filename="keyboard_resources.rc" type="rc_all" />
- </outputs>
- <release seq="1">
- <includes>
- <include name="IDR_KEYBOARD_MANIFEST" file="resources/manifest.json" type="BINDATA" />
- <include name="IDR_KEYBOARD_INDEX" file="resources/index.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
- <include name="IDR_KEYBOARD_MAIN_CSS" file="resources/main.css" type="BINDATA" />
- <include name="IDR_KEYBOARD_MAIN_JS" file="resources/main.js" type="BINDATA" />
- <include name="IDR_KEYBOARD_COMMON_JS" file="resources/common.js" type="BINDATA" />
- <include name="IDR_KEYBOARD_LAYOUT_US_JS" file="resources/layout_us.js" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_CHEVRON" file="resources/images/chevron.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_DEL" file="resources/images/del.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_KEYBOARD" file="resources/images/keyboard.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_MIC" file="resources/images/mic.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_RET" file="resources/images/ret.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_SHIFT_DOWN" file="resources/images/shift-down.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_SHIFT" file="resources/images/shift.svg" type="BINDATA" />
- <include name="IDR_KEYBOARD_IMAGES_TAB" file="resources/images/tab.svg" type="BINDATA" />
- </includes>
- </release>
-</grit>
« no previous file with comments | « trunk/src/ui/keyboard/keyboard_constants.cc ('k') | trunk/src/ui/keyboard/keyboard_ui_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698