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

Unified Diff: mojo/shell/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: some review comments 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: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 9a1fe459c11744811bdd5a67b21da42034f0156b..5ef31ec873266ef2171ac6a25d4033418d0aa821 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -49,9 +49,9 @@ source_set("shell") {
"//crypto:crypto",
"//mojo/application/public/cpp:sources",
"//url",
- "//third_party/mojo/src/mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/util:filename_util",
+ "//third_party/mojo/src/mojo/edk/system",
]
}
@@ -86,8 +86,8 @@ test("mojo_shell_unittests") {
":test_support",
"//base",
"//mojo/application/public/cpp",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//testing/gtest",
+ "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698