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

Unified Diff: ipc/mojo/BUILD.gn

Issue 926593007: Add //ipc to "gn check", work on base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « ipc/BUILD.gn ('k') | no next file » | 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 051937c273b2b2cc7d09aae705c60338b295f35d..97d3be8eaa4dacb75241ac28bf0111991d594733 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -37,8 +37,9 @@ component("mojo") {
"//base/third_party/dynamic_annotations",
"//ipc",
"//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/public/c/environment:environment",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
":client_channel",
]
}
@@ -59,6 +60,7 @@ test("ipc_mojo_unittests") {
"//ipc:test_support",
"//ipc/mojo",
"//mojo/environment:chromium",
+ "//testing/gtest",
"//third_party/mojo/src/mojo/edk/system",
"//url",
]
« no previous file with comments | « ipc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698