| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//services/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
| 8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/public/service_manifest.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "frame/frame_border_hit_test_controller.h", | 49 "frame/frame_border_hit_test_controller.h", |
| 50 "frame/header_painter.h", | 50 "frame/header_painter.h", |
| 51 "frame/header_painter_util.cc", | 51 "frame/header_painter_util.cc", |
| 52 "frame/header_painter_util.h", | 52 "frame/header_painter_util.h", |
| 53 "frame/move_event_handler.cc", | 53 "frame/move_event_handler.cc", |
| 54 "frame/move_event_handler.h", | 54 "frame/move_event_handler.h", |
| 55 "frame/non_client_frame_view_mash.cc", | 55 "frame/non_client_frame_view_mash.cc", |
| 56 "frame/non_client_frame_view_mash.h", | 56 "frame/non_client_frame_view_mash.h", |
| 57 "layout_manager.cc", | 57 "layout_manager.cc", |
| 58 "layout_manager.h", | 58 "layout_manager.h", |
| 59 "new_window_delegate_mus.cc", |
| 60 "new_window_delegate_mus.h", |
| 59 "non_client_frame_controller.cc", | 61 "non_client_frame_controller.cc", |
| 60 "non_client_frame_controller.h", | 62 "non_client_frame_controller.h", |
| 61 "property_util.cc", | 63 "property_util.cc", |
| 62 "property_util.h", | 64 "property_util.h", |
| 63 "root_window_controller.cc", | 65 "root_window_controller.cc", |
| 64 "root_window_controller.h", | 66 "root_window_controller.h", |
| 65 "screenlock_layout.cc", | 67 "screenlock_layout.cc", |
| 66 "screenlock_layout.h", | 68 "screenlock_layout.h", |
| 67 "shadow.cc", | 69 "shadow.cc", |
| 68 "shadow.h", | 70 "shadow.h", |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "//ui/gfx/geometry", | 222 "//ui/gfx/geometry", |
| 221 "//ui/gfx/geometry/mojo", | 223 "//ui/gfx/geometry/mojo", |
| 222 "//ui/views/mus", | 224 "//ui/views/mus", |
| 223 ] | 225 ] |
| 224 | 226 |
| 225 data_deps = [ | 227 data_deps = [ |
| 226 ":mus", | 228 ":mus", |
| 227 "//mash/quick_launch", | 229 "//mash/quick_launch", |
| 228 ] | 230 ] |
| 229 } | 231 } |
| OLD | NEW |