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

Unified Diff: chrome/BUILD.gn

Issue 2680383002: Created skeleton for switch access component extension. (Closed)
Patch Set: Fixing copyright year for new files Created 3 years, 10 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/chromeos/accessibility/accessibility_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 3e696f0e2a3a51543b2fd1e212d046bb9299bbb1..96c4314602f45807499eec011922fa1b36ee6d76 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1354,6 +1354,7 @@ group("extra_resources") {
if (is_chromeos) {
public_deps += [ "//chrome/browser/resources/chromeos/chromevox" ]
public_deps += [ "//chrome/browser/resources/chromeos/select_to_speak" ]
+ public_deps += [ "//chrome/browser/resources/chromeos/switch_access" ]
}
if (enable_extensions) {
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698