| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../../../js_unittest_vars.gypi', | 7 '../../../../js_unittest_vars.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromevox_test_deps_js_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/re
sources/chromeos/chromevox/test_deps.js', | 10 'chromevox_test_deps_js_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/re
sources/chromeos/chromevox/test_deps.js', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 '<(DEPTH)/chrome/chrome.gyp:renderer', | 103 '<(DEPTH)/chrome/chrome.gyp:renderer', |
| 104 '<(DEPTH)/chrome/chrome.gyp:test_support_common', | 104 '<(DEPTH)/chrome/chrome.gyp:test_support_common', |
| 105 '<(DEPTH)/chrome/chrome.gyp:test_support_ui', | 105 '<(DEPTH)/chrome/chrome.gyp:test_support_ui', |
| 106 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 106 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 107 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 107 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 108 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources', | 108 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources', |
| 109 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources', | 109 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources', |
| 110 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_base'
, | 110 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_base'
, |
| 111 '<(DEPTH)/testing/gmock.gyp:gmock', | 111 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 112 '<(DEPTH)/testing/gtest.gyp:gtest', | 112 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 113 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', |
| 113 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 114 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 114 'chromevox_test_deps_js', | 115 'chromevox_test_deps_js', |
| 115 ], | 116 ], |
| 116 'conditions': [ | 117 'conditions': [ |
| 117 [ 'cld_version==0 or cld_version==2', { | |
| 118 'dependencies': [ | |
| 119 # Interactive tests should use whatever CLD2 data access mode that | |
| 120 # the application embedder is using. | |
| 121 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], | |
| 122 }], | |
| 123 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 118 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 124 'dependencies': [ | 119 'dependencies': [ |
| 125 '<(DEPTH)/components/nacl.gyp:nacl_helper', | 120 '<(DEPTH)/components/nacl.gyp:nacl_helper', |
| 126 '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi', | 121 '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi', |
| 127 '<(DEPTH)/native_client/src/trusted/service_runtime/linux/nacl_boots
trap.gyp:nacl_helper_bootstrap', | 122 '<(DEPTH)/native_client/src/trusted/service_runtime/linux/nacl_boots
trap.gyp:nacl_helper_bootstrap', |
| 128 ], | 123 ], |
| 129 }], | 124 }], |
| 130 ], | 125 ], |
| 131 'defines': [ | 126 'defines': [ |
| 132 'HAS_OUT_OF_PROC_TEST_RUNNER', | 127 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 '<@(js_files)', | 284 '<@(js_files)', |
| 290 ], | 285 ], |
| 291 }, | 286 }, |
| 292 ], | 287 ], |
| 293 'dependencies': [ | 288 'dependencies': [ |
| 294 'chromevox_test_messages_js', | 289 'chromevox_test_messages_js', |
| 295 ], | 290 ], |
| 296 }, # target chromevox_test_deps_js | 291 }, # target chromevox_test_deps_js |
| 297 ], | 292 ], |
| 298 } | 293 } |
| OLD | NEW |