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

Unified Diff: webrtc/webrtc.gni

Issue 2894593002: Revert of Removes usage of native base::android::GetApplicationContext() (Closed)
Patch Set: Created 3 years, 7 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 | « webrtc/test/android/org/webrtc/native_test/RTCNativeUnitTestActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index b3ba9b0101a158d7e503c39b808afba416ee470b..5e1c12dd3f4f2a83ee96cda5b3562099ecb0ad9c 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -265,10 +265,6 @@
public_configs = [ rtc_common_inherited_config ]
if (defined(invoker.public_configs)) {
public_configs += invoker.public_configs
- }
- if (is_android) {
- android_manifest = "//webrtc/test/android/AndroidManifest.xml"
- deps += [ "//webrtc/test:native_test_java" ]
}
}
}
« no previous file with comments | « webrtc/test/android/org/webrtc/native_test/RTCNativeUnitTestActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698