| 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 e9c9f615b24cc6462704c42b64a1c4e33e6c0cf0..138520bcc5cad4ccc6fb7e704f9d3d4accc61b30 100644 | 
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi | 
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi | 
| @@ -30,6 +30,14 @@ | 
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 
| 'chromevox_test_deps_js', | 
| ], | 
| +      'conditions': [ | 
| +        [ 'cld_version==0 or cld_version==2', { | 
| +          'dependencies': [ | 
| +            # Interactive tests should use whatever CLD2 data access mode that | 
| +            # the application embedder is using. | 
| +            '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], | 
| +        }], | 
| +      ], | 
| 'defines': [ | 
| 'HAS_OUT_OF_PROC_TEST_RUNNER', | 
| ], | 
|  |