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

Unified Diff: content/content_tests.gypi

Issue 641703002: Rewrite the Android implementation of BatteryMonitor directly in Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@battery-status-api-to-mojo
Patch Set: webview, build! Created 6 years 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 99a168563feee25eab61f5b4f10270601cc5b407..9d02b165647a61101e413048db7191255ab32265 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1375,6 +1375,9 @@
'sources': [
'shell/android/browsertests_apk/content_browser_tests_android.cc',
],
+ 'sources!': [
+ 'browser/battery_status/battery_monitor_impl_browsertest.cc',
+ ],
'dependencies': [
'content_shell_jni_headers',
'content_shell_lib',

Powered by Google App Engine
This is Rietveld 408576698