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

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: get it working on mac + linux, fix unittests crash, and fix unittest link error and add missing dep… 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
« no previous file with comments | « chrome/test/perf/rendering/throughput_tests.cc ('k') | content/public/test/browser_test.h » ('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 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,7 @@
'test/accessibility_test_utils_win.cc',
'test/browser_test_base.cc',
'test/browser_test_base.h',
+ 'test/browser_test_utils.cc',
'test/content_test_suite.cc',
'test/content_test_suite.h',
'test/content_test_suite_base.cc',
@@ -521,6 +523,7 @@
'content_plugin',
'content_renderer',
'content_shell_lib',
+ 'content_shell_pak',
'test_support_content',
'../base/base.gyp:test_support_base',
'../ipc/ipc.gyp:test_support_ipc',
@@ -543,8 +546,10 @@
'sources': [
'test/content_browser_test.h',
'test/content_browser_test.cc',
+ 'test/content_browser_test_utils.cc',
+ 'test/content_browser_test_utils.h',
+ 'test/content_browser_test_test.cc',
'test/content_test_launcher.cc',
- 'renderer/pepper/pepper_file_chooser_host_browsertest.cc',
],
'conditions': [
['OS=="win"', {
@@ -584,6 +589,11 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['OS=="mac"', {
+ 'dependencies': [
+ 'content_shell', # Needed for Content Shell.app's Helper.
+ ],
+ }],
],
},
],
« no previous file with comments | « chrome/test/perf/rendering/throughput_tests.cc ('k') | content/public/test/browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698