diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 20:46:04 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 20:46:04 +0000 |
commit | 307f536386aad3abf7c0978b892ffac059eb0be5 (patch) | |
tree | 9e59dd49ecdd90a63e007c37bdd27cc045549138 /testing/SConscript.gtest | |
parent | fcbaeacfce08303236709e2603e64fc40bdba435 (diff) | |
download | chromium_src-307f536386aad3abf7c0978b892ffac059eb0be5.zip chromium_src-307f536386aad3abf7c0978b892ffac059eb0be5.tar.gz chromium_src-307f536386aad3abf7c0978b892ffac059eb0be5.tar.bz2 |
1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names
in a lookup table.
Previously we were using different mechanisms on each platform to look up
child process names at runtime. This broke on OS X where we strip the symbol
table on release executables.
2) Enable process_util_unittest on OS X.
Review URL: http://codereview.chromium.org/8864
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/SConscript.gtest')
-rw-r--r-- | testing/SConscript.gtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/SConscript.gtest b/testing/SConscript.gtest index 4f6bbf0..bc5456a 100644 --- a/testing/SConscript.gtest +++ b/testing/SConscript.gtest @@ -28,6 +28,7 @@ input_files = [ 'gtest/src/gtest-filepath.cc', 'gtest/src/gtest-port.cc', 'gtest/src/gtest.cc', + 'multiprocess_func_list.cc', ] env.ChromeStaticLibrary('gtest', input_files) |