summaryrefslogtreecommitdiffstats
path: root/ui/aura_extra/aura_extra.gyp
blob: e739010b3a3996f5980c2b18b60dc7ba91aab8fe (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
30
31
32
33
34
# 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.

{
  'variables': {
    'chromium_code': 1,
  },
  'targets': [
    {
      # GN version: //ui/aura_extra
      'target_name': 'aura_extra',
      'type': '<(component)',
      'dependencies': [
        '../../base/base.gyp:base',
        '../../skia/skia.gyp:skia',
        '../aura/aura.gyp:aura',
        '../base/ui_base.gyp:ui_base',
        '../compositor/compositor.gyp:compositor',
        '../events/events.gyp:events',
        '../gfx/gfx.gyp:gfx',
        '../gfx/gfx.gyp:gfx_geometry',
      ],
      'defines': [
        'AURA_EXTRA_IMPLEMENTATION',
      ],
      'sources': [
        'aura_extra_export.h',
        'image_window_delegate.cc',
        'image_window_delegate.h',
      ],
    },
  ],
}