Fills in ServiceWorkerFetchStores. Adds a stub ServiceWorkerFetchStore class which...
[chromium-blink-merge.git] / athena / athena.gyp
blob4e2cdb2e41c69783d43f6a52d7703adc0c799f98
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/events/events.gyp:events_base',
19         '../ui/strings/ui_strings.gyp:ui_strings',
20         '../ui/views/views.gyp:views',
21       ],
22       'defines': [
23         'ATHENA_IMPLEMENTATION',
24       ],
25       'sources': [
26         # All .cc, .h under athena, except unittests
27         'activity/activity.cc',
28         'activity/activity_factory.cc',
29         'activity/activity_manager_impl.cc',
30         'activity/activity_view_manager_impl.cc',
31         'activity/activity_frame_view.cc',
32         'activity/activity_frame_view.h',
33         'activity/activity_widget_delegate.cc',
34         'activity/activity_widget_delegate.h',
35         'activity/public/activity.h',
36         'activity/public/activity_factory.h',
37         'activity/public/activity_manager.h',
38         'activity/public/activity_view_manager.h',
39         'activity/public/activity_view_model.h',
40         'athena_export.h',
41         'common/container_priorities.h',
42         'common/fill_layout_manager.cc',
43         'common/fill_layout_manager.h',
44         'common/switches.cc',
45         'common/switches.h',
46         'home/app_list_view_delegate.cc',
47         'home/app_list_view_delegate.h',
48         'home/bottom_home_view.cc',
49         'home/bottom_home_view.h',
50         'home/home_card_impl.cc',
51         'home/minimized_home.cc',
52         'home/minimized_home.h',
53         'home/public/app_model_builder.h',
54         'home/public/home_card.h',
55         'input/accelerator_manager_impl.cc',
56         'input/accelerator_manager_impl.h',
57         'input/input_manager_impl.cc',
58         'input/public/accelerator_manager.h',
59         'input/public/input_manager.h',
60         'screen/background_controller.cc',
61         'screen/background_controller.h',
62         'screen/public/screen_manager.h',
63         'screen/screen_accelerator_handler.cc',
64         'screen/screen_accelerator_handler.h',
65         'screen/screen_manager_impl.cc',
66         'system/power_button_controller.cc',
67         'system/power_button_controller.h',
68         'system/public/system_ui.h', 
69         'system/system_ui_impl.cc',
70         'wm/public/window_manager.h',
71         'wm/public/window_manager_observer.h',
72         'wm/bezel_controller.cc',
73         'wm/bezel_controller.h',
74         'wm/split_view_controller.cc',
75         'wm/split_view_controller.h',
76         'wm/window_manager_impl.cc',
77         'wm/window_overview_mode.cc',
78         'wm/window_overview_mode.h',
79       ],
80     },
81     {
82       'target_name': 'athena_content_lib',
83       'type': 'static_library',
84       'dependencies': [
85         'athena_lib',
86         '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
87         '../components/components.gyp:renderer_context_menu',
88         '../components/components.gyp:web_modal',
89         '../content/content.gyp:content_browser',
90         '../ui/app_list/app_list.gyp:app_list',
91         '../ui/keyboard/keyboard.gyp:keyboard',
92         '../ui/keyboard/keyboard.gyp:keyboard_resources',
93         '../third_party/WebKit/public/blink.gyp:blink',
94         '../ui/views/controls/webview/webview.gyp:webview',
95         '../skia/skia.gyp:skia',
96       ],
97       'defines': [
98         'ATHENA_IMPLEMENTATION',
99       ],
100       'sources': [
101         'content/public/content_activity_factory.h',
102         'content/public/content_app_model_builder.h',
103         'content/public/web_contents_view_delegate_creator.h',
104         'content/content_activity_factory.cc',
105         'content/content_app_model_builder.cc',
106         'content/app_activity.h',
107         'content/app_activity.cc',
108         'content/render_view_context_menu_impl.cc',
109         'content/render_view_context_menu_impl.h',
110         'content/web_activity.h',
111         'content/web_activity.cc',
112         'content/web_contents_view_delegate_factory_impl.cc',
113         'virtual_keyboard/public/virtual_keyboard_manager.h',
114         'virtual_keyboard/virtual_keyboard_manager_impl.cc',
115       ],
116     },
117     {
118       'target_name': 'athena_test_support',
119       'type': 'static_library',
120       'dependencies': [
121         '../base/base.gyp:test_support_base',
122         '../chromeos/chromeos.gyp:chromeos',
123         '../skia/skia.gyp:skia',
124         '../testing/gtest.gyp:gtest',
125         '../ui/accessibility/accessibility.gyp:ax_gen',
126         '../ui/app_list/app_list.gyp:app_list',
127         '../ui/aura/aura.gyp:aura_test_support',
128         '../ui/base/ui_base.gyp:ui_base_test_support',
129         '../ui/compositor/compositor.gyp:compositor_test_support',
130         '../ui/views/views.gyp:views',
131         '../ui/wm/wm.gyp:wm',
132         '../url/url.gyp:url_lib',
133         'athena_lib',
134         'resources/athena_resources.gyp:athena_resources',
135       ],
136       'sources': [
137         'main/athena_launcher.cc',
138         'main/athena_launcher.h',
139         'main/placeholder.cc',
140         'main/placeholder.h',
141         'test/athena_test_base.cc',
142         'test/athena_test_base.h',
143         'test/athena_test_helper.cc',
144         'test/athena_test_helper.h',
145         'test/sample_activity.cc',
146         'test/sample_activity.h',
147         'test/sample_activity_factory.cc',
148         'test/sample_activity_factory.h',
149         'test/test_app_model_builder.cc',
150         'test/test_app_model_builder.h',
151       ],
152     },
153     {
154       'target_name': 'athena_unittests',
155       'type': 'executable',
156       'dependencies': [
157         '../testing/gtest.gyp:gtest',
158         '../skia/skia.gyp:skia',
159         'athena_lib',
160         'athena_test_support',
161         'resources/athena_resources.gyp:athena_pak',
162       ],
163       'sources': [
164         'test/athena_unittests.cc',
165         'activity/activity_manager_unittest.cc',
166         'home/home_card_unittest.cc',
167         'input/accelerator_manager_unittest.cc',
168         'screen/screen_manager_unittest.cc',
169         'wm/window_manager_unittest.cc',
170       ],
171     }
172   ],