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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11045023: Move src/tools/isolate to src/tools/swarm_client as a DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use r159961 Created 8 years, 2 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/common.gypi ('k') | net/net.gyp » ('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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 4805 matching lines...) Expand 10 before | Expand all | Expand 10 after
4816 { 4816 {
4817 'action_name': 'isolate', 4817 'action_name': 'isolate',
4818 'inputs': [ 4818 'inputs': [
4819 '<@(isolate_dependency_tracked)', 4819 '<@(isolate_dependency_tracked)',
4820 ], 4820 ],
4821 'outputs': [ 4821 'outputs': [
4822 '<(PRODUCT_DIR)/unit_tests.results', 4822 '<(PRODUCT_DIR)/unit_tests.results',
4823 ], 4823 ],
4824 'action': [ 4824 'action': [
4825 'python', 4825 'python',
4826 '../tools/isolate/isolate.py', 4826 '../tools/swarm_client/isolate.py',
4827 '<(test_isolation_mode)', 4827 '<(test_isolation_mode)',
4828 '--outdir', '<(test_isolation_outdir)', 4828 '--outdir', '<(test_isolation_outdir)',
4829 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 4829 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
4830 '--variable', 'OS', '<(OS)', 4830 '--variable', 'OS', '<(OS)',
4831 '--result', '<@(_outputs)', 4831 '--result', '<@(_outputs)',
4832 '--isolate', 'unit_tests.isolate', 4832 '--isolate', 'unit_tests.isolate',
4833 ], 4833 ],
4834 }, 4834 },
4835 ], 4835 ],
4836 }, 4836 },
(...skipping 10 matching lines...) Expand all
4847 { 4847 {
4848 'action_name': 'isolate', 4848 'action_name': 'isolate',
4849 'inputs': [ 4849 'inputs': [
4850 '<@(isolate_dependency_tracked)', 4850 '<@(isolate_dependency_tracked)',
4851 ], 4851 ],
4852 'outputs': [ 4852 'outputs': [
4853 '<(PRODUCT_DIR)/browser_tests.results', 4853 '<(PRODUCT_DIR)/browser_tests.results',
4854 ], 4854 ],
4855 'action': [ 4855 'action': [
4856 'python', 4856 'python',
4857 '../tools/isolate/isolate.py', 4857 '../tools/swarm_client/isolate.py',
4858 '<(test_isolation_mode)', 4858 '<(test_isolation_mode)',
4859 '--outdir', '<(test_isolation_outdir)', 4859 '--outdir', '<(test_isolation_outdir)',
4860 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 4860 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
4861 '--variable', 'OS', '<(OS)', 4861 '--variable', 'OS', '<(OS)',
4862 '--result', '<@(_outputs)', 4862 '--result', '<@(_outputs)',
4863 '--isolate', 'browser_tests.isolate', 4863 '--isolate', 'browser_tests.isolate',
4864 ], 4864 ],
4865 }, 4865 },
4866 ], 4866 ],
4867 }, 4867 },
4868 ], 4868 ],
4869 }], 4869 }],
4870 ], # 'conditions' 4870 ], # 'conditions'
4871 } 4871 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698