Chromium Code Reviews

Unified Diff: scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json

Issue 275303003: Reland: Use real revision mapping in bot_update module (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix nits, copy GOT_REVISION_MAPPING sub-dict to avoid modifying the global one. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json b/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
index 1f09dcb14fa0aa28bdf057bd6ecad6f70c1fe526..cdbb7f65b973ff6d4ed53c1089ce33c40487408d 100644
--- a/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
+++ b/scripts/slave/recipes/android_webview_aosp.expected/uses_goma_test.json
@@ -15,6 +15,8 @@
"cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]",
"--revision",
"204787",
+ "--revision_mapping_file",
+ "{}",
"--output_json",
"/path/to/tmp/json"
],
@@ -127,6 +129,8 @@
"cache_dir = None\nsolutions = [{'custom_deps': {'src/blacklist/project/1': None, 'src/blacklist/project/2': None}, 'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
"--revision",
"204787",
+ "--revision_mapping_file",
+ "{}",
"--output_json",
"/path/to/tmp/json"
],

Powered by Google App Engine