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

Unified Diff: BUILD.gn

Issue 2867253002: Enable cc_perftests, gpu_perftests, and tracing_perftests on Nexus 5X Perf (Closed)
Patch Set: Switch to use //third_party/android_tools/sdk/platform-tools/adb Created 3 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
« no previous file with comments | « no previous file | testing/buildbot/chromium.perf.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index cd3feb81a14d7e4f5480445adcabc2aaabe150d0..f69b79c6bc0c582279bd45aad05a0274a0778e9b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -968,6 +968,10 @@ group("chromium_builder_perf") {
"//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
]
+ if (is_android) {
+ data += [ "//third_party/android_tools/sdk/platform-tools/adb" ]
+ }
+
if (!is_chromeos) {
data_deps += [ "//chrome/test:performance_browser_tests" ]
}
« no previous file with comments | « no previous file | testing/buildbot/chromium.perf.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698