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

Unified Diff: ipc/mojo/BUILD.gn

Issue 2074453003: Move ScopedIPCSupport to mojo/edk/embedder and the mojo::edk namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_common.gypi ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index fddd1a1a122389df73e26a7e7d7db31a2b8bd129..1ac5a01337e1cb09e5c74a5929042cc7cd482154 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -39,18 +39,6 @@ component("mojo") {
]
}
-source_set("ipc_support") {
- sources = [
- "scoped_ipc_support.cc",
- "scoped_ipc_support.h",
- ]
-
- deps = [
- "//base",
- "//mojo/edk/system",
- ]
-}
-
test("ipc_mojo_unittests") {
sources = [
"ipc_channel_mojo_unittest.cc",
« no previous file with comments | « content/content_common.gypi ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698