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

Unified Diff: third_party/mojo/src/mojo/edk/test/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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: third_party/mojo/src/mojo/edk/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
index bcbe65cb741b0dff506473b7c7c95f18fec56bcf..7b2756bf37b3b1c1c6ed743d49f68620e167447a 100644
--- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
@@ -106,7 +106,7 @@ if (mojo_use_application_in_sdk) {
test("mojo_public_application_unittests") {
deps = [
":run_all_unittests",
- "../../public/cpp/application/tests",
+ "//mojo/public/cpp/application/tests",
]
}
}
@@ -114,41 +114,41 @@ if (mojo_use_application_in_sdk) {
test("mojo_public_bindings_unittests") {
deps = [
":run_all_unittests",
- "../../public/cpp/bindings/tests",
+ "//mojo/public/cpp/bindings/tests",
]
}
test("mojo_public_bindings_perftests") {
deps = [
":run_all_perftests",
- "../../public/cpp/bindings/tests:perftests",
+ "//mojo/public/cpp/bindings/tests:perftests",
]
}
test("mojo_public_environment_unittests") {
deps = [
":run_all_unittests",
- "../../public/cpp/environment/tests",
+ "//mojo/public/cpp/environment/tests",
]
}
test("mojo_public_system_perftests") {
deps = [
":run_all_perftests",
- "../../public/c/system/tests:perftests",
+ "//mojo/public/c/system/tests:perftests",
]
}
test("mojo_public_system_unittests") {
deps = [
":run_all_unittests",
- "../../public/cpp/system/tests",
+ "//mojo/public/cpp/system/tests",
]
}
test("mojo_public_utility_unittests") {
deps = [
":run_all_unittests",
- "../../public/cpp/utility/tests",
+ "//mojo/public/cpp/utility/tests",
]
}

Powered by Google App Engine
This is Rietveld 408576698