diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 19:36:32 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 19:36:32 +0000 |
commit | 04de38058e444d560f11ec4827c7d7e65792c804 (patch) | |
tree | 03120be8fde34253aa9da2d4acb01d02171b75e6 /base/base.gyp | |
parent | 7298a336fd781b2f7e23d30dbb71cf1321629229 (diff) | |
download | chromium_src-04de38058e444d560f11ec4827c7d7e65792c804.zip chromium_src-04de38058e444d560f11ec4827c7d7e65792c804.tar.gz chromium_src-04de38058e444d560f11ec4827c7d7e65792c804.tar.bz2 |
Provide android specific implementation for MultiProcessTest::SpawnChildImpl
When tests are run in an APK, we do not have an executable to exec.
We resort to forking and executing the test method directly.
BUG=125059
TEST=
Review URL: https://chromiumcodereview.appspot.com/10408081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 60fa8ab..31b6765 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', |