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

Unified Diff: base/base.gyp

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f8d77654e910d386fdbf4d1326b0ed921d60ab39..1025f2a9d4aa565eef459dc84f20b955139cb616 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1457,6 +1457,7 @@
'type': 'none',
'dependencies': [
'base_java',
+ '../testing/android/outstrumentation.gyp:outstrumentation_reporter_java',
],
'variables': {
'java_in_dir': '../base/test/android/javatests',

Powered by Google App Engine
This is Rietveld 408576698