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

Unified Diff: components/cronet.gypi

Issue 1021623002: Unbreak loading of cronet.jar - needs base library_loader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index fcf69394ebb62ec3095d0b84e1df79a18666d8a4..24409ede3e56cab8fab8ca8c974b30bd8fa40a46 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -368,9 +368,6 @@
'package_dir': '<(PRODUCT_DIR)/cronet',
'intermediate_dir': '<(SHARED_INTERMEDIATE_DIR)/cronet',
'jar_extract_dir': '<(intermediate_dir)/cronet_jar_extract',
- 'jar_excluded_classes': [
- '*/library_loader/*',
- ],
'jar_extract_stamp': '<(intermediate_dir)/jar_extract.stamp',
'cronet_jar_stamp': '<(intermediate_dir)/cronet_jar.stamp',
},
@@ -421,7 +418,6 @@
'python', '<(DEPTH)/build/android/gyp/jar.py',
'--classes-dir=<(jar_extract_dir)',
'--jar-path=<(package_dir)/<(java_lib)',
- '--excluded-classes=<@(jar_excluded_classes)',
'--stamp=<(cronet_jar_stamp)',
]
},
« 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