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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp Created 4 years, 6 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 | « ppapi/ppapi_proxy_nacl.gyp ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index a2ee7f08057acedab52b026120c7ee6087829647..9fdc8025b26ba6f4f956142e0d7d5c84a44d0254 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -151,6 +151,7 @@
'../base/base.gyp:test_support_base',
'../ipc/ipc.gyp:ipc',
'../ipc/ipc.gyp:test_support_ipc',
+ '../mojo/mojo_edk.gyp:mojo_system_impl',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -179,6 +180,7 @@
'ppapi_shared',
'ppapi_unittest_shared',
'../base/base.gyp:test_support_base',
+ '../mojo/mojo_edk.gyp:mojo_system_impl',
'../testing/gtest.gyp:gtest',
],
'sources': [
@@ -198,10 +200,10 @@
'ppapi_proxy',
'ppapi_shared',
'ppapi_unittest_shared',
- '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../gpu/gpu.gyp:gpu_ipc_common',
'../ipc/ipc.gyp:ipc',
+ '../ipc/ipc.gyp:ipc_run_all_unittests',
'../ipc/ipc.gyp:test_support_ipc',
'../media/media.gyp:shared_memory_support',
'../skia/skia.gyp:skia',
« no previous file with comments | « ppapi/ppapi_proxy_nacl.gyp ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698