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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js

Issue 299703003: Build ChromeVox using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address nits from Dominic. Created 6 years, 7 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
Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
diff --git a/chrome/browser/ui/views/touch_uma/touch_uma.cc b/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
similarity index 54%
copy from chrome/browser/ui/views/touch_uma/touch_uma.cc
copy to chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
index d6dc3f8517066c171cd689c8ba93b7f84b3881b3..46e35db1e46d7c10e4fc6ca6005093bf6349a17c 100644
--- a/chrome/browser/ui/views/touch_uma/touch_uma.cc
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/views/touch_uma/touch_uma.h"
+/**
+ * @fileoverview Loads the main background script.
+ *
+ */
-// static
-void TouchUMA::RecordGestureAction(GestureActionType action) {
-}
+goog.require('cvox.ChromeMsgs');
+goog.require('cvox.ChromeVoxBackground');

Powered by Google App Engine
This is Rietveld 408576698