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

Unified Diff: chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp

Issue 2837023004: Moved code dealing with accessibility tree from switch_access.js to new file, automation_manager.js (Closed)
Patch Set: Small documentation change Created 3 years, 8 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/switch_access/compiled_resources2.gyp
diff --git a/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp b/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp
index 56172d430e1b09730611be22859fc6e76ea6310d..d5e30fc3b4ed82a3975a1cb8c3664a1ac446fe6e 100644
--- a/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp
+++ b/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp
@@ -13,6 +13,15 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'automation_manager',
+ 'dependencies': [
+ '<(EXTERNS_GYP):accessibility_private',
+ '<(EXTERNS_GYP):automation',
+ 'tree_walker',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'background',
'dependencies': [
'<(EXTERNS_GYP):chrome_extensions',
@@ -52,8 +61,8 @@
'<(EXTERNS_GYP):chrome_extensions',
'prefs',
'auto_scan_manager',
+ 'automation_manager',
'keyboard_handler',
- 'tree_walker',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698