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

Side by Side Diff: chrome/browser/resources/chromeos/switch_access/compiled_resources2.gyp

Issue 2872023005: Correctly follows focus and moves to valid node when current becomes invalid (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 unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'auto_scan_manager', 8 'target_name': 'auto_scan_manager',
9 'dependencies': [ 9 'dependencies': [
10 'switch_access_interface', 10 'switch_access_interface',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 { 57 {
58 'target_name': 'prefs', 58 'target_name': 'prefs',
59 'dependencies': [ 59 'dependencies': [
60 '<(EXTERNS_GYP):chrome_extensions', 60 '<(EXTERNS_GYP):chrome_extensions',
61 ], 61 ],
62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
63 }, 63 },
64 { 64 {
65 'target_name': 'switch_access', 65 'target_name': 'switch_access',
66 'dependencies': [ 66 'dependencies': [
67 '<(EXTERNS_GYP):automation',
67 '<(EXTERNS_GYP):chrome_extensions', 68 '<(EXTERNS_GYP):chrome_extensions',
68 'prefs', 69 'prefs',
69 'auto_scan_manager', 70 'auto_scan_manager',
70 'automation_manager', 71 'automation_manager',
71 'keyboard_handler', 72 'keyboard_handler',
72 ], 73 ],
73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
74 }, 75 },
75 { 76 {
76 'target_name': 'switch_access_interface', 77 'target_name': 'switch_access_interface',
77 'dependencies': [ 78 'dependencies': [
78 'prefs', 79 'prefs',
79 ], 80 ],
80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
81 }, 82 },
82 { 83 {
83 'target_name': 'tree_walker', 84 'target_name': 'tree_walker',
84 'dependencies': [ 85 'dependencies': [
85 '<(EXTERNS_GYP):automation', 86 '<(EXTERNS_GYP):automation',
86 ], 87 ],
87 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 88 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
88 } 89 }
89 ], 90 ],
90 } 91 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698