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

Unified Diff: mojo/BUILD.gn

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More workarounds for MSVC Created 6 years 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: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 3c8dabf5be1a1fe7c0697b6f430aaadfec6beb3e..8c777d0dbca842d364cce42ed538f6e8a2c0d52d 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -27,11 +27,11 @@ group("tests") {
"//mojo/edk/js/test:js_unittests",
"//mojo/edk/system:mojo_message_pipe_perftests",
"//mojo/edk/system:mojo_system_unittests",
- "//mojo/public/c/system/tests:perftests",
- "//mojo/public/cpp/application/tests",
- "//mojo/public/cpp/bindings/tests",
- "//mojo/public/cpp/environment/tests",
- "//mojo/public/cpp/system/tests:mojo_public_system_unittests",
- "//mojo/public/cpp/utility/tests:mojo_public_utility_unittests",
+ "//mojo/edk/test:mojo_public_application_unittests",
+ "//mojo/edk/test:mojo_public_bindings_unittests",
+ "//mojo/edk/test:mojo_public_environment_unittests",
+ "//mojo/edk/test:mojo_public_system_perftests",
+ "//mojo/edk/test:mojo_public_system_unittests",
+ "//mojo/edk/test:mojo_public_utility_unittests",
]
}
« no previous file with comments | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | mojo/android/javatests/src/org/chromium/mojo/HandleMock.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698