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

Side by Side Diff: services/ui/public/cpp/gpu/BUILD.gn

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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 | « services/ui/main.cc ('k') | services/ui/service.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 6
7 source_set("gpu") { 7 source_set("gpu") {
8 sources = [ 8 sources = [
9 "command_buffer_metrics.h", 9 "command_buffer_metrics.h",
10 "context_provider_command_buffer.h", 10 "context_provider_command_buffer.h",
(...skipping 29 matching lines...) Expand all
40 40
41 deps = [ 41 deps = [
42 "//base", 42 "//base",
43 "//cc", 43 "//cc",
44 "//gpu", 44 "//gpu",
45 "//gpu/command_buffer/client", 45 "//gpu/command_buffer/client",
46 "//gpu/command_buffer/client:gles2_implementation", 46 "//gpu/command_buffer/client:gles2_implementation",
47 "//gpu/skia_bindings", 47 "//gpu/skia_bindings",
48 "//mojo/public/cpp/system", 48 "//mojo/public/cpp/system",
49 "//services/service_manager/public/cpp", 49 "//services/service_manager/public/cpp",
50 "//services/ui/common:mus_common",
51 "//services/ui/public/interfaces", 50 "//services/ui/public/interfaces",
52 ] 51 ]
53 } 52 }
OLDNEW
« no previous file with comments | « services/ui/main.cc ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698