diff options
author | dongseong.hwang@intel.com <dongseong.hwang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-20 14:34:44 +0000 |
---|---|---|
committer | dongseong.hwang@intel.com <dongseong.hwang@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-20 14:34:44 +0000 |
commit | 557ca5732dab2e28f8601f47ec5146a637c03c2e (patch) | |
tree | f3a9e3a4767c4f06858a68f3483503b541a622ce /printing | |
parent | aedb8419f0bc16b6d6cb75a24e505368331aa037 (diff) | |
download | chromium_src-557ca5732dab2e28f8601f47ec5146a637c03c2e.zip chromium_src-557ca5732dab2e28f8601f47ec5146a637c03c2e.tar.gz chromium_src-557ca5732dab2e28f8601f47ec5146a637c03c2e.tar.bz2 |
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
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printing.gyp | 8 |
1 files changed, 1 insertions, 7 deletions
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', |