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 12 matching lines...) Expand all Loading... |
23 # All .cc, .h under athena, except unittests | 23 # All .cc, .h under athena, except unittests |
24 'athena_export.h', | 24 'athena_export.h', |
25 'home/home_card_delegate_view.cc', | 25 'home/home_card_delegate_view.cc', |
26 'home/home_card_delegate_view.h', | 26 'home/home_card_delegate_view.h', |
27 'home/home_card_impl.cc', | 27 'home/home_card_impl.cc', |
28 'home/public/home_card.h', | 28 'home/public/home_card.h', |
29 'screen/background_controller.cc', | 29 'screen/background_controller.cc', |
30 'screen/background_controller.h', | 30 'screen/background_controller.h', |
31 'screen/public/screen_manager.h', | 31 'screen/public/screen_manager.h', |
32 'screen/screen_manager_impl.cc', | 32 'screen/screen_manager_impl.cc', |
| 33 'task/public/task.h', |
| 34 'task/public/task_manager.h', |
| 35 'task/task_manager_impl.cc', |
33 'wm/public/window_manager.h', | 36 'wm/public/window_manager.h', |
34 'wm/window_manager_impl.cc', | 37 'wm/window_manager_impl.cc', |
35 ], | 38 ], |
36 }, | 39 }, |
37 ], | 40 ], |
38 } | 41 } |
39 | 42 |
OLD | NEW |