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

Unified Diff: scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/mac_xfa.json ('k') | scripts/slave/recipes/pdfium.expected/win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json
diff --git a/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json b/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json
index dfe36b44095888c9458726e4da535dd10a528f7e..f3fefb0dd3acd96e6fb278e807dd08d6888a3129 100644
--- a/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json
+++ b/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json
@@ -11,13 +11,13 @@
"--slave",
"TestSlavename",
"--spec",
- "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
+ "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
"--root",
"pdfium",
"--revision_mapping_file",
"{}",
"--git-cache-dir",
- "[GIT_CACHE]",
+ "[ROOT]/b/build/slave/cache_dir",
"--issue",
"12853011",
"--patchset",
@@ -31,7 +31,6 @@
"--force",
"--output_manifest"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -60,7 +59,6 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
@@ -71,56 +69,55 @@
"cmd": [
"ninja",
"-C",
- "[SLAVE_BUILD]/pdfium/out/Debug"
+ "[CWD]/pdfium/out/Debug"
],
- "cwd": "[SLAVE_BUILD]",
"name": "compile with ninja"
},
{
"cmd": [
- "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_unittests"
+ "[CWD]/pdfium/out/Debug/pdfium_unittests"
],
- "cwd": "[SLAVE_BUILD]/pdfium",
+ "cwd": "[CWD]/pdfium",
"name": "unittests"
},
{
"cmd": [
- "[SLAVE_BUILD]/pdfium/out/Debug/pdfium_embeddertests"
+ "[CWD]/pdfium/out/Debug/pdfium_embeddertests"
],
- "cwd": "[SLAVE_BUILD]/pdfium",
+ "cwd": "[CWD]/pdfium",
"name": "embeddertests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/pdfium/testing/tools/run_javascript_tests.py",
+ "[CWD]/pdfium/testing/tools/run_javascript_tests.py",
"--build-dir",
"out/Debug"
],
- "cwd": "[SLAVE_BUILD]/pdfium",
+ "cwd": "[CWD]/pdfium",
"name": "javascript tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/pdfium/testing/tools/run_pixel_tests.py",
+ "[CWD]/pdfium/testing/tools/run_pixel_tests.py",
"--build-dir",
"out/Debug"
],
- "cwd": "[SLAVE_BUILD]/pdfium",
+ "cwd": "[CWD]/pdfium",
"name": "pixel tests"
},
{
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/pdfium/testing/tools/run_corpus_tests.py",
+ "[CWD]/pdfium/testing/tools/run_corpus_tests.py",
"--build-dir",
"out/Debug"
],
- "cwd": "[SLAVE_BUILD]/pdfium",
+ "cwd": "[CWD]/pdfium",
"name": "corpus tests"
},
{
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/mac_xfa.json ('k') | scripts/slave/recipes/pdfium.expected/win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698