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 14 matching lines...) Expand all Loading... |
25 # All .cc, .h under athena, except unittests | 25 # All .cc, .h under athena, except unittests |
26 'activity/activity.cc', | 26 'activity/activity.cc', |
27 'activity/activity_factory.cc', | 27 'activity/activity_factory.cc', |
28 'activity/activity_manager_impl.cc', | 28 'activity/activity_manager_impl.cc', |
29 'activity/activity_view_manager_impl.cc', | 29 'activity/activity_view_manager_impl.cc', |
30 'activity/public/activity.h', | 30 'activity/public/activity.h', |
31 'activity/public/activity_factory.h', | 31 'activity/public/activity_factory.h', |
32 'activity/public/activity_manager.h', | 32 'activity/public/activity_manager.h', |
33 'activity/public/activity_view_manager.h', | 33 'activity/public/activity_view_manager.h', |
34 'activity/public/activity_view_model.h', | 34 'activity/public/activity_view_model.h', |
35 'common/athena_export.h', | 35 # move athena_export.h to common/ |
| 36 'athena_export.h', |
36 'common/fill_layout_manager.cc', | 37 'common/fill_layout_manager.cc', |
37 'common/fill_layout_manager.h', | 38 'common/fill_layout_manager.h', |
38 'common/switches.cc', | 39 'common/switches.cc', |
39 'common/switches.h', | 40 'common/switches.h', |
40 'home/app_list_view_delegate.cc', | 41 'home/app_list_view_delegate.cc', |
41 'home/app_list_view_delegate.h', | 42 'home/app_list_view_delegate.h', |
42 'home/home_card_impl.cc', | 43 'home/home_card_impl.cc', |
43 'home/public/app_model_builder.h', | 44 'home/public/app_model_builder.h', |
44 'home/public/home_card.h', | 45 'home/public/home_card.h', |
45 'input/accelerator_manager_impl.cc', | 46 'input/accelerator_manager_impl.cc', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'sources': [ | 142 'sources': [ |
142 'test/athena_unittests.cc', | 143 'test/athena_unittests.cc', |
143 'activity/activity_manager_unittest.cc', | 144 'activity/activity_manager_unittest.cc', |
144 'input/accelerator_manager_unittest.cc', | 145 'input/accelerator_manager_unittest.cc', |
145 'wm/window_manager_unittest.cc', | 146 'wm/window_manager_unittest.cc', |
146 ], | 147 ], |
147 } | 148 } |
148 ], | 149 ], |
149 } | 150 } |
150 | 151 |
OLD | NEW |