| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 396b8660bebab67c232668b4af4525641bb5fcce..1acd74a8e784a2fa2c7a8c16dfc726b597b28afd 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -31,6 +31,9 @@
|
| '../src/untrusted/irt_stub/irt_stub.gyp:*',
|
| '../src/untrusted/nacl/nacl.gyp:*',
|
| '../src/untrusted/nosys/nosys.gyp:*',
|
| +# TODO(jvoung): This doesn't quite work yet -- see the gyp file for details.
|
| +# http://code.google.com/p/nativeclient/issues/detail?id=2465
|
| +# '../src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:*',
|
| '../src/untrusted/pthread/pthread.gyp:*',
|
| '../tests.gyp:*',
|
| ],
|
|
|