| 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',
|
|
|