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

Unified Diff: scripts/slave/recipes/android_webview_aosp.expected/trybot.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/android_webview_aosp.expected/trybot.json
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/trybot.json b/scripts/slave/recipes/android_webview_aosp.expected/trybot.json
index 16a000ff5a755d1aef35cb17cc42d183d3edd865..c2a80690d8c8fcc06fcefb94dc2aa6a88223d29c 100644
--- a/scripts/slave/recipes/android_webview_aosp.expected/trybot.json
+++ b/scripts/slave/recipes/android_webview_aosp.expected/trybot.json
@@ -17,6 +17,8 @@
"src",
"--revision",
"HEAD",
+ "--revision_mapping_file",
+ "{}",
"--issue",
"12853011",
"--patchset",
@@ -146,6 +148,8 @@
"src",
"--revision",
"HEAD",
+ "--revision_mapping_file",
+ "{}",
"--issue",
"12853011",
"--patchset",

Powered by Google App Engine
This is Rietveld 408576698