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

Unified Diff: content/content_tests.gypi

Issue 10820007: Move all the layout tests that ran under browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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 148205)
+++ content/content_tests.gypi (working copy)
@@ -542,7 +542,12 @@
'HAS_OUT_OF_PROC_TEST_RUNNER',
],
'sources': [
+ 'browser/appcache/appcache_browsertest.cc',
+ 'browser/audio_browsertest.cc',
+ 'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
+ 'browser/media_browsertest.cc',
'browser/plugin_browsertest.cc',
+ 'browser/worker_host/test/worker_browsertest.cc',
'test/content_browser_test.h',
'test/content_browser_test.cc',
'test/content_browser_test_utils.cc',
@@ -550,6 +555,10 @@
'test/content_browser_test_utils_mac.mm',
'test/content_browser_test_test.cc',
'test/content_test_launcher.cc',
+ 'test/layout_browsertest.cc',
+ 'test/layout_browsertest.h',
+ 'test/layout_test_http_server.cc',
+ 'test/layout_test_http_server.h',
],
'conditions': [
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698