| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'input/accelerator_manager_impl.h', | 55 'input/accelerator_manager_impl.h', |
| 56 'input/input_manager_impl.cc', | 56 'input/input_manager_impl.cc', |
| 57 'input/public/accelerator_manager.h', | 57 'input/public/accelerator_manager.h', |
| 58 'input/public/input_manager.h', | 58 'input/public/input_manager.h', |
| 59 'screen/background_controller.cc', | 59 'screen/background_controller.cc', |
| 60 'screen/background_controller.h', | 60 'screen/background_controller.h', |
| 61 'screen/public/screen_manager.h', | 61 'screen/public/screen_manager.h', |
| 62 'screen/screen_accelerator_handler.cc', | 62 'screen/screen_accelerator_handler.cc', |
| 63 'screen/screen_accelerator_handler.h', | 63 'screen/screen_accelerator_handler.h', |
| 64 'screen/screen_manager_impl.cc', | 64 'screen/screen_manager_impl.cc', |
| 65 'system/device_socket_listener.cc', |
| 66 'system/device_socket_listener.h', |
| 67 'system/orientation_controller.cc', |
| 68 'system/orientation_controller.h', |
| 65 'system/power_button_controller.cc', | 69 'system/power_button_controller.cc', |
| 66 'system/power_button_controller.h', | 70 'system/power_button_controller.h', |
| 67 'system/public/system_ui.h', | 71 'system/public/system_ui.h', |
| 68 'system/system_ui_impl.cc', | 72 'system/system_ui_impl.cc', |
| 69 'wm/public/window_manager.h', | 73 'wm/public/window_manager.h', |
| 70 'wm/public/window_manager_observer.h', | 74 'wm/public/window_manager_observer.h', |
| 71 'wm/bezel_controller.cc', | 75 'wm/bezel_controller.cc', |
| 72 'wm/bezel_controller.h', | 76 'wm/bezel_controller.h', |
| 73 'wm/split_view_controller.cc', | 77 'wm/split_view_controller.cc', |
| 74 'wm/split_view_controller.h', | 78 'wm/split_view_controller.h', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'activity/activity_manager_unittest.cc', | 167 'activity/activity_manager_unittest.cc', |
| 164 'home/home_card_unittest.cc', | 168 'home/home_card_unittest.cc', |
| 165 'input/accelerator_manager_unittest.cc', | 169 'input/accelerator_manager_unittest.cc', |
| 166 'screen/screen_manager_unittest.cc', | 170 'screen/screen_manager_unittest.cc', |
| 167 'wm/window_manager_unittest.cc', | 171 'wm/window_manager_unittest.cc', |
| 168 ], | 172 ], |
| 169 } | 173 } |
| 170 ], | 174 ], |
| 171 } | 175 } |
| 172 | 176 |
| OLD | NEW |