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

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

Issue 2020293003: Use mus::MojoGpuMemoryBufferManager in mus::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 6 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("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "//components/mus/public/cpp", 46 "//components/mus/public/cpp",
47 "//ui/aura", 47 "//ui/aura",
48 ] 48 ]
49 deps = [ 49 deps = [
50 "//base", 50 "//base",
51 "//base:i18n", 51 "//base:i18n",
52 "//base/third_party/dynamic_annotations", 52 "//base/third_party/dynamic_annotations",
53 "//cc", 53 "//cc",
54 "//cc/surfaces", 54 "//cc/surfaces",
55 "//components/bitmap_uploader", 55 "//components/bitmap_uploader",
56 "//components/mus/common:mus_common",
56 "//components/mus/gles2:lib", 57 "//components/mus/gles2:lib",
57 "//components/mus/public/cpp", 58 "//components/mus/public/cpp",
58 "//components/mus/public/cpp/surfaces", 59 "//components/mus/public/cpp/surfaces",
59 "//components/mus/public/interfaces", 60 "//components/mus/public/interfaces",
60 "//mojo/public/c/system:for_component", 61 "//mojo/public/c/system:for_component",
61 "//mojo/public/cpp/bindings", 62 "//mojo/public/cpp/bindings",
62 "//services/catalog/public/cpp", 63 "//services/catalog/public/cpp",
63 "//services/shell/public/cpp", 64 "//services/shell/public/cpp",
64 "//services/shell/public/interfaces", 65 "//services/shell/public/interfaces",
65 "//skia", 66 "//skia",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 type = "exe" 298 type = "exe"
298 application_name = "views_mus_interactive_ui_tests" 299 application_name = "views_mus_interactive_ui_tests"
299 source = "interactive_ui_tests_manifest.json" 300 source = "interactive_ui_tests_manifest.json"
300 } 301 }
301 302
302 group("for_component") { 303 group("for_component") {
303 public_deps = [ 304 public_deps = [
304 ":mus", 305 ":mus",
305 ] 306 ]
306 } 307 }
OLDNEW
« no previous file with comments | « components/mus/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