mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
36 lines
1.3 KiB
Python
36 lines
1.3 KiB
Python
# Copyright 2014 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': 'cr_elements_resources',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'chromeos/cr_picture/compiled_resources2.gyp:*',
|
|
'chromeos/network/compiled_resources2.gyp:*',
|
|
'cr_action_menu/compiled_resources2.gyp:*',
|
|
'cr_dialog/compiled_resources2.gyp:*',
|
|
'cr_drawer/compiled_resources2.gyp:*',
|
|
'cr_expand_button/compiled_resources2.gyp:*',
|
|
'cr_link_row/compiled_resources2.gyp:*',
|
|
'cr_profile_avatar_selector/compiled_resources2.gyp:*',
|
|
'cr_toast/compiled_resources2.gyp:*',
|
|
'cr_toggle/compiled_resources2.gyp:*',
|
|
'policy/compiled_resources2.gyp:*',
|
|
],
|
|
},
|
|
{
|
|
'target_name': 'cr_scrollable_behavior',
|
|
'dependencies': [
|
|
'<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compiled_resources2.gyp:iron-list-extracted',
|
|
],
|
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
{
|
|
'target_name': 'cr_container_shadow_behavior',
|
|
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
|
},
|
|
]
|
|
}
|