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

Unified Diff: mojo/edk/system/BUILD.gn

Issue 1687093002: [mojo-edk] Bring most tests back up on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | mojo/edk/system/message_pipe_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 0b4cb50abb5f5a43e1bcbac855ece46e0f505abf..75a097d3d0aa71b52dc40d9034aafc94c0455bff 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -133,33 +133,26 @@ source_set("test_utils") {
test("mojo_system_unittests") {
sources = [
+ "awakable_list_unittest.cc",
+ "core_test_base.cc",
+ "core_test_base.h",
+ "core_unittest.cc",
+ "data_pipe_unittest.cc",
+ "message_pipe_unittest.cc",
"options_validation_unittest.cc",
+ "platform_handle_dispatcher_unittest.cc",
+ "shared_buffer_dispatcher_unittest.cc",
+ "shared_buffer_unittest.cc",
+ "wait_set_dispatcher_unittest.cc",
+ "waiter_test_utils.cc",
+ "waiter_test_utils.h",
+ "waiter_unittest.cc",
]
if (!is_ios) {
sources += [ "multiprocess_message_pipe_unittest.cc" ]
}
- if (!is_android) {
- # TODO(rockot): Re-enable tests on Android once we figure out what's causing
- # them to time out en masse. http://crbug.com/585802
- sources += [
- "awakable_list_unittest.cc",
- "core_test_base.cc",
- "core_test_base.h",
- "core_unittest.cc",
- "data_pipe_unittest.cc",
- "message_pipe_unittest.cc",
- "platform_handle_dispatcher_unittest.cc",
- "shared_buffer_dispatcher_unittest.cc",
- "shared_buffer_unittest.cc",
- "wait_set_dispatcher_unittest.cc",
- "waiter_test_utils.cc",
- "waiter_test_utils.h",
- "waiter_unittest.cc",
- ]
- }
-
deps = [
":test_utils",
"//base",
« no previous file with comments | « no previous file | mojo/edk/system/message_pipe_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698