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

Unified Diff: mojo/BUILD.gn

Issue 1996463003: Converted Mojo Common Unittests to run as Apptests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added apptests for data_pipe_utils and message_pump Created 4 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
« no previous file with comments | « no previous file | mojo/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 2b9c79eb7309c2f9a11e3c6f459e094c69020877..3588348028437627e1e33c3f28f5ee4d49345f4c 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -60,12 +60,14 @@ group("tests") {
testonly = true
deps = [
":public_tests",
- "//mojo/common:mojo_common_unittests",
+ "//mojo/common:mojo_common_apptests",
"//mojo/converters:mojo_converters_unittests",
"//mojo/dart:tests",
+ "//mojo/data_pipe_utils:mojo_data_pipe_utils_apptests",
"//mojo/edk:tests",
"//mojo/file_utils:file_utils_apptests",
"//mojo/gles2:mgl_unittests",
+ "//mojo/message_pump:mojo_message_pump_apptests",
"//mojo/public/cpp/bindings/tests:versioning_apptests",
"//mojo/public/platform/native:tests",
"//mojo/services/files/c:apptests",
« no previous file with comments | « no previous file | mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698