- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / chrome_browser_ui_views.gyp
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'browser_ui_views',
12       'type': '<(component)',
13       'dependencies': [
14         '../base/base.gyp:base',
15         '../skia/skia.gyp:skia',
16         '../ui/events/events.gyp:events',
17         '../ui/gfx/gfx.gyp:gfx',
18         '../ui/ui.gyp:ui',
19         '../url/url.gyp:url_lib',
20       ],
21       'conditions': [
22         ['use_ash==1', {
23           'dependencies': [
24             '../ash/ash.gyp:ash',
25           ],
26         }],
27       ],
28       'defines': [
29         'CHROME_VIEWS_IMPLEMENTATION',
30       ],
31       'sources': [
32         'browser/ui/views/accelerator_table.cc',
33         'browser/ui/views/accelerator_table.h',
34         'browser/ui/views/browser_dialogs.h',
35         'browser/ui/views/chrome_views_export.h',
36         'browser/ui/views/event_utils.cc',
37         'browser/ui/views/event_utils.h',
38         'browser/ui/views/tab_icon_view_model.h',
39         'browser/ui/views/tabs/tab_renderer_data.cc',
40         'browser/ui/views/tabs/tab_renderer_data.h',
41         'browser/ui/views/tabs/tab_strip_observer.cc',
42         'browser/ui/views/tabs/tab_strip_observer.h',
43         'browser/ui/views/tabs/tab_strip_types.h',
44       ],
45     },
46   ],
47 }