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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/layouts/externs.js

Issue 697653003: Add google-input-tools resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Defer build patch for later CL. Created 6 years, 1 month 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
Index: third_party/google_input_tools/src/chrome/os/inputview/layouts/externs.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/direction.js b/third_party/google_input_tools/src/chrome/os/inputview/layouts/externs.js
similarity index 76%
copy from third_party/google_input_tools/src/chrome/os/inputview/direction.js
copy to third_party/google_input_tools/src/chrome/os/inputview/layouts/externs.js
index 4d07482da6c7b8fbbb45e672fa88bb0429379f5f..727166e7f1533eec9e4b179b89233830f2efb1c7 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/direction.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/layouts/externs.js
@@ -11,18 +11,8 @@
// you may not use this file except in compliance with the License.
// Licensed under the Apache License, Version 2.0 (the "License");
//
-goog.provide('i18n.input.chrome.inputview.Direction');
-
-
-/**
- * The direction.
- *
- * @enum {number}
- */
-i18n.input.chrome.inputview.Direction = {
- UP: 0,
- DOWN: 1,
- LEFT: 2,
- RIGHT: 3
-};
-
+var google = {};
+google.ime = {};
+google.ime.chrome = {};
+google.ime.chrome.inputview = {};
+google.ime.chrome.inputview.onLayoutLoaded = function(data) {};

Powered by Google App Engine
This is Rietveld 408576698