| Index: build/nocompile.gypi
|
| diff --git a/build/nocompile.gypi b/build/nocompile.gypi
|
| index f9021ae3797c51d667d61a7532cb5410221c8f4d..8c0f288b5a55f70fcfb38013e509b0b0b4b549c4 100644
|
| --- a/build/nocompile.gypi
|
| +++ b/build/nocompile.gypi
|
| @@ -60,7 +60,7 @@
|
| # TODO(awong): Disabled until http://crbug.com/105388 is resolved.
|
| 'sources/': [['exclude', '\\.nc$']],
|
| 'conditions': [
|
| - [ 'OS=="linux" and clang==0', {
|
| + [ 'OS!="win" and clang==1', {
|
| 'rules': [
|
| {
|
| 'variables': {
|
| @@ -90,7 +90,7 @@
|
| ],
|
| }, {
|
| 'sources/': [['exclude', '\\.nc$']]
|
| - }], # 'OS=="linux" and clang=="0"'
|
| + }], # 'OS!="win" and clang=="1"'
|
| ],
|
| }
|
|
|
|
|