Commit 69a48a94 authored by robert.nagy@gmail.com's avatar robert.nagy@gmail.com

don't exclude _xdg(_unittest)?\\.(h|cc) on OpenBSD either


BUG=
TEST=


Review URL: http://codereview.chromium.org/8558002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109884 0039d316-1c4b-4281-b951-d872f2087c98
parent fc6e199a
......@@ -1260,7 +1260,7 @@
['exclude', '(^|/)gtk_[^/]*\\.(h|cc)$'],
],
}],
['OS!="linux"', {
['OS!="linux" and OS!="openbsd"', {
'sources/': [
['exclude', '_xdg(_unittest)?\\.(h|cc)$'],
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment