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

Unified Diff: mojo/shell/BUILD.gn

Issue 1552983003: Fix a bunch of mojo_public_*_unittests with the new EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 12 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 | « mojo/public/cpp/system/tests/core_unittest.cc ('k') | mojo/shell/data_pipe_peek_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index da64cd12c01b8fb53cc3d6a990553f179a134aa9..3ddb90bca25a98abd002b7a38118f2c89840975d 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -95,7 +95,8 @@ test("mojo_shell_unittests") {
":test_bindings",
":test_support",
"//base",
- "//mojo/application/public/cpp",
+ "//mojo/application/public/cpp",
+ "//mojo/edk/system:test_utils",
"//mojo/fetcher",
"//mojo/package_manager",
"//mojo/public/cpp/system",
« no previous file with comments | « mojo/public/cpp/system/tests/core_unittest.cc ('k') | mojo/shell/data_pipe_peek_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698