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

Unified Diff: mojo/shell/BUILD.gn

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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/runner/host/host_unittests.cc ('k') | mojo/shell/application_manager_apptest_driver.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 c7e485a2295c8c753a0ab9308a82d34e70027d80..dea2d9cd8ad8b28dfc2a029af6915f79e9832fe1 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -52,10 +52,10 @@ source_set("shell") {
deps = [
"//base/third_party/dynamic_annotations",
"//crypto:crypto",
+ "//mojo/edk/system",
"//mojo/environment:chromium",
"//mojo/shell/public/cpp:sources",
"//mojo/util:filename_util",
- "//third_party/mojo/src/mojo/edk/system",
"//url",
]
}
@@ -96,13 +96,13 @@ test("mojo_shell_unittests") {
":test_support",
"//base",
"//mojo/edk/system:test_utils",
+ "//mojo/edk/test:run_all_unittests",
"//mojo/public/cpp/system",
"//mojo/shell/fetcher",
"//mojo/shell/package_manager",
"//mojo/shell/public/cpp",
"//mojo/util:filename_util",
"//testing/gtest",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//url",
]
}
@@ -154,11 +154,11 @@ executable("application_manager_apptest_driver") {
"//build/config/sanitizers:deps",
"//mojo/common:common_base",
"//mojo/converters/network",
+ "//mojo/edk/system",
"//mojo/runner:init",
"//mojo/runner/child:test_native_main",
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
- "//third_party/mojo/src/mojo/edk/system",
]
}
« no previous file with comments | « mojo/runner/host/host_unittests.cc ('k') | mojo/shell/application_manager_apptest_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698