From 1c657854c20ee288f8812c707d4bf4fcfecb7495 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 22 Apr 2010 23:28:05 +0000 Subject: bsd: refactor XDG bits of linux_util into a shared file. This allows the shared code to build on the BSDs without them needing to build _linux files. Review URL: http://codereview.chromium.org/1701005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45380 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/common.gypi') diff --git a/build/common.gypi b/build/common.gypi index 48a3e5f..5be7be7 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -496,7 +496,7 @@ }], ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', { 'sources/': [ - ['exclude', '_(chromeos|gtk|x|x11)(_unittest)?\\.cc$'], + ['exclude', '_(chromeos|gtk|x|x11|xdg)(_unittest)?\\.cc$'], ['exclude', '/gtk/'], ['exclude', '/(gtk|x11)_[^/]*\\.cc$'], ], -- cgit v1.1