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

Unified Diff: scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json

Issue 2167113003: Reland of [Android] Enable platform mode for perf tests on Galaxy S5 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json
diff --git a/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json b/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json
index 0c9f668312f3d9188db67cbeb1298c5300962aa3..13fdffa99ec8b690cfe98987ca260cf23354d6b5 100644
--- a/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json
+++ b/scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Galaxy_S5_Perf__1_.json
@@ -501,6 +501,7 @@
"350",
"--known-devices-file",
"[HOME]/.android/known_devices.json",
+ "--enable-platform-mode",
"--adb-path",
"[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
],
@@ -582,7 +583,8 @@
"page_cycler.foo",
"--verbose",
"--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
+ "--enable-platform-mode"
],
"env": {
"CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
@@ -629,7 +631,8 @@
"perf_test.foo",
"--verbose",
"--blacklist-file",
- "[SLAVE_BUILD]/src/out/bad_devices.json"
+ "[SLAVE_BUILD]/src/out/bad_devices.json",
+ "--enable-platform-mode"
],
"env": {
"CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",

Powered by Google App Engine
This is Rietveld 408576698