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

Unified Diff: 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 | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 40afb32a5cd3d8f3f9703273c60be4bc8438e5de..5b73c3c2ab3d551fdefee708c618e79552faf72c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -260,7 +260,6 @@ group("both_gn_and_gyp") {
"//gpu:gpu_unittests",
"//gpu/ipc/service:gpu_ipc_service_unittests",
"//ipc:ipc_tests",
- "//ipc/mojo:ipc_mojo_unittests",
"//media:media_unittests",
"//media/cast:cast_unittests",
"//media/midi:midi_unittests",
@@ -833,7 +832,7 @@ group("gn_mojo_targets") {
# TODO(GYP): Figure out if any of these should be in gn_all
# and figure out how cross-platform they are
deps = [
- "//ipc/mojo:ipc_mojo_perftests",
+ "//ipc:ipc_tests",
"//mojo:tests",
]
}
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698