| 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 16 matching lines...) Expand all Loading... |
| 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 'activity/public/activity.h', | 33 'activity/public/activity.h', |
| 34 'activity/public/activity_manager.h', | 34 'activity/public/activity_manager.h', |
| 35 'activity/public/activity_view_manager.h', | 35 'activity/public/activity_view_manager.h', |
| 36 'activity/public/activity_view_model.h', | 36 'activity/public/activity_view_model.h', |
| 37 'activity/activity.cc', |
| 37 'activity/activity_manager_impl.cc', | 38 'activity/activity_manager_impl.cc', |
| 38 'activity/activity_view_manager_impl.cc', | 39 'activity/activity_view_manager_impl.cc', |
| 39 'wm/public/window_manager.h', | 40 'wm/public/window_manager.h', |
| 40 'wm/window_manager_impl.cc', | 41 'wm/window_manager_impl.cc', |
| 41 ], | 42 ], |
| 42 }, | 43 }, |
| 43 { | 44 { |
| 44 'target_name': 'athena_test_support', | 45 'target_name': 'athena_test_support', |
| 45 'type': 'static_library', | 46 'type': 'static_library', |
| 46 'dependencies': [ | 47 'dependencies': [ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 75 'athena_test_support', | 76 'athena_test_support', |
| 76 ], | 77 ], |
| 77 'sources': [ | 78 'sources': [ |
| 78 'test/athena_unittests.cc', | 79 'test/athena_unittests.cc', |
| 79 'wm/window_manager_unittest.cc', | 80 'wm/window_manager_unittest.cc', |
| 80 ], | 81 ], |
| 81 } | 82 } |
| 82 ], | 83 ], |
| 83 } | 84 } |
| 84 | 85 |
| OLD | NEW |