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

Unified Diff: ui/keyboard/resources/webui_index.html

Issue 208633002: [Code cleanup]Remove webui virtual keyboard code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « ui/keyboard/resources/webui/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/webui_index.html
diff --git a/ui/keyboard/resources/webui_index.html b/ui/keyboard/resources/webui_index.html
deleted file mode 100644
index bdc81167fc31fe4428faacdcd2ee37716a230700..0000000000000000000000000000000000000000
--- a/ui/keyboard/resources/webui_index.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE HTML>
-<!--
- -- Copyright 2013 The Chromium Authors. All rights reserved.
- -- Use of this source code is governed by a BSD-style license that can be
- -- found in the LICENSE file.
- -->
-
-<!--
- -- To avoid unintentionally break webui keyboard when changing extension
- -- keyboard, creates this file and uses it as index.html for webui keyboard.
- -- TODO(bshe): remove this file when dynamic layout loading is fixed
- -- (http://www.crbug.com/260278).
- -->
-
-<html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
- <link rel="stylesheet" href="main.css">
- <script src="constants.js"></script>
- <script src="polymer_loader.js"></script>
- <script src="api_adapter.js"></script>
- <script src="voice_input.js"></script>
- <link rel="import" href="elements/kb-altkey.html">
- <link rel="import" href="elements/kb-altkey-container.html">
- <link rel="import" href="elements/kb-altkey-data.html">
- <link rel="import" href="elements/kb-altkey-set.html">
- <link rel="import" href="elements/kb-key-codes.html">
- <link rel="import" href="elements/kb-key-base.html">
- <link rel="import" href="elements/kb-key.html">
- <link rel="import" href="elements/kb-keyboard.html">
- <link rel="import" href="elements/kb-keyset.html">
- <link rel="import" href="elements/kb-row.html">
- <link rel="import" href="elements/kb-shift-key.html">
- <link id="numeric" rel="import" href="layouts/numeric.html">
- <link id="qwerty" rel="import" href="layouts/qwerty.html">
- <!--TODO(stevet): Import 'Open Sans' font. -->
- <script src="main.js"></script>
- <script src="layouts/latin-accents.js"></script>
- </head>
- <body>
- <kb-keyboard id="keyboard" touch-action="none" layout="qwerty">
- </kb-keyboard>
- </body>
-</html>
« no previous file with comments | « ui/keyboard/resources/webui/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698