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

Unified Diff: chrome/test/unit/unit_tests.scons

Issue 19606: Unit test addition, cleanup for render_process/thread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
Index: chrome/test/unit/unit_tests.scons
===================================================================
--- chrome/test/unit/unit_tests.scons (revision 8734)
+++ chrome/test/unit/unit_tests.scons (working copy)
@@ -259,6 +259,10 @@
'$CHROME_DIR/renderer/render_view_unittest.cc',
'$CHROME_DIR/renderer/render_widget_unittest.cc',
'$CHROME_DIR/renderer/user_script_slave_unittest.cc',
+ '$CHROME_DIR/renderer/render_process_unittest.cc',
+ '$WEBKIT_DIR/glue/mock_webkit_glue.cc',
+ '$CHROME_DIR/renderer/net/render_dns_master.cc',
+ '$CHROME_DIR/renderer/render_thread_unittest.cc',
# test_infrastructure
'$CHROME_DIR/renderer/mock_render_process.h',
@@ -284,6 +288,7 @@
]),
MSVSFilter('test_infrastructure', [
'chrome_test_suite.h',
+ '$CHROME_DIR/common/chrome_plugin_lib.cc',
'$CHROME_DIR/common/ipc_test_sink.cc',
'$CHROME_DIR/common/ipc_test_sink.h',
'$CHROME_DIR/tools/build/win/precompiled_wtl$OBJSUFFIX',

Powered by Google App Engine
This is Rietveld 408576698