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

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

Issue 1157843002: Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: 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 6f460bc0d68aeb2868291ae13054304d63e92751..75821b2a3f6b748a11dddbcf58f81103d6cb77bb 100644
--- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("../mojo_edk.gni")
+import("../../public/mojo.gni")
import("//testing/test.gni")
mojo_edk_source_set("test_support") {
@@ -91,6 +92,19 @@ group("public_tests") {
":mojo_public_utility_unittests",
":mojo_system_impl_private_unittests",
]
+
+ if (mojo_use_application_in_sdk) {
+ deps += [ ":mojo_public_application_unittests" ]
+ }
+}
+
+if (mojo_use_application_in_sdk) {
+ test("mojo_public_application_unittests") {
+ deps = [
+ ":run_all_unittests",
+ "../../public/cpp/application/tests",
+ ]
+ }
}
test("mojo_public_bindings_unittests") {

Powered by Google App Engine
This is Rietveld 408576698