summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/cr_elements/compiled_resources2.gyp
blob: 89de6886a2188e77c9bc2fb6f0a7211197ad285a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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:*',
        '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'],
    },
  ]
}