Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 273027cade13899a483c8460e094883d86c674ad..d042c4d580b305681a8e172ef65f2f5967fab4b5 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -227,6 +227,11 @@ |
'../webkit/webkit.gyp:test_shell_common', |
], |
}], |
+ ['OS=="linux"', { |
+ 'dependencies': [ |
+ '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
+ ], |
+ }], |
['disable_nacl==0 and disable_nacl_untrusted==0', { |
'dependencies': [ |
# TODO(bbudge): drop this when we have switched the NaCl proxy to IPC. |