Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Side by Side Diff: athena/athena.gyp

Issue 480353006: Separate athena's startup process from AppShell's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | athena/env/DEPS » ('j') | athena/env/athena_env_impl.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 30 matching lines...) Expand all
41 'activity/public/activity_factory.h', 41 'activity/public/activity_factory.h',
42 'activity/public/activity_manager.h', 42 'activity/public/activity_manager.h',
43 'activity/public/activity_view_manager.h', 43 'activity/public/activity_view_manager.h',
44 'activity/public/activity_view_model.h', 44 'activity/public/activity_view_model.h',
45 'athena_export.h', 45 'athena_export.h',
46 'common/container_priorities.h', 46 'common/container_priorities.h',
47 'common/fill_layout_manager.cc', 47 'common/fill_layout_manager.cc',
48 'common/fill_layout_manager.h', 48 'common/fill_layout_manager.h',
49 'common/switches.cc', 49 'common/switches.cc',
50 'common/switches.h', 50 'common/switches.h',
51 'env/athena_env_impl.cc',
52 'env/public/athena_env.h',
51 'home/app_list_view_delegate.cc', 53 'home/app_list_view_delegate.cc',
52 'home/app_list_view_delegate.h', 54 'home/app_list_view_delegate.h',
53 'home/athena_start_page_view.cc', 55 'home/athena_start_page_view.cc',
54 'home/athena_start_page_view.h', 56 'home/athena_start_page_view.h',
55 'home/home_card_impl.cc', 57 'home/home_card_impl.cc',
56 'home/minimized_home.cc', 58 'home/minimized_home.cc',
57 'home/minimized_home.h', 59 'home/minimized_home.h',
58 'home/public/app_model_builder.h', 60 'home/public/app_model_builder.h',
59 'home/public/home_card.h', 61 'home/public/home_card.h',
60 'input/accelerator_manager_impl.cc', 62 'input/accelerator_manager_impl.cc',
61 'input/accelerator_manager_impl.h', 63 'input/accelerator_manager_impl.h',
62 'input/input_manager_impl.cc', 64 'input/input_manager_impl.cc',
63 'input/public/accelerator_manager.h', 65 'input/public/accelerator_manager.h',
64 'input/public/input_manager.h', 66 'input/public/input_manager.h',
65 'screen/background_controller.cc', 67 'screen/background_controller.cc',
66 'screen/background_controller.h', 68 'screen/background_controller.h',
67 'screen/public/screen_manager.h', 69 'screen/public/screen_manager.h',
68 'screen/public/screen_manager_delegate.h',
69 'screen/screen_accelerator_handler.cc', 70 'screen/screen_accelerator_handler.cc',
70 'screen/screen_accelerator_handler.h', 71 'screen/screen_accelerator_handler.h',
71 'screen/screen_manager_impl.cc', 72 'screen/screen_manager_impl.cc',
72 'system/device_socket_listener.cc', 73 'system/device_socket_listener.cc',
73 'system/device_socket_listener.h', 74 'system/device_socket_listener.h',
74 'system/orientation_controller.cc', 75 'system/orientation_controller.cc',
75 'system/orientation_controller.h', 76 'system/orientation_controller.h',
76 'system/power_button_controller.cc', 77 'system/power_button_controller.cc',
77 'system/power_button_controller.h', 78 'system/power_button_controller.h',
78 'system/public/system_ui.h', 79 'system/public/system_ui.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'test/athena_test_base.h', 181 'test/athena_test_base.h',
181 'test/athena_test_helper.cc', 182 'test/athena_test_helper.cc',
182 'test/athena_test_helper.h', 183 'test/athena_test_helper.h',
183 'test/sample_activity.cc', 184 'test/sample_activity.cc',
184 'test/sample_activity.h', 185 'test/sample_activity.h',
185 'test/sample_activity_factory.cc', 186 'test/sample_activity_factory.cc',
186 'test/sample_activity_factory.h', 187 'test/sample_activity_factory.h',
187 'test/test_app_content_control_delegate_impl.cc', 188 'test/test_app_content_control_delegate_impl.cc',
188 'test/test_app_model_builder.cc', 189 'test/test_app_model_builder.cc',
189 'test/test_app_model_builder.h', 190 'test/test_app_model_builder.h',
190 'test/test_screen_manager_delegate.cc',
191 'test/test_screen_manager_delegate.h',
192 'wm/test/window_manager_impl_test_api.cc', 191 'wm/test/window_manager_impl_test_api.cc',
193 'wm/test/window_manager_impl_test_api.h', 192 'wm/test/window_manager_impl_test_api.h',
194 ], 193 ],
195 }, 194 },
196 { 195 {
197 'target_name': 'athena_unittests', 196 'target_name': 'athena_unittests',
198 'type': 'executable', 197 'type': 'executable',
199 'dependencies': [ 198 'dependencies': [
200 '../skia/skia.gyp:skia', 199 '../skia/skia.gyp:skia',
201 '../testing/gtest.gyp:gtest', 200 '../testing/gtest.gyp:gtest',
(...skipping 11 matching lines...) Expand all
213 'screen/screen_manager_unittest.cc', 212 'screen/screen_manager_unittest.cc',
214 'test/athena_unittests.cc', 213 'test/athena_unittests.cc',
215 'wm/split_view_controller_unittest.cc', 214 'wm/split_view_controller_unittest.cc',
216 'wm/window_list_provider_impl_unittest.cc', 215 'wm/window_list_provider_impl_unittest.cc',
217 'wm/window_manager_unittest.cc', 216 'wm/window_manager_unittest.cc',
218 ], 217 ],
219 } 218 }
220 ], 219 ],
221 } 220 }
222 221
OLDNEW
« no previous file with comments | « no previous file | athena/env/DEPS » ('j') | athena/env/athena_env_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698