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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 'system/time_view.h', | 98 'system/time_view.h', |
99 'system/public/system_ui.h', | 99 'system/public/system_ui.h', |
100 'system/system_ui_impl.cc', | 100 'system/system_ui_impl.cc', |
101 'util/container_priorities.h', | 101 'util/container_priorities.h', |
102 'util/drag_handle.cc', | 102 'util/drag_handle.cc', |
103 'util/drag_handle.h', | 103 'util/drag_handle.h', |
104 'util/fill_layout_manager.cc', | 104 'util/fill_layout_manager.cc', |
105 'util/fill_layout_manager.h', | 105 'util/fill_layout_manager.h', |
106 'util/switches.cc', | 106 'util/switches.cc', |
107 'util/switches.h', | 107 'util/switches.h', |
108 'wm/bezel_controller.cc', | |
109 'wm/bezel_controller.h', | |
110 'wm/overview_toolbar.cc', | 108 'wm/overview_toolbar.cc', |
111 'wm/overview_toolbar.h', | 109 'wm/overview_toolbar.h', |
112 'wm/public/window_list_provider.h', | 110 'wm/public/window_list_provider.h', |
113 'wm/public/window_list_provider_observer.h', | 111 'wm/public/window_list_provider_observer.h', |
114 'wm/public/window_manager.h', | 112 'wm/public/window_manager.h', |
115 'wm/public/window_manager_observer.h', | 113 'wm/public/window_manager_observer.h', |
116 'wm/split_view_controller.cc', | 114 'wm/split_view_controller.cc', |
117 'wm/split_view_controller.h', | 115 'wm/split_view_controller.h', |
118 'wm/title_drag_controller.cc', | 116 'wm/title_drag_controller.cc', |
119 'wm/title_drag_controller.h', | 117 'wm/title_drag_controller.h', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'util/drag_handle_unittest.cc', | 309 'util/drag_handle_unittest.cc', |
312 'util/fill_layout_manager_unittest.cc', | 310 'util/fill_layout_manager_unittest.cc', |
313 'wm/split_view_controller_unittest.cc', | 311 'wm/split_view_controller_unittest.cc', |
314 'wm/window_list_provider_impl_unittest.cc', | 312 'wm/window_list_provider_impl_unittest.cc', |
315 'wm/window_manager_unittest.cc', | 313 'wm/window_manager_unittest.cc', |
316 ], | 314 ], |
317 } | 315 } |
318 ], | 316 ], |
319 } | 317 } |
320 | 318 |
OLD | NEW |