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

Unified Diff: components/arc/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, 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 | « build/gn_migration.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index 836576ba32f300c065b2c000122a7dc31d766539..fa0aebbef3f47c47cc41464546a208e1712c8dd9 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -78,7 +78,6 @@ static_library("arc") {
"//device/bluetooth",
"//google_apis",
"//ipc:ipc",
- "//ipc/mojo:mojo",
"//mojo/edk/system",
"//skia",
"//third_party/re2:re2",
@@ -173,7 +172,6 @@ source_set("unit_tests") {
":arc_test_support",
"//base",
"//chromeos",
- "//ipc/mojo:mojo",
"//mojo/public/cpp/system:system",
"//testing/gtest",
"//ui/aura",
@@ -207,7 +205,6 @@ static_library("arc_standalone") {
":arc_standalone_service",
"//base",
"//ipc:ipc",
- "//ipc/mojo:mojo",
]
}
@@ -233,7 +230,6 @@ executable("arc_standalone_bridge") {
":arc_standalone_service",
"//base",
"//ipc:ipc",
- "//ipc/mojo:mojo",
"//mojo/edk/system",
]
}
« no previous file with comments | « build/gn_migration.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698