From 557ca5732dab2e28f8601f47ec5146a637c03c2e Mon Sep 17 00:00:00 2001 From: "dongseong.hwang@intel.com" Date: Mon, 20 Jan 2014 14:34:44 +0000 Subject: Remove all exclude rules that filename_rules.gypi already handles. BUG= Review URL: https://codereview.chromium.org/141703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245910 0039d316-1c4b-4281-b951-d872f2087c98 --- printing/printing.gyp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'printing') diff --git a/printing/printing.gyp b/printing/printing.gyp index 535e018..4b4646b 100644 --- a/printing/printing.gyp +++ b/printing/printing.gyp @@ -104,13 +104,7 @@ }], ['toolkit_uses_gtk == 0',{ 'sources/': [['exclude', '_cairo\\.cc$']] - }], - ['OS!="mac"', {'sources/': [['exclude', '_mac\\.(cc|mm?)$']]}], - ['OS!="win"', {'sources/': [['exclude', '_win\\.cc$']] - }, { # else: OS=="win" - 'sources/': [['exclude', '_posix\\.cc$']] - }], - ['toolkit_uses_gtk == 1', { + }, { # else: toolkit_uses_gtk == 1 'dependencies': [ # For FT_Init_FreeType and friends. '../build/linux/system.gyp:freetype2', -- cgit v1.1