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

Unified Diff: chrome/browser/resources/chromeos/switch_access/BUILD.gn

Issue 2760453002: Creating options page and storing preferences. (Closed)
Patch Set: Responded to comments Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/switch_access/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/switch_access/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/switch_access/BUILD.gn b/chrome/browser/resources/chromeos/switch_access/BUILD.gn
index b40eaf9fa8e939c2be71559d3dbfe629c01f4b8b..cdfec47557fe795c488ac730cef87f4bda9328cb 100644
--- a/chrome/browser/resources/chromeos/switch_access/BUILD.gn
+++ b/chrome/browser/resources/chromeos/switch_access/BUILD.gn
@@ -25,6 +25,11 @@ run_jsbundler("switch_access_copied_files") {
mode = "copy"
dest_dir = switch_access_dir
sources = [
+ "background.js",
+ "options.css",
+ "options.html",
+ "options.js",
+ "prefs.js",
"switch_access.js",
]
rewrite_rules = [
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/switch_access/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698