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

Unified Diff: content/content_tests.gypi

Issue 10803026: Get content_browsertest working. I've added a simple test for now, and will convert the tests in sr… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
===================================================================
--- content/content_tests.gypi (revision 147044)
+++ content/content_tests.gypi (working copy)
@@ -27,6 +27,7 @@
'sources': [
'public/test/accessibility_test_utils_win.h',
'public/test/browser_test.h',
+ 'public/test/browser_test_utils.h',
'public/test/content_test_suite_base.h',
'public/test/js_injection_ready_observer.h',
'public/test/mock_download_item.h',
@@ -74,6 +75,9 @@
'test/accessibility_test_utils_win.cc',
'test/browser_test_base.cc',
'test/browser_test_base.h',
+ 'test/browser_test_utils.cc',
+ 'test/content_browser_test_utils.cc',
+ 'test/content_browser_test_utils.h',
'test/content_test_suite.cc',
'test/content_test_suite.h',
'test/content_test_suite_base.cc',
@@ -543,8 +547,8 @@
'sources': [
'test/content_browser_test.h',
'test/content_browser_test.cc',
+ 'test/content_browser_test_test.cc',
'test/content_test_launcher.cc',
- 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
],
'conditions': [
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698