| 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 # move athena_export.h to common/ | 35 'common/athena_export.h', |
| 36 'athena_export.h', | |
| 37 'common/fill_layout_manager.cc', | 36 'common/fill_layout_manager.cc', |
| 38 'common/fill_layout_manager.h', | 37 'common/fill_layout_manager.h', |
| 39 'common/switches.cc', | 38 'common/switches.cc', |
| 40 'common/switches.h', | 39 'common/switches.h', |
| 41 'home/app_list_view_delegate.cc', | 40 'home/app_list_view_delegate.cc', |
| 42 'home/app_list_view_delegate.h', | 41 'home/app_list_view_delegate.h', |
| 43 'home/home_card_impl.cc', | 42 'home/home_card_impl.cc', |
| 44 'home/public/app_model_builder.h', | 43 'home/public/app_model_builder.h', |
| 45 'home/public/home_card.h', | 44 'home/public/home_card.h', |
| 46 'input/accelerator_manager_impl.cc', | 45 'input/accelerator_manager_impl.cc', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'sources': [ | 141 'sources': [ |
| 143 'test/athena_unittests.cc', | 142 'test/athena_unittests.cc', |
| 144 'activity/activity_manager_unittest.cc', | 143 'activity/activity_manager_unittest.cc', |
| 145 'input/accelerator_manager_unittest.cc', | 144 'input/accelerator_manager_unittest.cc', |
| 146 'wm/window_manager_unittest.cc', | 145 'wm/window_manager_unittest.cc', |
| 147 ], | 146 ], |
| 148 } | 147 } |
| 149 ], | 148 ], |
| 150 } | 149 } |
| 151 | 150 |
| OLD | NEW |