mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-28 16:26:10 +03:00
74 lines
2.0 KiB
Python
74 lines
2.0 KiB
Python
#Copyright 2018 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' : 'button_bar',
|
|
'dependencies' : [],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
|
|
{
|
|
'target_name' : 'fake_mojo_service',
|
|
'dependencies' : [
|
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
|
],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
|
|
{
|
|
'target_name' : 'multidevice_setup',
|
|
'dependencies' : [
|
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
|
'button_bar',
|
|
'fake_mojo_service',
|
|
'start_setup_page',
|
|
'setup_succeeded_page',
|
|
'setup_failed_page',
|
|
],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
|
|
{
|
|
'target_name' : 'setup_failed_page',
|
|
'dependencies' : [
|
|
'ui_page_container_behavior',
|
|
],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
|
|
{
|
|
'target_name' : 'setup_succeeded_page',
|
|
'dependencies' : [
|
|
'ui_page_container_behavior',
|
|
],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
|
|
{
|
|
'target_name' : 'start_setup_page',
|
|
'dependencies' : [
|
|
'ui_page_container_behavior',
|
|
],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
|
|
{
|
|
'target_name' : 'ui_page_container_behavior',
|
|
'dependencies' : [
|
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
|
],
|
|
'includes' :
|
|
['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
],
|
|
}
|