| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'system/status_icon_container_view.h', | 100 'system/status_icon_container_view.h', |
| 101 'system/time_view.cc', | 101 'system/time_view.cc', |
| 102 'system/time_view.h', | 102 'system/time_view.h', |
| 103 'system/public/system_ui.h', | 103 'system/public/system_ui.h', |
| 104 'system/system_ui_impl.cc', | 104 'system/system_ui_impl.cc', |
| 105 'wm/bezel_controller.cc', | 105 'wm/bezel_controller.cc', |
| 106 'wm/bezel_controller.h', | 106 'wm/bezel_controller.h', |
| 107 'wm/overview_toolbar.cc', | 107 'wm/overview_toolbar.cc', |
| 108 'wm/overview_toolbar.h', | 108 'wm/overview_toolbar.h', |
| 109 'wm/public/window_list_provider.h', | 109 'wm/public/window_list_provider.h', |
| 110 'wm/public/window_list_provider_observer.h', |
| 110 'wm/public/window_manager.h', | 111 'wm/public/window_manager.h', |
| 111 'wm/public/window_manager_observer.h', | 112 'wm/public/window_manager_observer.h', |
| 112 'wm/split_view_controller.cc', | 113 'wm/split_view_controller.cc', |
| 113 'wm/split_view_controller.h', | 114 'wm/split_view_controller.h', |
| 114 'wm/title_drag_controller.cc', | 115 'wm/title_drag_controller.cc', |
| 115 'wm/title_drag_controller.h', | 116 'wm/title_drag_controller.h', |
| 116 'wm/window_list_provider_impl.cc', | 117 'wm/window_list_provider_impl.cc', |
| 117 'wm/window_list_provider_impl.h', | 118 'wm/window_list_provider_impl.h', |
| 118 'wm/window_manager_impl.cc', | 119 'wm/window_manager_impl.cc', |
| 119 'wm/window_overview_mode.cc', | 120 'wm/window_overview_mode.cc', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'screen/screen_manager_unittest.cc', | 254 'screen/screen_manager_unittest.cc', |
| 254 'test/athena_unittests.cc', | 255 'test/athena_unittests.cc', |
| 255 'wm/split_view_controller_unittest.cc', | 256 'wm/split_view_controller_unittest.cc', |
| 256 'wm/window_list_provider_impl_unittest.cc', | 257 'wm/window_list_provider_impl_unittest.cc', |
| 257 'wm/window_manager_unittest.cc', | 258 'wm/window_manager_unittest.cc', |
| 258 ], | 259 ], |
| 259 } | 260 } |
| 260 ], | 261 ], |
| 261 } | 262 } |
| 262 | 263 |
| OLD | NEW |