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

Unified Diff: PRESUBMIT.py

Issue 1914073002: 🐺 Fix net_unittests on Android swarming by adding testserver as a data_dep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-isolates-android
Patch Set: 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 | « no previous file | net/BUILD.gn » ('j') | net/tools/testserver/testserver.pydeps » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c6f80de29f247bc90dae415ad65c7289252c0a14..949e03aed1160497daa1e6ec013f278a263cf47d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -317,6 +317,7 @@ _VALID_OS_MACROS = (
_ANDROID_SPECIFIC_PYDEPS_FILES = [
'build/android/test_runner.pydeps',
+ 'net/tools/testserver/testserver.pydeps',
]
_GENERIC_PYDEPS_FILES = [
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | net/tools/testserver/testserver.pydeps » ('J')

Powered by Google App Engine
This is Rietveld 408576698