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

Unified Diff: base/base_unittests.scons

Issue 8864: 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « base/base_unittest_exported_symbols.version ('k') | base/multiprocess_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_unittests.scons
===================================================================
--- base/base_unittests.scons (revision 4068)
+++ base/base_unittests.scons (working copy)
@@ -60,19 +60,10 @@
)
if env['PLATFORM'] == 'posix':
- # Explicity list the functions we want to export from the base_unittest
- # executable in the following file.
- env['EXPORTED_SYMBOLS_FILE'] = \
- env.File('$CHROME_SRC_DIR/base/base_unittest_exported_symbols.version')
-
env.Append(
LIBS = [
'event',
],
- LINKFLAGS = [
- '-Xlinker',
- '--dynamic-list=$EXPORTED_SYMBOLS_FILE'
- ],
)
# These test files work on *all* platforms; tests that don't work
« no previous file with comments | « base/base_unittest_exported_symbols.version ('k') | base/multiprocess_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698