mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
75 lines
2.7 KiB
Plaintext
75 lines
2.7 KiB
Plaintext
|
# Copyright 2016 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': 'control_bar',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
||
|
'profile_browser_proxy',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'create_profile',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
|
||
|
'profile_browser_proxy',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'error_dialog',
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'import_supervised_user',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
||
|
'profile_browser_proxy',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'profile_browser_proxy',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'supervised_user_create_confirm',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
||
|
'profile_browser_proxy',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'supervised_user_learn_more',
|
||
|
'dependencies': [
|
||
|
'profile_browser_proxy',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'user_manager_pages',
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'user_manager_tutorial',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
],
|
||
|
}
|