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

Unified Diff: content/content_tests.gypi

Issue 10449094: Fix client-side phishing detection test flakiness and ChromeOS failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Generalize the fix and apply it to webrtc_audio_device_test Created 8 years, 7 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 50971982b254fb9c09532df0d639c793d191137e..4561e84bdf647dc7f818ea18a5a13fb89c06daee 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -84,6 +84,8 @@
'test/mock_web_ui.h',
'test/net/url_request_abort_on_end_job.cc',
'test/net/url_request_abort_on_end_job.h',
+ 'test/render_test_utils.cc',
jochen (gone - plz use gerrit) 2012/06/01 12:11:38 I'd name this file test_renderer_thread.{cc,h}
Brian Ryner 2012/06/01 18:06:35 test_renderer_thread or test_render_thread? (Rend
+ 'test/render_test_utils.h',
'test/render_view_fake_resources_test.cc',
'test/render_view_fake_resources_test.h',
'test/render_view_test.cc',

Powered by Google App Engine
This is Rietveld 408576698