Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.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("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//base", 56 "//base",
57 "//base:i18n", 57 "//base:i18n",
58 "//base/third_party/dynamic_annotations", 58 "//base/third_party/dynamic_annotations",
59 "//cc", 59 "//cc",
60 "//cc/surfaces", 60 "//cc/surfaces",
61 "//mojo/common", 61 "//mojo/common",
62 "//mojo/public/cpp/bindings", 62 "//mojo/public/cpp/bindings",
63 "//services/catalog/public/cpp", 63 "//services/catalog/public/cpp",
64 "//services/shell/public/cpp", 64 "//services/shell/public/cpp",
65 "//services/shell/public/interfaces", 65 "//services/shell/public/interfaces",
66 "//services/ui/common:mus_common",
67 "//services/ui/public/cpp", 66 "//services/ui/public/cpp",
68 "//services/ui/public/interfaces", 67 "//services/ui/public/interfaces",
69 "//skia", 68 "//skia",
70 "//third_party/icu", 69 "//third_party/icu",
71 "//ui/aura", 70 "//ui/aura",
72 "//ui/compositor", 71 "//ui/compositor",
73 "//ui/display", 72 "//ui/display",
74 "//ui/events", 73 "//ui/events",
75 "//ui/events:events_base", 74 "//ui/events:events_base",
76 "//ui/gfx", 75 "//ui/gfx",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 type = "exe" 298 type = "exe"
300 name = "views_mus_unittests" 299 name = "views_mus_unittests"
301 source = "unittests_manifest.json" 300 source = "unittests_manifest.json"
302 } 301 }
303 302
304 service_manifest("interactive_ui_tests_manifest") { 303 service_manifest("interactive_ui_tests_manifest") {
305 type = "exe" 304 type = "exe"
306 name = "views_mus_interactive_ui_tests" 305 name = "views_mus_interactive_ui_tests"
307 source = "interactive_ui_tests_manifest.json" 306 source = "interactive_ui_tests_manifest.json"
308 } 307 }
OLDNEW
« no previous file with comments | « services/ui/surfaces/direct_output_surface_ozone.cc ('k') | ui/views/mus/surface_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698