mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
98 lines
2.8 KiB
Python
98 lines
2.8 KiB
Python
# Copyright 2017 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'auto_scan_manager',
|
|
'dependencies': [
|
|
'switch_access_interface',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'automation_manager',
|
|
'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',
|
|
'switch_access',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'commands',
|
|
'dependencies': [
|
|
'switch_access_interface',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'keyboard_handler',
|
|
'dependencies': [
|
|
'<(EXTERNS_GYP):accessibility_private',
|
|
'switch_access_interface',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'options',
|
|
'dependencies': [
|
|
'<(EXTERNS_GYP):chrome_extensions',
|
|
'switch_access',
|
|
'background',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'prefs',
|
|
'dependencies': [
|
|
'<(EXTERNS_GYP):chrome_extensions',
|
|
'switch_access_interface',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'switch_access',
|
|
'dependencies': [
|
|
'<(EXTERNS_GYP):automation',
|
|
'<(EXTERNS_GYP):chrome_extensions',
|
|
'auto_scan_manager',
|
|
'automation_manager',
|
|
'commands',
|
|
'keyboard_handler',
|
|
'prefs',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'switch_access_interface',
|
|
'dependencies': [],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'tree_walker',
|
|
'dependencies': [
|
|
'<(EXTERNS_GYP):automation',
|
|
],
|
|
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
}
|
|
],
|
|
}
|