summaryrefslogtreecommitdiffstats
path: root/build/filename_rules.gypi
diff options
context:
space:
mode:
authordbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 01:47:13 +0000
committerdbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-05 01:47:13 +0000
commitccd3ab670fdcc09641e3eeed81d940b2e179d126 (patch)
tree55a0bf3daa1cd364e7e716bcc486b05c8cd9e550 /build/filename_rules.gypi
parent13c49f23885aa2bb2f030fab9aa57a3ef89ea86e (diff)
downloadchromium_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/filename_rules.gypi')
-rw-r--r--build/filename_rules.gypi2
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)$'],
],