Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index c4c1ce1d4bb36ea0f19cf48e48ac93a54098a74b..dea127937dea3b04609b1dc1aa4430c866a7eea4 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -384,6 +384,11 @@ |
| '../ash/ash.gyp:ash_unittests', |
| ], |
| }], |
| + ['disable_nacl==0', { |
| + 'dependencies': [ |
| + '../components/nacl.gyp:nacl_loader_unittests', |
| + ], |
| + }], |
| ], |
| }, # target_name: chromium_builder_tests |
| { |