| Index: scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| index 60467ced39fedc9334c9e566415cee7565bfdaf6..a1e94ef80e37808d8de4474612e54046f49b95c1 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/chromium_win.py
|
| @@ -35,7 +35,6 @@
|
| },
|
| 'enable_swarming': True,
|
| 'use_isolate': True,
|
| - 'checkout_dir': 'win',
|
| },
|
| 'Win10 Tests x64': {
|
| 'chromium_config': 'chromium',
|
| @@ -125,7 +124,6 @@
|
| },
|
| 'enable_swarming': True,
|
| 'use_isolate': True,
|
| - 'checkout_dir': 'win',
|
| },
|
| 'Win 7 Tests x64 (1)': {
|
| 'chromium_config': 'chromium',
|
| @@ -165,7 +163,6 @@
|
| steps.generate_isolated_script,
|
| ],
|
| 'enable_swarming': True,
|
| - 'checkout_dir': 'win_gyp',
|
| 'swarming_dimensions': {
|
| 'cpu': 'x86-64',
|
| 'os': 'Windows-8.1-SP0',
|
| @@ -210,7 +207,6 @@
|
| },
|
| 'enable_swarming': True,
|
| 'use_isolate': True,
|
| - 'checkout_dir': 'win',
|
| },
|
| 'Win7 Tests (dbg)(1)': {
|
| 'chromium_config': 'chromium',
|
| @@ -247,7 +243,6 @@
|
| steps.generate_isolated_script,
|
| ],
|
| 'enable_swarming': True,
|
| - 'checkout_dir': 'win_gyp',
|
| 'testing': {
|
| 'platform': 'win',
|
| },
|
| @@ -274,7 +269,6 @@
|
| # Workaround so that recipes doesn't add random build targets to our
|
| # compile line. We want to build everything.
|
| 'add_tests_as_compile_targets': False,
|
| - 'checkout_dir': 'win_clang',
|
| },
|
| },
|
| }
|
|
|