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

Side by Side Diff: ui/keyboard/resources/index.html

Issue 946623002: [Code cleanup]Remove webui keyboard mojo binding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/webui/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright 2013 The Chromium Authors. All rights reserved. 3 -- Copyright 2013 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <link rel="stylesheet" href="inputview.css"> 10 <link rel="stylesheet" href="inputview.css">
11 <link rel="stylesheet" href="emoji.css"> 11 <link rel="stylesheet" href="emoji.css">
12 <style> 12 <style>
13 .inputview-linear { 13 .inputview-linear {
14 font-size: 0; 14 font-size: 0;
15 } 15 }
16 </style> 16 </style>
17 <script src="keyboard_mojo.js"></script>
18 <script src="inputview.js"></script> 17 <script src="inputview.js"></script>
19 <script src="locales/en.js"></script> 18 <script src="locales/en.js"></script>
20 <script src="inputview_adapter.js"></script> 19 <script src="inputview_adapter.js"></script>
21 </head> 20 </head>
22 <body> 21 <body>
23 </body> 22 </body>
24 </html> 23 </html>
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/webui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698