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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 '../ui/keyboard/keyboard.gyp:keyboard', | 101 '../ui/keyboard/keyboard.gyp:keyboard', |
102 '../ui/keyboard/keyboard.gyp:keyboard_resources', | 102 '../ui/keyboard/keyboard.gyp:keyboard_resources', |
103 '../third_party/WebKit/public/blink.gyp:blink', | 103 '../third_party/WebKit/public/blink.gyp:blink', |
104 '../ui/views/controls/webview/webview.gyp:webview', | 104 '../ui/views/controls/webview/webview.gyp:webview', |
105 '../skia/skia.gyp:skia', | 105 '../skia/skia.gyp:skia', |
106 ], | 106 ], |
107 'defines': [ | 107 'defines': [ |
108 'ATHENA_IMPLEMENTATION', | 108 'ATHENA_IMPLEMENTATION', |
109 ], | 109 ], |
110 'sources': [ | 110 'sources': [ |
| 111 'content/app_activity.cc', |
| 112 'content/app_activity.h', |
| 113 'content/app_activity_proxy.cc', |
| 114 'content/app_activity_proxy.h', |
| 115 'content/app_activity_registry.cc', |
| 116 'content/app_activity_registry.h', |
| 117 'content/app_registry.cc', |
| 118 'content/content_activity_factory.cc', |
| 119 'content/content_app_model_builder.cc', |
| 120 'content/public/app_registry.h', |
111 'content/public/content_activity_factory.h', | 121 'content/public/content_activity_factory.h', |
112 'content/public/content_app_model_builder.h', | 122 'content/public/content_app_model_builder.h', |
113 'content/public/web_contents_view_delegate_creator.h', | 123 'content/public/web_contents_view_delegate_creator.h', |
114 'content/content_activity_factory.cc', | |
115 'content/content_app_model_builder.cc', | |
116 'content/app_activity.h', | |
117 'content/app_activity.cc', | |
118 'content/render_view_context_menu_impl.cc', | 124 'content/render_view_context_menu_impl.cc', |
119 'content/render_view_context_menu_impl.h', | 125 'content/render_view_context_menu_impl.h', |
| 126 'content/web_activity.cc', |
120 'content/web_activity.h', | 127 'content/web_activity.h', |
121 'content/web_activity.cc', | |
122 'content/web_contents_view_delegate_factory_impl.cc', | 128 'content/web_contents_view_delegate_factory_impl.cc', |
123 'virtual_keyboard/public/virtual_keyboard_manager.h', | 129 'virtual_keyboard/public/virtual_keyboard_manager.h', |
124 'virtual_keyboard/virtual_keyboard_manager_impl.cc', | 130 'virtual_keyboard/virtual_keyboard_manager_impl.cc', |
125 ], | 131 ], |
126 }, | 132 }, |
127 { | 133 { |
| 134 'target_name': 'athena_content_support_lib', |
| 135 'type': 'static_library', |
| 136 'dependencies': [ |
| 137 '../content/content.gyp:content_browser', |
| 138 ], |
| 139 'sources': [ |
| 140 'content/delegate/app_content_delegate.cc', |
| 141 'content/public/app_content_delegate.h', |
| 142 ], |
| 143 }, |
| 144 { |
128 'target_name': 'athena_test_support', | 145 'target_name': 'athena_test_support', |
129 'type': 'static_library', | 146 'type': 'static_library', |
130 'dependencies': [ | 147 'dependencies': [ |
131 '../base/base.gyp:test_support_base', | 148 '../base/base.gyp:test_support_base', |
132 '../chromeos/chromeos.gyp:chromeos', | 149 '../chromeos/chromeos.gyp:chromeos', |
133 '../skia/skia.gyp:skia', | 150 '../skia/skia.gyp:skia', |
134 '../testing/gtest.gyp:gtest', | 151 '../testing/gtest.gyp:gtest', |
135 '../ui/accessibility/accessibility.gyp:ax_gen', | 152 '../ui/accessibility/accessibility.gyp:ax_gen', |
136 '../ui/app_list/app_list.gyp:app_list', | 153 '../ui/app_list/app_list.gyp:app_list', |
137 '../ui/aura/aura.gyp:aura_test_support', | 154 '../ui/aura/aura.gyp:aura_test_support', |
138 '../ui/base/ui_base.gyp:ui_base_test_support', | 155 '../ui/base/ui_base.gyp:ui_base_test_support', |
139 '../ui/compositor/compositor.gyp:compositor_test_support', | 156 '../ui/compositor/compositor.gyp:compositor_test_support', |
140 '../ui/views/views.gyp:views', | 157 '../ui/views/views.gyp:views', |
141 '../ui/wm/wm.gyp:wm', | 158 '../ui/wm/wm.gyp:wm', |
142 '../url/url.gyp:url_lib', | 159 '../url/url.gyp:url_lib', |
143 'athena_lib', | 160 'athena_lib', |
144 'resources/athena_resources.gyp:athena_resources', | 161 'resources/athena_resources.gyp:athena_resources', |
145 ], | 162 ], |
146 'sources': [ | 163 'sources': [ |
| 164 'content/delegate/test_app_content_delegate.cc', |
| 165 'content/public/app_content_delegate.h', |
147 'main/athena_launcher.cc', | 166 'main/athena_launcher.cc', |
148 'main/athena_launcher.h', | 167 'main/athena_launcher.h', |
149 'main/placeholder.cc', | 168 'main/placeholder.cc', |
150 'main/placeholder.h', | 169 'main/placeholder.h', |
151 'test/athena_test_base.cc', | 170 'test/athena_test_base.cc', |
152 'test/athena_test_base.h', | 171 'test/athena_test_base.h', |
153 'test/athena_test_helper.cc', | 172 'test/athena_test_helper.cc', |
154 'test/athena_test_helper.h', | 173 'test/athena_test_helper.h', |
155 'test/sample_activity.cc', | 174 'test/sample_activity.cc', |
156 'test/sample_activity.h', | 175 'test/sample_activity.h', |
157 'test/sample_activity_factory.cc', | 176 'test/sample_activity_factory.cc', |
158 'test/sample_activity_factory.h', | 177 'test/sample_activity_factory.h', |
159 'test/test_app_model_builder.cc', | 178 'test/test_app_model_builder.cc', |
160 'test/test_app_model_builder.h', | 179 'test/test_app_model_builder.h', |
161 ], | 180 ], |
162 }, | 181 }, |
163 { | 182 { |
164 'target_name': 'athena_unittests', | 183 'target_name': 'athena_unittests', |
165 'type': 'executable', | 184 'type': 'executable', |
166 'dependencies': [ | 185 'dependencies': [ |
167 '../testing/gtest.gyp:gtest', | 186 '../testing/gtest.gyp:gtest', |
168 '../skia/skia.gyp:skia', | 187 '../skia/skia.gyp:skia', |
169 'athena_lib', | 188 'athena_lib', |
170 'athena_test_support', | 189 'athena_test_support', |
| 190 'athena_content_lib', |
171 'resources/athena_resources.gyp:athena_pak', | 191 'resources/athena_resources.gyp:athena_pak', |
172 ], | 192 ], |
173 'sources': [ | 193 'sources': [ |
174 'test/athena_unittests.cc', | |
175 'activity/activity_manager_unittest.cc', | 194 'activity/activity_manager_unittest.cc', |
| 195 'content/app_activity_unittest.cc', |
176 'home/home_card_unittest.cc', | 196 'home/home_card_unittest.cc', |
177 'input/accelerator_manager_unittest.cc', | 197 'input/accelerator_manager_unittest.cc', |
178 'screen/screen_manager_unittest.cc', | 198 'screen/screen_manager_unittest.cc', |
| 199 'test/athena_unittests.cc', |
179 'wm/window_manager_unittest.cc', | 200 'wm/window_manager_unittest.cc', |
180 ], | 201 ], |
181 } | 202 } |
182 ], | 203 ], |
183 } | 204 } |
184 | 205 |
OLD | NEW |