diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-05 01:47:13 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-05 01:47:13 +0000 |
commit | ccd3ab670fdcc09641e3eeed81d940b2e179d126 (patch) | |
tree | 55a0bf3daa1cd364e7e716bcc486b05c8cd9e550 /build | |
parent | 13c49f23885aa2bb2f030fab9aa57a3ef89ea86e (diff) | |
download | chromium_src-ccd3ab670fdcc09641e3eeed81d940b2e179d126.zip chromium_src-ccd3ab670fdcc09641e3eeed81d940b2e179d126.tar.gz chromium_src-ccd3ab670fdcc09641e3eeed81d940b2e179d126.tar.bz2 |
[test fixlet] Add tests for the zoom icon in the location bar on GTK.
BUG=None
TEST=LocationBarGtkZoomTest.* and ViewIDTest.* pass on bots.
Review URL: https://chromiumcodereview.appspot.com/10985069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/filename_rules.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi index ea63afe..500a0d8 100644 --- a/build/filename_rules.gypi +++ b/build/filename_rules.gypi @@ -68,7 +68,7 @@ }], ['<(toolkit_uses_gtk)!=1 or >(nacl_untrusted_build)==1', { 'sources/': [ - ['exclude', '_gtk(_unittest)?\\.(h|cc)$'], + ['exclude', '_gtk(_browsertest|_unittest)?\\.(h|cc)$'], ['exclude', '(^|/)gtk/'], ['exclude', '(^|/)gtk_[^/]*\\.(h|cc)$'], ], |