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

Side by Side Diff: chrome/browser_tests.isolate

Issue 132793008: Revert 248878 "Merge 248802 "Remove build references to third_pa..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1823/src/
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « build/win/setup_cygwin_mount.py ('k') | chrome/tools/build/win/version.bat » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 5 'includes': [
6 'chrome.isolate', 6 'chrome.isolate',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['OS=="linux"', { 9 ['OS=="linux"', {
10 'variables': { 10 'variables': {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../testing/test_env.py', 117 '../testing/test_env.py',
118 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 118 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
119 '--test-launcher-bot-mode', 119 '--test-launcher-bot-mode',
120 ], 120 ],
121 }, 121 },
122 }], 122 }],
123 ['OS=="win"', { 123 ['OS=="win"', {
124 'variables': { 124 'variables': {
125 'isolate_dependency_tracked': [ 125 'isolate_dependency_tracked': [
126 '../native_client/build/build_nexe.py', 126 '../native_client/build/build_nexe.py',
127 '../third_party/cygwin/bin/bash.exe',
128 '../third_party/cygwin/setup_mount.bat',
127 '<(PRODUCT_DIR)/clearkeycdm.dll', 129 '<(PRODUCT_DIR)/clearkeycdm.dll',
128 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 130 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
129 '<(PRODUCT_DIR)/ppapi_tests.dll', 131 '<(PRODUCT_DIR)/ppapi_tests.dll',
130 '<(PRODUCT_DIR)/security_tests.dll', 132 '<(PRODUCT_DIR)/security_tests.dll',
131 'tools/build/repack_locales.py', 133 'tools/build/repack_locales.py',
132 ], 134 ],
133 'isolate_dependency_untracked': [ 135 'isolate_dependency_untracked': [
134 '../third_party/npapi/npspy/extern/plugin/', 136 '../third_party/npapi/npspy/extern/plugin/',
135 '../third_party/psyco_win32/psyco/', 137 '../third_party/psyco_win32/psyco/',
136 ], 138 ],
137 }, 139 },
138 }], 140 }],
139 ['chromeos==1', { 141 ['chromeos==1', {
140 'variables': { 142 'variables': {
141 'isolate_dependency_untracked': [ 143 'isolate_dependency_untracked': [
142 '<(PRODUCT_DIR)/chromevox_test_data/', 144 '<(PRODUCT_DIR)/chromevox_test_data/',
143 ], 145 ],
144 }, 146 },
145 }], 147 }],
146 ], 148 ],
147 } 149 }
OLDNEW
« no previous file with comments | « build/win/setup_cygwin_mount.py ('k') | chrome/tools/build/win/version.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698