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

Unified Diff: net/BUILD.gn

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojo::edk namespace in preparation for runtim flag Created 5 years, 3 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 0add477f94858f4f08e47b277b4dd461a70effab..7ea01c63b8d2bdd376f2229e25e2dabfa7d96ab4 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1535,8 +1535,13 @@ test("net_unittests") {
":net_browser_services",
":net_utility_services",
"//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/edk/system",
]
+
+ if (use_chrome_edk) {
+ deps += [ "//mojo/edk/system" ]
+ } else {
+ deps += [ "//third_party/mojo/src/mojo/edk/system" ]
+ }
} else {
sources -= [
"dns/host_resolver_mojo_unittest.cc",
« mojo/edk/system/raw_channel_win.cc ('K') | « mojo/shell/BUILD.gn ('k') | net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698