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

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

Issue 1533353002: GN: asset_location -> android_assets() for cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index e81f294ef0336242de5093d80a804db2c52fd130..47c0cb79838f1228c2126436786d3092bdd145dc 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -409,14 +409,20 @@ android_library("cronet_test_apk_java") {
]
}
+android_assets("cronet_test_apk_assets") {
+ sources = [
+ "test/assets/test",
mef 2015/12/21 16:50:14 according to https://code.google.com/p/chromium/co
agrieve 2015/12/21 17:58:10 Right you are! Fixed.
+ ]
+}
+
android_apk("cronet_test_apk") {
testonly = true
apk_name = "CronetTest"
android_manifest = "test/AndroidManifest.xml"
native_libs = [ "libcronet_tests.so" ]
- asset_location = "test/assets"
deps = [
+ ":cronet_test_apk_assets",
":cronet_test_apk_java",
":cronet_test_apk_resources",
":cronet_tests",
« 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