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

Side by Side Diff: content/common/BUILD.gn

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/service", 174 "//gpu/ipc/service",
175 "//gpu/skia_bindings", 175 "//gpu/skia_bindings",
176 "//ipc", 176 "//ipc",
177 "//ipc/mojo", 177 "//ipc/mojo",
178 "//media", 178 "//media",
179 "//media:shared_memory_support", 179 "//media:shared_memory_support",
180 "//media/gpu/ipc/client", 180 "//media/gpu/ipc/client",
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/geometry",
184 "//mojo/edk/system", 185 "//mojo/edk/system",
185 "//net", 186 "//net",
186 "//sandbox", 187 "//sandbox",
187 "//services/shell", 188 "//services/shell",
188 "//services/shell/public/cpp", 189 "//services/shell/public/cpp",
189 "//services/shell/public/interfaces", 190 "//services/shell/public/interfaces",
190 "//services/shell/runner/common", 191 "//services/shell/runner/common",
191 "//skia", 192 "//skia",
192 "//storage/common", 193 "//storage/common",
193 "//third_party/WebKit/public:blink", 194 "//third_party/WebKit/public:blink",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "//components/leveldb/public/interfaces", 530 "//components/leveldb/public/interfaces",
530 "//components/mus/public/interfaces", 531 "//components/mus/public/interfaces",
531 "//content/public/common:mojo_bindings", 532 "//content/public/common:mojo_bindings",
532 "//services/shell/public/interfaces", 533 "//services/shell/public/interfaces",
533 "//skia/public/interfaces", 534 "//skia/public/interfaces",
534 "//third_party/WebKit/public:mojo_bindings", 535 "//third_party/WebKit/public:mojo_bindings",
535 "//ui/mojo/geometry:interfaces", 536 "//ui/mojo/geometry:interfaces",
536 "//url/mojo:url_mojom_origin", 537 "//url/mojo:url_mojom_origin",
537 ] 538 ]
538 } 539 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698