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

Unified Diff: build/config/android/internal_rules.gni

Issue 2695963003: Use logdog butler subcommand to run tests. (Closed)
Patch Set: change the missed revision of logdog Created 3 years, 9 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 | « build/android/test_wrapper/logdog_wrapper.pydeps ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index d2d9f998b3d7d387b9a38ae1dd94f46d1b9c3461..729834bde579f748b9067cb26b2c8df0a7e61ec8 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -484,6 +484,7 @@ template("test_runner_script") {
depfile = "$target_gen_dir/$target_name.d"
data_deps += [ "//build/android:test_runner_py" ]
jbudorick 2017/03/14 20:41:40 nit: this should just be data_deps += [ "//
BigBossZhiling 2017/03/14 20:48:24 Done.
+ data_deps += [ "//build/android:logdog_wrapper_py" ]
data = []
test_runner_args = [
« no previous file with comments | « build/android/test_wrapper/logdog_wrapper.pydeps ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698