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

Unified Diff: mojo/services/network/BUILD.gn

Issue 1230973004: Upload symbols when uploading artifacts. (Closed) Base URL: https://github.com/domokit/monet.git@add_tracing
Patch Set: Use devtools for signature Created 5 years, 5 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 | « claude.py ('k') | tools/upload_service.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index 1bdbd265b07c47e54d03820cc48eca4094c7f511..9976f8c5d60a0b5f80c40c29b4dd11e7c2847684 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -5,18 +5,8 @@
import("//third_party/mojo/src/mojo/public/mojo_application.gni")
if (is_android) {
- import("//build/config/android/rules.gni")
-
- java_library_path = "$target_out_dir/java_library.dex.jar"
-
mojo_android_application("network") {
output_name = "network_service"
- input_so = "$root_out_dir/lib.stripped/libnetwork_service.so"
- input_dex_jar = java_library_path
- }
-
- shared_library("native_library") {
- output_name = "network_service"
sources = [
"android_hooks.cc",
@@ -27,12 +17,8 @@ if (is_android) {
"//base",
"//net",
]
- }
- android_standalone_library("java_library") {
- dex_path = java_library_path
-
- deps = [
+ java_deps = [
"//net/android:net_java",
]
}
« no previous file with comments | « claude.py ('k') | tools/upload_service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698