diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-04 21:26:27 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-04 21:26:27 +0000 |
commit | d6eb8c84f0de22bfeeacf2f3c4474f7a20af6332 (patch) | |
tree | 29f0c686e062c9763841d4dc57d11606b587d477 /ui/ui.gyp | |
parent | d74fa634dc742376186c59ee496b253c4b54d9bc (diff) | |
download | chromium_src-d6eb8c84f0de22bfeeacf2f3c4474f7a20af6332.zip chromium_src-d6eb8c84f0de22bfeeacf2f3c4474f7a20af6332.tar.gz chromium_src-d6eb8c84f0de22bfeeacf2f3c4474f7a20af6332.tar.bz2 |
Simplify ui/ui.gyp
These rules are in build/common.gypi already, which is included through
the chromium_code: 1 variable.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7309010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91479 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -8,33 +8,8 @@ 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. }, 'target_defaults': { - 'sources/': [ - ['exclude', '/(cocoa|gtk|win)/'], - ['exclude', '_(cocoa|gtk|linux|mac|posix|win|x)\\.(cc|mm?)$'], - ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], - ], 'conditions': [ - ['toolkit_uses_gtk == 1', { - 'sources/': [ - ['include', '/gtk/'], - ['include', '_(gtk|linux|posix|skia|x)\\.cc$'], - ['include', '/(gtk|x11)_[^/]*\\.cc$'], - ], - }], - ['OS=="mac"', {'sources/': [ - ['include', '/cocoa/'], - ['include', '_(cocoa|mac|posix)\\.(cc|mm?)$'], - ]}, { # else: OS != "mac" - 'sources/': [ - ['exclude', '\\.mm?$'], - ], - }], ['OS=="win"', - {'sources/': [ - ['include', '_(win)\\.cc$'], - ['include', '/win/'], - ['include', '/win_[^/]*\\.cc$'], - ]}, {'variables': {'toolkit_views2': 1}}, ], ['toolkit_views2==0', {'sources/': [ |