| 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 9159c4979fc4ec5345bd8cceba71200d31edd7c7..647d2d26d0987cfc8e3ef623292382593628cde9 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==2', {
|
| + 'dependencies': [
|
| + # Interactive tests should use whatever CLD2 data access mode that
|
| + # the application embedder is using.
|
| + '../../../../../third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
|
| + }],
|
| + ],
|
| 'defines': [
|
| 'HAS_OUT_OF_PROC_TEST_RUNNER',
|
| ],
|
|
|