diff options
Diffstat (limited to 'build/nocompile.gypi')
-rw-r--r-- | build/nocompile.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/nocompile.gypi b/build/nocompile.gypi index 88dffc7..f9021ae 100644 --- a/build/nocompile.gypi +++ b/build/nocompile.gypi @@ -57,6 +57,8 @@ # least processed when things go right. { + # TODO(awong): Disabled until http://crbug.com/105388 is resolved. + 'sources/': [['exclude', '\\.nc$']], 'conditions': [ [ 'OS=="linux" and clang==0', { 'rules': [ |