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 17 matching lines...) Expand all Loading... |
28 'activity/activity_view_manager_impl.cc', | 28 'activity/activity_view_manager_impl.cc', |
29 'activity/public/activity.h', | 29 'activity/public/activity.h', |
30 'activity/public/activity_factory.h', | 30 'activity/public/activity_factory.h', |
31 'activity/public/activity_manager.h', | 31 'activity/public/activity_manager.h', |
32 'activity/public/activity_view_manager.h', | 32 'activity/public/activity_view_manager.h', |
33 'activity/public/activity_view_model.h', | 33 'activity/public/activity_view_model.h', |
34 'athena_export.h', | 34 'athena_export.h', |
35 'home/app_list_view_delegate.cc', | 35 'home/app_list_view_delegate.cc', |
36 'home/app_list_view_delegate.h', | 36 'home/app_list_view_delegate.h', |
37 'home/home_card_impl.cc', | 37 'home/home_card_impl.cc', |
| 38 'home/public/app_model_builder.h', |
38 'home/public/home_card.h', | 39 'home/public/home_card.h', |
39 'screen/background_controller.cc', | 40 'screen/background_controller.cc', |
40 'screen/background_controller.h', | 41 'screen/background_controller.h', |
41 'screen/public/screen_manager.h', | 42 'screen/public/screen_manager.h', |
42 'screen/screen_manager_impl.cc', | 43 'screen/screen_manager_impl.cc', |
43 'wm/public/window_manager.h', | 44 'wm/public/window_manager.h', |
44 'wm/window_manager_impl.cc', | 45 'wm/window_manager_impl.cc', |
45 'wm/window_overview_mode.cc', | 46 'wm/window_overview_mode.cc', |
46 'wm/window_overview_mode.h', | 47 'wm/window_overview_mode.h', |
47 ], | 48 ], |
48 }, | 49 }, |
49 { | 50 { |
50 'target_name': 'athena_content_lib', | 51 'target_name': 'athena_content_lib', |
51 'type': '<(component)', | 52 'type': '<(component)', |
52 'dependencies': [ | 53 'dependencies': [ |
53 'athena_lib', | 54 'athena_lib', |
54 '../content/content.gyp:content_browser', | 55 '../content/content.gyp:content_browser', |
| 56 '../ui/app_list/app_list.gyp:app_list', |
55 ], | 57 ], |
56 'defines': [ | 58 'defines': [ |
57 'ATHENA_IMPLEMENTATION', | 59 'ATHENA_IMPLEMENTATION', |
58 ], | 60 ], |
59 'sources': [ | 61 'sources': [ |
60 'content/public/content_activity_factory.h', | 62 'content/public/content_activity_factory.h', |
| 63 'content/public/content_app_model_builder.h', |
61 'content/content_activity_factory.cc', | 64 'content/content_activity_factory.cc', |
| 65 'content/content_app_model_builder.cc', |
62 'content/web_activity.h', | 66 'content/web_activity.h', |
63 'content/web_activity.cc', | 67 'content/web_activity.cc', |
64 ], | 68 ], |
65 }, | 69 }, |
66 { | 70 { |
67 'target_name': 'athena_test_support', | 71 'target_name': 'athena_test_support', |
68 'type': 'static_library', | 72 'type': 'static_library', |
69 'dependencies': [ | 73 'dependencies': [ |
70 '../base/base.gyp:test_support_base', | 74 '../base/base.gyp:test_support_base', |
71 '../skia/skia.gyp:skia', | 75 '../skia/skia.gyp:skia', |
72 '../testing/gtest.gyp:gtest', | 76 '../testing/gtest.gyp:gtest', |
73 '../ui/accessibility/accessibility.gyp:ax_gen', | 77 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 78 '../ui/app_list/app_list.gyp:app_list', |
74 '../ui/aura/aura.gyp:aura_test_support', | 79 '../ui/aura/aura.gyp:aura_test_support', |
75 '../ui/base/ui_base.gyp:ui_base_test_support', | 80 '../ui/base/ui_base.gyp:ui_base_test_support', |
76 '../ui/compositor/compositor.gyp:compositor_test_support', | 81 '../ui/compositor/compositor.gyp:compositor_test_support', |
77 '../ui/views/views.gyp:views', | 82 '../ui/views/views.gyp:views', |
78 '../ui/wm/wm.gyp:wm', | 83 '../ui/wm/wm.gyp:wm', |
79 '../url/url.gyp:url_lib', | 84 '../url/url.gyp:url_lib', |
80 'athena_lib', | 85 'athena_lib', |
81 ], | 86 ], |
82 'sources': [ | 87 'sources': [ |
83 'main/athena_launcher.cc', | 88 'main/athena_launcher.cc', |
84 'main/athena_launcher.h', | 89 'main/athena_launcher.h', |
85 'main/placeholder.cc', | 90 'main/placeholder.cc', |
86 'main/placeholder.h', | 91 'main/placeholder.h', |
87 'test/athena_test_base.cc', | 92 'test/athena_test_base.cc', |
88 'test/athena_test_base.h', | 93 'test/athena_test_base.h', |
89 'test/athena_test_helper.cc', | 94 'test/athena_test_helper.cc', |
90 'test/athena_test_helper.h', | 95 'test/athena_test_helper.h', |
91 'test/sample_activity.cc', | 96 'test/sample_activity.cc', |
92 'test/sample_activity.h', | 97 'test/sample_activity.h', |
93 'test/sample_activity_factory.cc', | 98 'test/sample_activity_factory.cc', |
94 'test/sample_activity_factory.h', | 99 'test/sample_activity_factory.h', |
| 100 'test/test_app_model_builder.cc', |
| 101 'test/test_app_model_builder.h', |
95 ], | 102 ], |
96 }, | 103 }, |
97 { | 104 { |
98 'target_name': 'athena_unittests', | 105 'target_name': 'athena_unittests', |
99 'type': 'executable', | 106 'type': 'executable', |
100 'dependencies': [ | 107 'dependencies': [ |
101 '../testing/gtest.gyp:gtest', | 108 '../testing/gtest.gyp:gtest', |
102 'athena_lib', | 109 'athena_lib', |
103 'athena_test_support', | 110 'athena_test_support', |
104 ], | 111 ], |
105 'sources': [ | 112 'sources': [ |
106 'test/athena_unittests.cc', | 113 'test/athena_unittests.cc', |
107 'wm/window_manager_unittest.cc', | 114 'wm/window_manager_unittest.cc', |
108 ], | 115 ], |
109 } | 116 } |
110 ], | 117 ], |
111 } | 118 } |
112 | 119 |
OLD | NEW |