Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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',
114 '<(DEPTH)/v8/src/v8.gyp:v8', 113 '<(DEPTH)/v8/src/v8.gyp:v8',
115 'chromevox_test_deps_js', 114 'chromevox_test_deps_js',
116 ], 115 ],
117 'conditions': [ 116 'conditions': [
118 ['disable_nacl==0 and disable_nacl_untrusted==0', { 117 ['disable_nacl==0 and disable_nacl_untrusted==0', {
119 'dependencies': [ 118 'dependencies': [
120 '<(DEPTH)/components/nacl.gyp:nacl_helper', 119 '<(DEPTH)/components/nacl.gyp:nacl_helper',
121 '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi', 120 '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi',
122 '<(DEPTH)/native_client/src/trusted/service_runtime/linux/nacl_boots trap.gyp:nacl_helper_bootstrap', 121 '<(DEPTH)/native_client/src/trusted/service_runtime/linux/nacl_boots trap.gyp:nacl_helper_bootstrap',
123 ], 122 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 '<@(js_files)', 283 '<@(js_files)',
285 ], 284 ],
286 }, 285 },
287 ], 286 ],
288 'dependencies': [ 287 'dependencies': [
289 'chromevox_test_messages_js', 288 'chromevox_test_messages_js',
290 ], 289 ],
291 }, # target chromevox_test_deps_js 290 }, # target chromevox_test_deps_js
292 ], 291 ],
293 } 292 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | chrome/browser/resources/translate_internals/prefs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698