Index: third_party/google_input_tools/src/chrome/os/inputview/config/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/config/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/config/externs.js |
index 4d07482da6c7b8fbbb45e672fa88bb0429379f5f..04ddbb3d2f02fa057fa87c408cf05b45e67b2f28 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/direction.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/config/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.onConfigLoaded = function(data) {}; |