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

Unified Diff: components/cronet/android/BUILD.gn

Issue 2217073004: Re-enable CronetSampleTest#testLoadUrl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix BUILD Created 4 years, 4 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 | components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 3f3ed4bc60ded282e7664689ec509f2f87ac808a..11034db16b27d2f85559146bd65af2cbb414b714 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -401,7 +401,7 @@ android_apk("cronet_sample_apk") {
# "tested apk" are removed from the "instrumentation test apk".
android_resources("cronet_sample_test_apk_resources") {
resource_dirs = [ "sample/res" ]
- android_manifest = "sample/AndroidManifest.xml"
+ android_manifest = "sample/javatests/AndroidManifest.xml"
}
instrumentation_test_apk("cronet_sample_test_apk") {
« no previous file with comments | « no previous file | components/cronet/android/sample/javatests/src/org/chromium/cronet_sample_apk/CronetSampleTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698