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

Unified Diff: content/content_tests.gypi

Issue 11066098: Fix a test which uses the RenderViewTest harness running in unit_test binaries. This gives an asser… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps Created 8 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 | « chrome/renderer/safe_browsing/phishing_thumbnailer_browsertest.cc ('k') | content/public/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
===================================================================
--- content/content_tests.gypi (revision 161126)
+++ content/content_tests.gypi (working copy)
@@ -51,8 +51,8 @@
'public/test/render_view_fake_resources_test.h',
'public/test/render_view_test.cc',
'public/test/render_view_test.h',
- 'public/test/render_widget_browsertest.cc',
- 'public/test/render_widget_browsertest.h',
+ 'public/test/render_widget_test.cc',
+ 'public/test/render_widget_test.h',
'public/test/test_browser_context.cc',
'public/test/test_browser_context.h',
'public/test/test_browser_thread.cc',
@@ -690,6 +690,7 @@
'renderer/pepper/pepper_url_request_unittest.cc',
'renderer/render_view_browsertest.cc',
'renderer/render_view_browsertest_mac.mm',
+ 'renderer/render_widget_browsertest.cc',
'renderer/renderer_accessibility_browsertest.cc',
'test/content_browser_test.h',
'test/content_browser_test.cc',
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_thumbnailer_browsertest.cc ('k') | content/public/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698