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

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

Issue 2131453002: 🎦 Add missing dep when emma_coverage=true (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 7b1bbedbd8f64e37b69804dfc882949cbb70c4ca..405f22889080d60cef1e347a9303c833a1ea6b3a 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1783,6 +1783,9 @@ if (enable_java_templates) {
if (defined(invoker.apk_under_test)) {
deps += [ "${invoker.apk_under_test}__java" ]
}
+ if (emma_coverage && !_emma_never_instrument) {
+ deps += [ "//third_party/android_tools:emma_device" ]
+ }
}
# TODO(cjhopman): This is only ever needed to calculate the list of tests to
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698