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

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: Try fix mac tests. 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
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index adaa5f8b902b2c2e97f441f14a2ebf10345ed4f6..4a4c6b95723522c9b1ce9c9f2d09ddb6def5803b 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -77,7 +77,6 @@ static_library("arc") {
"//device/bluetooth",
"//google_apis",
"//ipc:ipc",
- "//ipc/mojo:mojo",
"//mojo/edk/system",
"//skia",
"//third_party/re2:re2",
@@ -169,7 +168,6 @@ source_set("unit_tests") {
":arc_test_support",
"//base",
"//chromeos",
- "//ipc/mojo:mojo",
"//mojo/public/cpp/system:system",
"//testing/gtest",
"//ui/aura",
@@ -203,7 +201,6 @@ static_library("arc_standalone") {
":arc_standalone_service",
"//base",
"//ipc:ipc",
- "//ipc/mojo:mojo",
]
}
@@ -229,7 +226,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') | ipc/mojo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698