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

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

Issue 2863613003: Implemented scanning by group (Closed)
Patch Set: Responded to comments Created 3 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/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 d5e30fc3b4ed82a3975a1cb8c3664a1ac446fe6e..0733f1a8498c650f58e82d52d1386f72ddef9655 100644
--- a/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp
+++ b/chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp
@@ -17,11 +17,19 @@
'dependencies': [
'<(EXTERNS_GYP):accessibility_private',
'<(EXTERNS_GYP):automation',
+ 'automation_predicate',
'tree_walker',
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'automation_predicate',
+ 'dependencies': [
+ '<(EXTERNS_GYP):automation',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'background',
'dependencies': [
'<(EXTERNS_GYP):chrome_extensions',
@@ -56,8 +64,6 @@
{
'target_name': 'switch_access',
'dependencies': [
- '<(EXTERNS_GYP):accessibility_private',
- '<(EXTERNS_GYP):automation',
'<(EXTERNS_GYP):chrome_extensions',
'prefs',
'auto_scan_manager',

Powered by Google App Engine
This is Rietveld 408576698