diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 21:30:17 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-03 21:30:17 +0000 |
commit | 1b0c7f230fce9ee6024c03a1d23cdaec8cd949f4 (patch) | |
tree | 447578f29456d41f85848b725369e73af4e7ed9c /chrome/chrome_tests.gypi | |
parent | 5695dd36acba6750cdae8baa552d12cd6923a0ab (diff) | |
download | chromium_src-1b0c7f230fce9ee6024c03a1d23cdaec8cd949f4.zip chromium_src-1b0c7f230fce9ee6024c03a1d23cdaec8cd949f4.tar.gz chromium_src-1b0c7f230fce9ee6024c03a1d23cdaec8cd949f4.tar.bz2 |
Remove some test file complitation exceptions from chrome_tests.gypi
Adds bug annotation to the tests that still needs porting work.
BUG=45766,45753,45770,45771
TEST=Compling ui_tests still works
Review URL: http://codereview.chromium.org/2605001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index b112d99..846e43b 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -406,15 +406,9 @@ }, }, { # else: OS != "win" 'sources!': [ - # TODO(port)? (Most of these include windows.h or similar.) - 'browser/extensions/extension_uitest.cc', - 'browser/media_uitest.cc', + # TODO(port): http://crbug.com/45770 'browser/printing/printing_layout_uitest.cc', - # TODO(port)? (this one compiles fine on mac and linux, but it fails - # to LaunchApp and thus have not been tested for success either). 'browser/process_singleton_win_uitest.cc', - 'browser/views/find_bar_host_uitest.cc', - 'test/ui/sandbox_uitests.cc', ], }], ['OS=="linux" or OS=="freebsd"', { @@ -426,7 +420,7 @@ }], ], 'sources!': [ - # TODO(port) + # TODO(port): http://crbug.com/30700 'test/ui/npapi_uitest.cc', ], }], |