diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-09 22:07:02 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-09 22:07:02 +0000 |
commit | 3a1d7b5857c03f1c2a465f9b41324a7a73dcdb45 (patch) | |
tree | 3c6a19d9b0b55d66725849f2261b836122131a32 /chrome/chrome_tests.gypi | |
parent | 2c6f51d3b6adac62075b3427d2cffdf77718315d (diff) | |
download | chromium_src-3a1d7b5857c03f1c2a465f9b41324a7a73dcdb45.zip chromium_src-3a1d7b5857c03f1c2a465f9b41324a7a73dcdb45.tar.gz chromium_src-3a1d7b5857c03f1c2a465f9b41324a7a73dcdb45.tar.bz2 |
[Mac] more browser_tests cleanup
- get extension_browsertests_misc compiling
- mark a bunch of tests with bugs and dependencies before they can come online
- bring a bunch of tests online (also on linux)
- Also removed some variables only used in one spot in the gyp file now.
- Update all the browser_tests to use the MAYBE_ pattern to make sure we never get a conflict on the define
BUG=none
TEST=waterfall stays green
Review URL: http://codereview.chromium.org/475008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34196 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-x | chrome/chrome_tests.gypi | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 0c2e9e3..d4e52cb 100755 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -23,12 +23,6 @@ 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', 'browser/views/browser_views_accessibility_browsertest.cc', ], - 'browser_tests_sources_exclude_on_mac': [ - # These fail to compile because they seem to drag in views headers. - # - 'browser/extensions/extension_browsertests_misc.cc', - 'browser/extensions/page_action_apitest.cc', - ], # TODO(jcampan): move these vars to views.gyp. 'views_unit_tests_sources': [ '../views/view_unittest.cc', @@ -1134,7 +1128,9 @@ }], ['OS=="mac"', { 'sources!': [ - '<@(browser_tests_sources_exclude_on_mac)', + # This fails to compile because it seem to drag in views headers. + # http://crbug.com/29895 + 'browser/extensions/page_action_apitest.cc', ], # TODO(mark): We really want this for all non-static library # targets, but when we tried to pull it up to the common.gypi |