mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
86 lines
3.5 KiB
Plaintext
86 lines
3.5 KiB
Plaintext
|
# Copyright 2015 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': 'browser_proxy',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'constants',
|
||
|
'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'downloads',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
'manager',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'externs',
|
||
|
'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'item',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
||
|
'<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-behaviors/compiled_resources2.gyp:paper-inky-focus-behavior-extracted',
|
||
|
'constants',
|
||
|
'browser_proxy',
|
||
|
'externs',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'manager',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
||
|
'<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
|
||
|
'<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
|
||
|
'<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compiled_resources2.gyp:iron-list-extracted',
|
||
|
'browser_proxy',
|
||
|
'item',
|
||
|
'search_service',
|
||
|
'toolbar',
|
||
|
'<(EXTERNS_GYP):chrome_send',
|
||
|
'externs',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'search_service',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
||
|
'browser_proxy',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
{
|
||
|
'target_name': 'toolbar',
|
||
|
'dependencies': [
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
||
|
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
|
||
|
'<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resources2.gyp:cr_action_menu',
|
||
|
'<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2.gyp:cr_toolbar',
|
||
|
'<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announcer/compiled_resources2.gyp:iron-a11y-announcer-extracted',
|
||
|
'<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-menu/compiled_resources2.gyp:paper-menu-extracted',
|
||
|
'browser_proxy',
|
||
|
'search_service',
|
||
|
],
|
||
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
||
|
},
|
||
|
],
|
||
|
}
|