Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / chromeos / ui_chromeos.gyp
1 # Copyright 2014 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': 'ui_chromeos_resources',
12       'type': 'none',
13       'variables': {
14         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources',
15       },
16       'actions': [
17         {
18           'action_name': 'ui_chromeos_resources',
19           'variables': {
20             'grit_grd_file': 'resources/ui_chromeos_resources.grd',
21           },
22           'includes': [ '../../build/grit_action.gypi' ],
23         },
24       ],
25       'includes': [ '../../build/grit_target.gypi' ],
26     },
27     {
28       'target_name': 'ui_chromeos_strings',
29       'type': 'none',
30       'variables': {
31         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings',
32       },
33       'actions': [
34         {
35           'action_name': 'generate_ui_chromeos_strings',
36           'variables': {
37             'grit_grd_file': 'ui_chromeos_strings.grd',
38           },
39           'includes': [ '../../build/grit_action.gypi' ],
40         },
41       ],
42       'includes': [ '../../build/grit_target.gypi' ],
43     },
44     {
45       'target_name': 'ui_chromeos',
46       'type': '<(component)',
47       'dependencies': [
48         '../../base/base.gyp:base',
49         '../../chromeos/chromeos.gyp:power_manager_proto',
50         '../../skia/skia.gyp:skia',
51         '../aura/aura.gyp:aura',
52         '../events/events.gyp:events',
53         '../events/events.gyp:gesture_detection',
54         '../message_center/message_center.gyp:message_center',
55         '../views/views.gyp:views',
56         '../wm/wm.gyp:wm',
57         'ui_chromeos_resources',
58         'ui_chromeos_strings',
59       ],
60       'defines': [
61         'UI_CHROMEOS_IMPLEMENTATION',
62       ],
63       'sources': [
64         'accessibility_types.h',
65         'network/network_connect.cc',
66         'network/network_connect.h',
67         'network/network_icon.cc',
68         'network/network_icon.h',
69         'network/network_icon_animation.cc',
70         'network/network_icon_animation.h',
71         'network/network_icon_animation_observer.h',
72         'network/network_info.cc',
73         'network/network_info.h',
74         'network/network_list.cc',
75         'network/network_list.h',
76         'network/network_list_delegate.h',
77         'network/network_state_notifier.cc',
78         'network/network_state_notifier.h',
79         'touch_exploration_controller.cc',
80         'touch_exploration_controller.h',
81         'user_activity_power_manager_notifier.cc',
82         'user_activity_power_manager_notifier.h',
83       ],
84     },
85   ],
86 }