| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'system/orientation_controller.cc', | 93 'system/orientation_controller.cc', |
| 94 'system/orientation_controller.h', | 94 'system/orientation_controller.h', |
| 95 'system/shutdown_dialog.cc', | 95 'system/shutdown_dialog.cc', |
| 96 'system/shutdown_dialog.h', | 96 'system/shutdown_dialog.h', |
| 97 'system/status_icon_container_view.cc', | 97 'system/status_icon_container_view.cc', |
| 98 'system/status_icon_container_view.h', | 98 'system/status_icon_container_view.h', |
| 99 'system/time_view.cc', | 99 'system/time_view.cc', |
| 100 'system/time_view.h', | 100 'system/time_view.h', |
| 101 'system/public/system_ui.h', | 101 'system/public/system_ui.h', |
| 102 'system/system_ui_impl.cc', | 102 'system/system_ui_impl.cc', |
| 103 'util/athena_constants.cc', |
| 104 'util/athena_constants.h', |
| 103 'util/container_priorities.h', | 105 'util/container_priorities.h', |
| 104 'util/drag_handle.cc', | 106 'util/drag_handle.cc', |
| 105 'util/drag_handle.h', | 107 'util/drag_handle.h', |
| 106 'util/fill_layout_manager.cc', | 108 'util/fill_layout_manager.cc', |
| 107 'util/fill_layout_manager.h', | 109 'util/fill_layout_manager.h', |
| 108 'util/switches.cc', | 110 'util/switches.cc', |
| 109 'util/switches.h', | 111 'util/switches.h', |
| 110 'wm/overview_toolbar.cc', | 112 'wm/overview_toolbar.cc', |
| 111 'wm/overview_toolbar.h', | 113 'wm/overview_toolbar.h', |
| 112 'wm/public/window_list_provider.h', | 114 'wm/public/window_list_provider.h', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'util/drag_handle_unittest.cc', | 357 'util/drag_handle_unittest.cc', |
| 356 'util/fill_layout_manager_unittest.cc', | 358 'util/fill_layout_manager_unittest.cc', |
| 357 'wm/split_view_controller_unittest.cc', | 359 'wm/split_view_controller_unittest.cc', |
| 358 'wm/window_list_provider_impl_unittest.cc', | 360 'wm/window_list_provider_impl_unittest.cc', |
| 359 'wm/window_manager_unittest.cc', | 361 'wm/window_manager_unittest.cc', |
| 360 ], | 362 ], |
| 361 } | 363 } |
| 362 ], | 364 ], |
| 363 } | 365 } |
| 364 | 366 |
| OLD | NEW |