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

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: 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
« no previous file with comments | « no previous file | build/all.gyp » ('j') | ipc/mojo/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 9479d9180f64928a79bbbc571da340d0c3c49eb1..afa86fea0c74a58cfbc18d138a51ef1eb9e79554 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -217,7 +217,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",
@@ -786,7 +785,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",
"//media/mojo:tests",
"//media/mojo/services",
"//mojo:tests",
« no previous file with comments | « no previous file | build/all.gyp » ('j') | ipc/mojo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698