OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 '../ui/keyboard/keyboard.gyp:keyboard', | 108 '../ui/keyboard/keyboard.gyp:keyboard', |
109 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 109 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
110 '../third_party/WebKit/public/blink.gyp:blink', | 110 '../third_party/WebKit/public/blink.gyp:blink', |
111 '../ui/views/controls/webview/webview.gyp:webview', | 111 '../ui/views/controls/webview/webview.gyp:webview', |
112 '../skia/skia.gyp:skia', | 112 '../skia/skia.gyp:skia', |
113 ], | 113 ], |
114 'defines': [ | 114 'defines': [ |
115 'ATHENA_IMPLEMENTATION', | 115 'ATHENA_IMPLEMENTATION', |
116 ], | 116 ], |
117 'sources': [ | 117 'sources': [ |
| 118 'content/app_activity.cc', |
| 119 'content/app_activity.h', |
| 120 'content/app_activity_proxy.cc', |
| 121 'content/app_activity_proxy.h', |
| 122 'content/app_activity_registry.cc', |
| 123 'content/app_activity_registry.h', |
| 124 'content/app_registry_impl.cc', |
| 125 'content/content_activity_factory.cc', |
| 126 'content/content_app_model_builder.cc', |
| 127 'content/public/app_registry.h', |
118 'content/public/content_activity_factory.h', | 128 'content/public/content_activity_factory.h', |
119 'content/public/content_app_model_builder.h', | 129 'content/public/content_app_model_builder.h', |
120 'content/public/web_contents_view_delegate_creator.h', | 130 'content/public/web_contents_view_delegate_creator.h', |
121 'content/content_activity_factory.cc', | |
122 'content/content_app_model_builder.cc', | |
123 'content/app_activity.h', | |
124 'content/app_activity.cc', | |
125 'content/render_view_context_menu_impl.cc', | 131 'content/render_view_context_menu_impl.cc', |
126 'content/render_view_context_menu_impl.h', | 132 'content/render_view_context_menu_impl.h', |
| 133 'content/web_activity.cc', |
127 'content/web_activity.h', | 134 'content/web_activity.h', |
128 'content/web_activity.cc', | |
129 'content/web_contents_view_delegate_factory_impl.cc', | 135 'content/web_contents_view_delegate_factory_impl.cc', |
130 'virtual_keyboard/public/virtual_keyboard_manager.h', | 136 'virtual_keyboard/public/virtual_keyboard_manager.h', |
131 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 137 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
132 ], | 138 ], |
133 }, | 139 }, |
134 { | 140 { |
| 141 'target_name': 'athena_content_support_lib', |
| 142 'type': 'static_library', |
| 143 'dependencies': [ |
| 144 '../content/content.gyp:content_browser', |
| 145 ], |
| 146 'sources': [ |
| 147 'content/delegate/app_content_control_delegate_impl.cc', |
| 148 'content/public/app_content_control_delegate.h', |
| 149 ], |
| 150 }, |
| 151 { |
135 'target_name': 'athena_test_support', | 152 'target_name': 'athena_test_support', |
136 'type': 'static_library', | 153 'type': 'static_library', |
137 'dependencies': [ | 154 'dependencies': [ |
138 '../base/base.gyp:test_support_base', | 155 '../base/base.gyp:test_support_base', |
139 '../chromeos/chromeos.gyp:chromeos', | 156 '../chromeos/chromeos.gyp:chromeos', |
140 '../skia/skia.gyp:skia', | 157 '../skia/skia.gyp:skia', |
141 '../testing/gtest.gyp:gtest', | 158 '../testing/gtest.gyp:gtest', |
142 '../ui/accessibility/accessibility.gyp:ax_gen', | 159 '../ui/accessibility/accessibility.gyp:ax_gen', |
143 '../ui/app_list/app_list.gyp:app_list', | 160 '../ui/app_list/app_list.gyp:app_list', |
144 '../ui/aura/aura.gyp:aura_test_support', | 161 '../ui/aura/aura.gyp:aura_test_support', |
145 '../ui/base/ui_base.gyp:ui_base_test_support', | 162 '../ui/base/ui_base.gyp:ui_base_test_support', |
146 '../ui/compositor/compositor.gyp:compositor_test_support', | 163 '../ui/compositor/compositor.gyp:compositor_test_support', |
147 '../ui/views/views.gyp:views', | 164 '../ui/views/views.gyp:views', |
148 '../ui/wm/wm.gyp:wm', | 165 '../ui/wm/wm.gyp:wm', |
149 '../url/url.gyp:url_lib', | 166 '../url/url.gyp:url_lib', |
150 'athena_content_lib', | 167 'athena_content_lib', |
151 'athena_lib', | 168 'athena_lib', |
152 'resources/athena_resources.gyp:athena_resources', | 169 'resources/athena_resources.gyp:athena_resources', |
153 ], | 170 ], |
154 'sources': [ | 171 'sources': [ |
| 172 'content/public/app_content_control_delegate.h', |
155 'test/athena_test_base.cc', | 173 'test/athena_test_base.cc', |
156 'test/athena_test_base.h', | 174 'test/athena_test_base.h', |
157 'test/athena_test_helper.cc', | 175 'test/athena_test_helper.cc', |
158 'test/athena_test_helper.h', | 176 'test/athena_test_helper.h', |
159 'test/sample_activity.cc', | 177 'test/sample_activity.cc', |
160 'test/sample_activity.h', | 178 'test/sample_activity.h', |
161 'test/sample_activity_factory.cc', | 179 'test/sample_activity_factory.cc', |
162 'test/sample_activity_factory.h', | 180 'test/sample_activity_factory.h', |
| 181 'test/test_app_content_control_delegate_impl.cc', |
163 'test/test_app_model_builder.cc', | 182 'test/test_app_model_builder.cc', |
164 'test/test_app_model_builder.h', | 183 'test/test_app_model_builder.h', |
165 'test/test_screen_manager_delegate.cc', | 184 'test/test_screen_manager_delegate.cc', |
166 'test/test_screen_manager_delegate.h', | 185 'test/test_screen_manager_delegate.h', |
167 'wm/test/window_manager_impl_test_api.cc', | 186 'wm/test/window_manager_impl_test_api.cc', |
168 'wm/test/window_manager_impl_test_api.h', | 187 'wm/test/window_manager_impl_test_api.h', |
169 ], | 188 ], |
170 }, | 189 }, |
171 { | 190 { |
172 'target_name': 'athena_unittests', | 191 'target_name': 'athena_unittests', |
173 'type': 'executable', | 192 'type': 'executable', |
174 'dependencies': [ | 193 'dependencies': [ |
175 '../skia/skia.gyp:skia', | 194 '../skia/skia.gyp:skia', |
176 '../testing/gtest.gyp:gtest', | 195 '../testing/gtest.gyp:gtest', |
177 'athena_lib', | 196 'athena_lib', |
178 'athena_test_support', | 197 'athena_test_support', |
179 'main/athena_main.gyp:athena_main_lib', | 198 'main/athena_main.gyp:athena_main_lib', |
180 'resources/athena_resources.gyp:athena_pak', | 199 'resources/athena_resources.gyp:athena_pak', |
181 ], | 200 ], |
182 'sources': [ | 201 'sources': [ |
183 'test/athena_unittests.cc', | |
184 'activity/activity_manager_unittest.cc', | 202 'activity/activity_manager_unittest.cc', |
185 'common/fill_layout_manager_unittest.cc', | 203 'common/fill_layout_manager_unittest.cc', |
| 204 'content/app_activity_unittest.cc', |
186 'home/home_card_unittest.cc', | 205 'home/home_card_unittest.cc', |
187 'input/accelerator_manager_unittest.cc', | 206 'input/accelerator_manager_unittest.cc', |
188 'screen/screen_manager_unittest.cc', | 207 'screen/screen_manager_unittest.cc', |
| 208 'test/athena_unittests.cc', |
189 'wm/split_view_controller_unittest.cc', | 209 'wm/split_view_controller_unittest.cc', |
190 'wm/window_list_provider_impl_unittest.cc', | 210 'wm/window_list_provider_impl_unittest.cc', |
191 'wm/window_manager_unittest.cc', | 211 'wm/window_manager_unittest.cc', |
192 ], | 212 ], |
193 } | 213 } |
194 ], | 214 ], |
195 } | 215 } |
196 | 216 |
OLD | NEW |