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

Side by Side Diff: content/common/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
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("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "//gpu/ipc/client", 174 "//gpu/ipc/client",
175 "//gpu/ipc/common", 175 "//gpu/ipc/common",
176 "//gpu/skia_bindings", 176 "//gpu/skia_bindings",
177 "//ipc", 177 "//ipc",
178 "//ipc/mojo", 178 "//ipc/mojo",
179 "//media", 179 "//media",
180 "//media:shared_memory_support", 180 "//media:shared_memory_support",
181 "//media/gpu/ipc/common", 181 "//media/gpu/ipc/common",
182 "//media/midi", 182 "//media/midi",
183 "//mojo/common:common_base", 183 "//mojo/common:common_base",
184 "//mojo/converters/network",
185 "//mojo/edk/system", 184 "//mojo/edk/system",
186 "//mojo/shell", 185 "//mojo/shell",
187 "//mojo/shell/public/cpp", 186 "//mojo/shell/public/cpp",
188 "//mojo/shell/public/interfaces", 187 "//mojo/shell/public/interfaces",
189 "//mojo/shell/runner/common", 188 "//mojo/shell/runner/common",
190 "//net", 189 "//net",
191 "//sandbox", 190 "//sandbox",
192 "//skia", 191 "//skia",
193 "//storage/common", 192 "//storage/common",
194 "//third_party/WebKit/public:blink", 193 "//third_party/WebKit/public:blink",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "//components/leveldb/public/interfaces", 552 "//components/leveldb/public/interfaces",
554 "//components/mus/public/interfaces", 553 "//components/mus/public/interfaces",
555 "//content/public/common:mojo_bindings", 554 "//content/public/common:mojo_bindings",
556 "//mojo/shell/public/interfaces", 555 "//mojo/shell/public/interfaces",
557 "//skia/public/interfaces", 556 "//skia/public/interfaces",
558 "//third_party/WebKit/public:mojo_bindings", 557 "//third_party/WebKit/public:mojo_bindings",
559 "//ui/mojo/geometry:interfaces", 558 "//ui/mojo/geometry:interfaces",
560 "//url/mojo:url_mojom_origin", 559 "//url/mojo:url_mojom_origin",
561 ] 560 ]
562 } 561 }
OLDNEW
« no previous file with comments | « content/browser/mojo/mojo_child_connection.cc ('k') | content/common/mojo/mojo_shell_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698