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

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

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase Created 4 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 | « content/child/child_thread_impl.cc ('k') | content/common/child_process_host_impl.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("//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 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "//gpu/command_buffer/client:gles2_c_lib", 52 "//gpu/command_buffer/client:gles2_c_lib",
53 "//gpu/command_buffer/client:gles2_cmd_helper", 53 "//gpu/command_buffer/client:gles2_cmd_helper",
54 "//gpu/command_buffer/client:gles2_implementation", 54 "//gpu/command_buffer/client:gles2_implementation",
55 "//gpu/command_buffer/client:gles2_interface", 55 "//gpu/command_buffer/client:gles2_interface",
56 "//gpu/command_buffer/common:gles2_utils", 56 "//gpu/command_buffer/common:gles2_utils",
57 "//gpu/command_buffer/service", 57 "//gpu/command_buffer/service",
58 "//gpu/ipc/client", 58 "//gpu/ipc/client",
59 "//gpu/ipc/common", 59 "//gpu/ipc/common",
60 "//gpu/skia_bindings", 60 "//gpu/skia_bindings",
61 "//ipc", 61 "//ipc",
62 "//ipc/mojo",
63 "//media", 62 "//media",
64 "//media:shared_memory_support", 63 "//media:shared_memory_support",
65 "//media/base/ipc", 64 "//media/base/ipc",
66 "//media/capture", 65 "//media/capture",
67 "//media/gpu/ipc/client", 66 "//media/gpu/ipc/client",
68 "//media/gpu/ipc/common", 67 "//media/gpu/ipc/common",
69 "//media/midi", 68 "//media/midi",
70 "//mojo/common:common_base", 69 "//mojo/common:common_base",
71 "//mojo/edk/system", 70 "//mojo/edk/system",
72 "//net", 71 "//net",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "//components/leveldb/public/interfaces", 255 "//components/leveldb/public/interfaces",
257 "//components/mus/public/interfaces", 256 "//components/mus/public/interfaces",
258 "//services/shell/public/interfaces", 257 "//services/shell/public/interfaces",
259 "//skia/public/interfaces", 258 "//skia/public/interfaces",
260 "//third_party/WebKit/public:mojo_bindings", 259 "//third_party/WebKit/public:mojo_bindings",
261 "//ui/gfx/geometry/mojo", 260 "//ui/gfx/geometry/mojo",
262 "//url/mojo:url_mojom_gurl", 261 "//url/mojo:url_mojom_gurl",
263 "//url/mojo:url_mojom_origin", 262 "//url/mojo:url_mojom_origin",
264 ] 263 ]
265 } 264 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698