diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 20:45:30 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-06 20:45:30 +0000 |
commit | 2df3988eda7c653886f62e65071835de05cc83a0 (patch) | |
tree | f2887c6994fb63c96e600bf40355bd760c9b1936 /views | |
parent | b0fdaa9f050d2f855b02f80a778dd4a94d487d1e (diff) | |
download | chromium_src-2df3988eda7c653886f62e65071835de05cc83a0.zip chromium_src-2df3988eda7c653886f62e65071835de05cc83a0.tar.gz chromium_src-2df3988eda7c653886f62e65071835de05cc83a0.tar.bz2 |
Simplify views/views.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/7312007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r-- | views/views.gyp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/views/views.gyp b/views/views.gyp index 7ac9d79..eb3157b 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -23,25 +23,7 @@ ], 'target_defaults': { - 'sources/': [ - ['exclude', '/(cocoa|gtk|win)/'], - ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|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/'], |