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

Unified Diff: mojo/shell/BUILD.gn

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 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 | « mojo/public/tools/bindings/bindings.gyp ('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 bd3ee6e968945e906a6f4ca0b31e20925098144f..1adf80069e1cabd541c241d41cd86b958350a55f 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -61,10 +61,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",
]
}
@@ -107,13 +107,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",
]
}
@@ -192,12 +192,12 @@ executable("application_manager_apptest_driver") {
"//build/config/sanitizers:deps",
"//mojo/common:common_base",
"//mojo/converters/network",
+ "//mojo/edk/system",
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
"//mojo/shell/runner:init",
"//mojo/shell/runner/child:test_native_main",
"//mojo/shell/runner/common",
- "//third_party/mojo/src/mojo/edk/system",
]
}
« no previous file with comments | « mojo/public/tools/bindings/bindings.gyp ('k') | mojo/shell/application_manager_apptest_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698