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

Unified Diff: base/base.gyp

Issue 10408081: Provide android specific implementation for MultiProcessTest::SpawnChildImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Exit the child process with the return value from test function. Created 8 years, 7 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 | base/test/multiprocess_test.cc » ('j') | base/test/multiprocess_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 99c826cbf48721234be00ef67e095371cf85b7d8..1661740ece1157aafd3edf31d0dcd3bd01de92d2 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -440,6 +440,7 @@
'test/mock_time_provider.h',
'test/multiprocess_test.cc',
'test/multiprocess_test.h',
+ 'test/multiprocess_test_android.cc',
'test/perf_test_suite.cc',
'test/perf_test_suite.h',
'test/scoped_locale.cc',
« no previous file with comments | « no previous file | base/test/multiprocess_test.cc » ('j') | base/test/multiprocess_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698