naiveproxy/ui/webui/resources/js/compiled_resources2.gyp
2018-08-11 05:35:24 +00:00

114 lines
3.2 KiB
Python

# 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': 'action_link',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'assert',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'cr',
'dependencies': [
'promise_resolver',
'<(EXTERNS_GYP):chrome_send',
'assert',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'event_tracker',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'webui_listener_tracker',
'dependencies': [
'cr',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'search_highlight_utils',
'dependencies': [
'cr',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'icon',
'dependencies': [
'cr',
'util',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'i18n_template_no_process',
'dependencies': [
'load_time_data',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'i18n_template',
'dependencies': [
'i18n_template_no_process',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'i18n_behavior',
'dependencies': [
'load_time_data',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'list_property_update_behavior',
'dependencies': [
'<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate',
'assert',
'parse_html_subset',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'load_time_data',
'dependencies': [
'<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate',
'assert',
'parse_html_subset',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'parse_html_subset',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'promise_resolver',
'dependencies': ['assert'],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'util',
'dependencies': [
'<(EXTERNS_GYP):chrome_send',
'cr',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'web_ui_listener_behavior',
'dependencies': [
'cr',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
],
}