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

Unified Diff: chrome/chrome_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
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 147044)
+++ chrome/chrome_tests.gypi (working copy)
@@ -487,7 +487,6 @@
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
- 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"',
],
'sources': [
'browser/browser_focus_uitest.cc',
@@ -2645,7 +2644,6 @@
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
- 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"',
],
'sources': [
'app/breakpad_mac_stubs.mm',
@@ -3446,7 +3444,6 @@
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
- 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"',
],
'sources': [
'app/breakpad_mac_stubs.mm',
@@ -3596,7 +3593,6 @@
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
- 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"',
],
'sources': [
'app/chrome_dll.rc',
@@ -3893,7 +3889,6 @@
# TODO(phajdan.jr): Only temporary, to make transition easier.
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
- 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"',
],
'sources': [
'app/chrome_command_ids.h',
@@ -4044,7 +4039,6 @@
],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
- 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"',
],
'sources': [
'app/chrome_command_ids.h',
« no previous file with comments | « chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc ('k') | chrome/test/base/chrome_test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698