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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 23442019: Convert most run_all_unittests.cc files to use new unit test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots Created 7 years, 3 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 | « net/test/run_all_unittests.cc ('k') | ppapi/proxy/run_all_unittests.cc » ('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 cf755c1fafb6a9517b7d065978eada6a9834a15e..4f439bafa42d0636c6b525cb0ba5becb68e812d5 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -143,6 +143,7 @@
'ppapi_proxy',
'ppapi_shared',
'ppapi_unittest_shared',
+ '../base/base.gyp:run_all_unittests',
'../base/base.gyp:test_support_base',
'../gpu/gpu.gyp:gpu_ipc',
'../ipc/ipc.gyp:ipc',
@@ -157,8 +158,6 @@
'../ppapi',
],
'sources': [
- 'proxy/run_all_unittests.cc',
-
'host/resource_message_filter_unittest.cc',
# Piggy back on ppapi_unittests for a simple NaCl unittest,
# which must not have dependencies on anything other than stdlibs.
« no previous file with comments | « net/test/run_all_unittests.cc ('k') | ppapi/proxy/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698