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

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

Issue 1873463003: Remove mojo network service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/mus/window_manager_connection.cc » ('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 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("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//cc/surfaces", 55 "//cc/surfaces",
56 "//components/bitmap_uploader", 56 "//components/bitmap_uploader",
57 "//components/mus/gles2:lib", 57 "//components/mus/gles2:lib",
58 "//components/mus/public/cpp", 58 "//components/mus/public/cpp",
59 "//components/mus/public/interfaces", 59 "//components/mus/public/interfaces",
60 "//components/resource_provider/public/cpp", 60 "//components/resource_provider/public/cpp",
61 "//components/resource_provider/public/interfaces", 61 "//components/resource_provider/public/interfaces",
62 "//mojo/converters/geometry", 62 "//mojo/converters/geometry",
63 "//mojo/converters/ime", 63 "//mojo/converters/ime",
64 "//mojo/converters/input_events", 64 "//mojo/converters/input_events",
65 "//mojo/converters/network",
66 "//mojo/converters/surfaces", 65 "//mojo/converters/surfaces",
67 "//mojo/platform_handle:for_component", 66 "//mojo/platform_handle:for_component",
68 "//mojo/public/c/system:for_component", 67 "//mojo/public/c/system:for_component",
69 "//mojo/public/cpp/bindings", 68 "//mojo/public/cpp/bindings",
70 "//mojo/shell/public/cpp", 69 "//mojo/shell/public/cpp",
71 "//mojo/shell/public/interfaces", 70 "//mojo/shell/public/interfaces",
72 "//skia", 71 "//skia",
73 "//third_party/icu", 72 "//third_party/icu",
74 "//ui/aura", 73 "//ui/aura",
75 "//ui/compositor", 74 "//ui/compositor",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 } 229 }
231 230
232 group("for_component") { 231 group("for_component") {
233 public_deps = [ 232 public_deps = [
234 ":mus", 233 ":mus",
235 ] 234 ]
236 deps = [ 235 deps = [
237 "//mojo/gles2", 236 "//mojo/gles2",
238 ] 237 ]
239 } 238 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698