summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-06 20:45:30 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-06 20:45:30 +0000
commit2df3988eda7c653886f62e65071835de05cc83a0 (patch)
treef2887c6994fb63c96e600bf40355bd760c9b1936 /views
parentb0fdaa9f050d2f855b02f80a778dd4a94d487d1e (diff)
downloadchromium_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.gyp18
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/'],