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

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

Issue 23005: Make mock_render_process_host, test_web_contents, and testing_profile compile... (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 9184)
+++ chrome/test/unit/unit_tests.scons (working copy)
@@ -397,8 +397,6 @@
'$CHROME_DIR/browser/importer/importer_unittest.cc',
'$CHROME_DIR/browser/login_prompt_unittest.cc',
'$CHROME_DIR/browser/metrics/metrics_log_unittest.cc',
- '$CHROME_DIR/browser/renderer_host/mock_render_process_host.cc',
- '$CHROME_DIR/browser/renderer_host/mock_render_process_host.h',
'$CHROME_DIR/browser/renderer_host/render_widget_host_unittests.cc',
'$CHROME_DIR/browser/navigation_controller_unittest.cc',
'$CHROME_DIR/browser/net/dns_master_unittest.cc',
@@ -422,7 +420,6 @@
'$CHROME_DIR/browser/sessions/session_service_unittest.cc',
'$CHROME_DIR/browser/sessions/tab_restore_service_unittest.cc',
'$CHROME_DIR/browser/site_instance_unittest.cc',
- '$CHROME_DIR/browser/tab_contents/test_web_contents.cc',
'$CHROME_DIR/browser/tab_contents/web_contents_unittest.cc',
'$CHROME_DIR/browser/tabs/tab_strip_model_unittest.cc',
'$CHROME_DIR/browser/views/bookmark_editor_view_unittest.cc',
@@ -444,7 +441,6 @@
'$CHROME_DIR/renderer/render_widget_unittest.cc',
'$CHROME_DIR/test/browser_with_test_window_test.cc',
'$CHROME_DIR/test/test_tab_contents.cc',
- '$CHROME_DIR/test/testing_profile.cc',
'$CHROME_DIR/third_party/hunspell/google/bdict_reader$OBJSUFFIX',
'$CHROME_DIR/third_party/hunspell/google/bdict_writer$OBJSUFFIX',
'$CHROME_DIR/third_party/hunspell/google/hunspell_tests.cc',

Powered by Google App Engine
This is Rietveld 408576698