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

Unified Diff: mojo/mojo_edk_tests.gyp

Issue 1585493002: [mojo] Ports EDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: mojo/mojo_edk_tests.gyp
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index 74c7871a4e461bd2b8839434c69f1e0a12695bc7..fc185e3122aa9fa2c13e1e41dc07f38cf493f378 100644
--- a/mojo/mojo_edk_tests.gyp
+++ b/mojo/mojo_edk_tests.gyp
@@ -23,6 +23,19 @@
],
},
{
+ # GN version: //mojo/edk/system/ports:mojo_system_ports_unittests
+ 'target_name': 'mojo_system_ports_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ '../testing/gtest.gyp:gtest',
+ '../testing/gtest.gyp:gtest_main',
+ 'mojo_edk.gyp:mojo_system_impl2',
+ ],
+ 'sources': [
+ 'edk/system/ports/ports_unittest.cc',
+ ],
+ }
+ {
# GN version: //mojo/edk/system:mojo_system_unittests
'target_name': 'mojo_system_unittests2',
'type': 'executable',
@@ -41,20 +54,15 @@
'edk/system/core_test_base.h',
'edk/system/core_unittest.cc',
'edk/system/data_pipe_unittest.cc',
- 'edk/system/dispatcher_unittest.cc',
- 'edk/system/message_in_transit_queue_unittest.cc',
- 'edk/system/message_in_transit_test_utils.cc',
- 'edk/system/message_in_transit_test_utils.h',
'edk/system/message_pipe_test_utils.cc',
'edk/system/message_pipe_test_utils.h',
'edk/system/message_pipe_unittest.cc',
'edk/system/multiprocess_message_pipe_unittest.cc',
'edk/system/options_validation_unittest.cc',
'edk/system/platform_handle_dispatcher_unittest.cc',
- 'edk/system/raw_channel_unittest.cc',
'edk/system/run_all_unittests.cc',
'edk/system/shared_buffer_dispatcher_unittest.cc',
- 'edk/system/simple_dispatcher_unittest.cc',
+ 'edk/system/shared_buffer_unittest.cc',
'edk/system/test_utils.cc',
'edk/system/test_utils.h',
'edk/system/wait_set_dispatcher_unittest.cc',
@@ -68,7 +76,7 @@
'sources!': [
'edk/embedder/embedder_unittest.cc',
'edk/system/multiprocess_message_pipe_unittest.cc',
- 'edk/test/multiprocess_test_helper_unittest.cc',
+ 'edk/system/shared_buffer_unittest.cc',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698