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

Side by Side Diff: components/mus/BUILD.gn

Issue 2021473002: Move display_compositor impls to components/mus/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file 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
« no previous file with comments | « no previous file | components/mus/gpu/display_compositor/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("//testing/test.gni") 6 import("//testing/test.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("//mojo/public/mojo_constants.gni") 9 import("//mojo/public/mojo_constants.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 public_deps = [ 78 public_deps = [
79 "//components/mus/common:mus_common", 79 "//components/mus/common:mus_common",
80 ] 80 ]
81 deps = [ 81 deps = [
82 "//base", 82 "//base",
83 "//cc", 83 "//cc",
84 "//cc/surfaces", 84 "//cc/surfaces",
85 "//components/mus/clipboard:lib", 85 "//components/mus/clipboard:lib",
86 "//components/mus/gles2", 86 "//components/mus/gles2",
87 "//components/mus/gpu", 87 "//components/mus/gpu",
88 "//components/mus/gpu/display_compositor",
88 "//components/mus/public/interfaces", 89 "//components/mus/public/interfaces",
89 "//components/mus/surfaces", 90 "//components/mus/surfaces",
90 "//components/mus/ws:lib", 91 "//components/mus/ws:lib",
91 "//components/mus/ws:test_interface", 92 "//components/mus/ws:test_interface",
92 "//mojo/common:common_base", 93 "//mojo/common:common_base",
93 "//services/catalog/public/cpp", 94 "//services/catalog/public/cpp",
94 "//services/shell/public/cpp", 95 "//services/shell/public/cpp",
95 "//services/tracing/public/cpp", 96 "//services/tracing/public/cpp",
96 "//ui/events", 97 "//ui/events",
97 "//ui/events/ozone:events_ozone_layout", 98 "//ui/events/ozone:events_ozone_layout",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 133
133 repack("resources_200") { 134 repack("resources_200") {
134 sources = [ 135 sources = [
135 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", 136 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak",
136 ] 137 ]
137 output = "$root_out_dir/mus_app_resources_200.pak" 138 output = "$root_out_dir/mus_app_resources_200.pak"
138 deps = [ 139 deps = [
139 "//ui/resources", 140 "//ui/resources",
140 ] 141 ]
141 } 142 }
OLDNEW
« no previous file with comments | « no previous file | components/mus/gpu/display_compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698