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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/background/options_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/options_loader.js
diff --git a/chrome/test/data/extensions/background_app/BackgroundApp.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
similarity index 65%
copy from chrome/test/data/extensions/background_app/BackgroundApp.js
copy to chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
index d5ee7e217cfa4e121ea4faa2a0c1b2524994b927..a23364193fb42c17b592bcca0ba8e1b78721a9df 100644
--- a/chrome/test/data/extensions/background_app/BackgroundApp.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
@@ -2,5 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This is a simple v2 app with background permission and a background script.
+/**
+ * @fileoverview Loads the options script.
+ *
+ */
+goog.require('cvox.OptionsPage');

Powered by Google App Engine
This is Rietveld 408576698