Get rid of the rest of CreateStringValue
[chromium-blink-merge.git] / athena / athena.gyp
blob004dded1f5b5fc53903d48cbfdb48cf079043cf2
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.
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'athena_lib',
12       'type': '<(component)',
13       'dependencies': [
14         '../skia/skia.gyp:skia',
15         '../ui/accessibility/accessibility.gyp:ax_gen',
16         '../ui/app_list/app_list.gyp:app_list',
17         '../ui/aura/aura.gyp:aura',
18         '../ui/strings/ui_strings.gyp:ui_strings',
19         '../ui/views/views.gyp:views',
20       ],
21       'defines': [
22         'ATHENA_IMPLEMENTATION',
23       ],
24       'sources': [
25         # All .cc, .h under athena, except unittests
26         'activity/activity.cc',
27         'activity/activity_factory.cc',
28         'activity/activity_manager_impl.cc',
29         'activity/activity_view_manager_impl.cc',
30         'activity/activity_frame_view.cc',
31         'activity/activity_frame_view.h',
32         'activity/activity_widget_delegate.cc',
33         'activity/activity_widget_delegate.h',
34         'activity/public/activity.h',
35         'activity/public/activity_factory.h',
36         'activity/public/activity_manager.h',
37         'activity/public/activity_view_manager.h',
38         'activity/public/activity_view_model.h',
39         # move athena_export.h to common/
40         'athena_export.h',
41         'common/fill_layout_manager.cc',
42         'common/fill_layout_manager.h',
43         'common/switches.cc',
44         'common/switches.h',
45         'home/app_list_view_delegate.cc',
46         'home/app_list_view_delegate.h',
47         'home/home_card_impl.cc',
48         'home/minimized_home.cc',
49         'home/minimized_home.h',
50         'home/public/app_model_builder.h',
51         'home/public/home_card.h',
52         'input/accelerator_manager_impl.cc',
53         'input/accelerator_manager_impl.h',
54         'input/input_manager_impl.cc',
55         'input/public/input_manager.h',
56         'input/public/accelerator_manager.h',
57         'screen/background_controller.cc',
58         'screen/background_controller.h',
59         'screen/public/screen_manager.h',
60         'screen/screen_accelerator_handler.cc',
61         'screen/screen_accelerator_handler.h',
62         'screen/screen_manager_impl.cc',
63         'wm/public/window_manager.h',
64         'wm/public/window_manager_observer.h',
65         'wm/window_manager_impl.cc',
66         'wm/window_overview_mode.cc',
67         'wm/window_overview_mode.h',
68       ],
69     },
70     {
71       'target_name': 'athena_content_lib',
72       'type': 'static_library',
73       'dependencies': [
74         'athena_lib',
75         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
76         '../content/content.gyp:content_browser',
77         '../ui/app_list/app_list.gyp:app_list',
78         '../ui/keyboard/keyboard.gyp:keyboard',
79         '../ui/keyboard/keyboard.gyp:keyboard_resources',
80         '../third_party/WebKit/public/blink.gyp:blink',
81         '../ui/views/controls/webview/webview.gyp:webview',
82         '../skia/skia.gyp:skia',
83       ],
84       'defines': [
85         'ATHENA_IMPLEMENTATION',
86       ],
87       'sources': [
88         'content/public/content_activity_factory.h',
89         'content/public/content_app_model_builder.h',
90         'content/content_activity_factory.cc',
91         'content/content_app_model_builder.cc',
92         'content/app_activity.h',
93         'content/app_activity.cc',
94         'content/web_activity.h',
95         'content/web_activity.cc',
96         'virtual_keyboard/public/virtual_keyboard_bindings.h',
97         'virtual_keyboard/public/virtual_keyboard_manager.h',
98         'virtual_keyboard/virtual_keyboard_bindings_impl.cc',
99         'virtual_keyboard/virtual_keyboard_manager_impl.cc',
100         'virtual_keyboard/vk_message_handler.cc',
101         'virtual_keyboard/vk_message_handler.h',
102         'virtual_keyboard/vk_webui_controller.cc',
103         'virtual_keyboard/vk_webui_controller.h',
104       ],
105     },
106     {
107       'target_name': 'athena_test_support',
108       'type': 'static_library',
109       'dependencies': [
110         '../base/base.gyp:test_support_base',
111         '../skia/skia.gyp:skia',
112         '../testing/gtest.gyp:gtest',
113         '../ui/accessibility/accessibility.gyp:ax_gen',
114         '../ui/app_list/app_list.gyp:app_list',
115         '../ui/aura/aura.gyp:aura_test_support',
116         '../ui/base/ui_base.gyp:ui_base_test_support',
117         '../ui/compositor/compositor.gyp:compositor_test_support',
118         '../ui/views/views.gyp:views',
119         '../ui/wm/wm.gyp:wm',
120         '../url/url.gyp:url_lib',
121         'athena_lib',
122       ],
123       'sources': [
124         'main/athena_launcher.cc',
125         'main/athena_launcher.h',
126         'main/placeholder.cc',
127         'main/placeholder.h',
128         'test/athena_test_base.cc',
129         'test/athena_test_base.h',
130         'test/athena_test_helper.cc',
131         'test/athena_test_helper.h',
132         'test/sample_activity.cc',
133         'test/sample_activity.h',
134         'test/sample_activity_factory.cc',
135         'test/sample_activity_factory.h',
136         'test/test_app_model_builder.cc',
137         'test/test_app_model_builder.h',
138       ],
139     },
140     {
141       'target_name': 'athena_unittests',
142       'type': 'executable',
143       'dependencies': [
144         '../testing/gtest.gyp:gtest',
145         '../skia/skia.gyp:skia',
146         'athena_lib',
147         'athena_test_support',
148         'resources/athena_resources.gyp:athena_resources',
149       ],
150       'sources': [
151         'test/athena_unittests.cc',
152         'activity/activity_manager_unittest.cc',
153         'input/accelerator_manager_unittest.cc',
154         'wm/window_manager_unittest.cc',
155       ],
156     }
157   ],