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

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

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « build/linux/unbundle/replace_gyp_files.py ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
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)/third_party/cld_2/cld_2.gyp:cld2_platform_impl',
114 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 114 '<(DEPTH)/v8/src/v8.gyp:v8',
115 'chromevox_test_deps_js', 115 'chromevox_test_deps_js',
116 ], 116 ],
117 'conditions': [ 117 'conditions': [
118 ['disable_nacl==0 and disable_nacl_untrusted==0', { 118 ['disable_nacl==0 and disable_nacl_untrusted==0', {
119 'dependencies': [ 119 'dependencies': [
120 '<(DEPTH)/components/nacl.gyp:nacl_helper', 120 '<(DEPTH)/components/nacl.gyp:nacl_helper',
121 '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi', 121 '<(DEPTH)/components/nacl_nonsfi.gyp:nacl_helper_nonsfi',
122 '<(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',
123 ], 123 ],
124 }], 124 }],
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 '<@(js_files)', 284 '<@(js_files)',
285 ], 285 ],
286 }, 286 },
287 ], 287 ],
288 'dependencies': [ 288 'dependencies': [
289 'chromevox_test_messages_js', 289 'chromevox_test_messages_js',
290 ], 290 ],
291 }, # target chromevox_test_deps_js 291 }, # target chromevox_test_deps_js
292 ], 292 ],
293 } 293 }
OLDNEW
« no previous file with comments | « build/linux/unbundle/replace_gyp_files.py ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698