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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox.gni

Issue 1561773002: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@panel_view_type
Patch Set: Created 4 years, 11 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.gni
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox.gni b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
index 08f8553369dc9f2ed0a39e9cbd6e7cf22bc13709..654378a93caa2a864b9b05dd2ba4a4acf369815f 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox.gni
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox.gni
@@ -136,6 +136,8 @@ chromevox_modules = [
"cvox2/background/output.js",
"cvox2/background/panel.js",
"cvox2/background/panel_command.js",
+ "cvox2/background/panel_menu.js",
+ "cvox2/background/panel_menu_item.js",
"cvox2/background/tabs_automation_handler.js",
"cvox2/background/tree_walker.js",
"extensions/searchvox/abstract_result.js",

Powered by Google App Engine
This is Rietveld 408576698