| 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/service_manager/public/cpp/service.gni") | 7 import("//services/service_manager/public/cpp/service.gni") |
| 8 import("//services/service_manager/public/service_manifest.gni") | 8 import("//services/service_manager/public/service_manifest.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "frame/detached_title_area_renderer.h", | 50 "frame/detached_title_area_renderer.h", |
| 51 "frame/detached_title_area_renderer_host.h", | 51 "frame/detached_title_area_renderer_host.h", |
| 52 "keyboard_ui_mus.cc", | 52 "keyboard_ui_mus.cc", |
| 53 "keyboard_ui_mus.h", | 53 "keyboard_ui_mus.h", |
| 54 "layout_manager.cc", | 54 "layout_manager.cc", |
| 55 "layout_manager.h", | 55 "layout_manager.h", |
| 56 "move_event_handler.cc", | 56 "move_event_handler.cc", |
| 57 "move_event_handler.h", | 57 "move_event_handler.h", |
| 58 "native_widget_factory_mus.cc", | 58 "native_widget_factory_mus.cc", |
| 59 "native_widget_factory_mus.h", | 59 "native_widget_factory_mus.h", |
| 60 "new_window_delegate_mus.cc", | |
| 61 "new_window_delegate_mus.h", | |
| 62 "non_client_frame_controller.cc", | 60 "non_client_frame_controller.cc", |
| 63 "non_client_frame_controller.h", | 61 "non_client_frame_controller.h", |
| 64 "property_util.cc", | 62 "property_util.cc", |
| 65 "property_util.h", | 63 "property_util.h", |
| 66 "root_window_controller.cc", | 64 "root_window_controller.cc", |
| 67 "root_window_controller.h", | 65 "root_window_controller.h", |
| 68 "screenlock_layout.cc", | 66 "screenlock_layout.cc", |
| 69 "screenlock_layout.h", | 67 "screenlock_layout.h", |
| 70 "shadow.cc", | 68 "shadow.cc", |
| 71 "shadow.h", | 69 "shadow.h", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "//ui/views/mus", | 283 "//ui/views/mus", |
| 286 ] | 284 ] |
| 287 | 285 |
| 288 data_deps = [ | 286 data_deps = [ |
| 289 ":mus", | 287 ":mus", |
| 290 "//mash/quick_launch", | 288 "//mash/quick_launch", |
| 291 ] | 289 ] |
| 292 | 290 |
| 293 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 291 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 294 } | 292 } |
| OLD | NEW |