| Index: chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| index 9b0bd1296f1727983618bdb7bbfb5ca42672b279..397914e64374561aa1875d8c876089ce89eef9e7 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
|
| @@ -37,6 +37,13 @@
|
| # the application embedder is using.
|
| '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
|
| }],
|
| + ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/components/nacl.gyp:nacl_helper',
|
| + '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi',
|
| + '<(DEPTH)/native_client/src/trusted/service_runtime/linux/nacl_bootstrap.gyp:nacl_helper_bootstrap',
|
| + ],
|
| + }],
|
| ],
|
| 'defines': [
|
| 'HAS_OUT_OF_PROC_TEST_RUNNER',
|
|
|