Commit 7f49ae01 authored by sadrul@chromium.org's avatar sadrul@chromium.org

views: Remove an unnecessary gyp rule.

There's no reason to exclude _linux files on chromeos. The default exclusion
rules in filename_rules.gypi take care of excluding _linux files on non-linux
platforms.

BUG=none
TBR=sky@chromium.org

Review URL: https://codereview.chromium.org/218603002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260434 0039d316-1c4b-4281-b951-d872f2087c98
parent 8d8b4931
......@@ -5,13 +5,6 @@
'variables': {
'chromium_code': 1,
},
'target_defaults': {
'conditions': [
['OS!="linux" or chromeos==1', {
'sources/': [ ['exclude', '_linux\\.(h|cc)$'] ],
}],
],
},
'targets': [
{
'target_name': 'views',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment