| 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>
|
|
|