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

Unified Diff: chrome/android/BUILD.gn

Issue 2767613002: Expose resources in Robolectric/JUnit tests. (Closed)
Patch Set: GN generate resource dirs. Created 3 years, 8 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 67f70c1eb1489bd2bf078811f8cd65d5d000b9cd..ed681a54c7ad7091526576df629c7fa5c9d0182f 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -373,6 +373,8 @@ junit_binary("chrome_junit_tests") {
google_play_services_library,
]
srcjar_deps = [ "//base:base_build_config_gen" ]
+
+ package_name = manifest_package
}
chrome_version_java_dir = "$root_gen_dir/templates/chrome_version_java"

Powered by Google App Engine
This is Rietveld 408576698