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

Unified Diff: net/net.gyp

Issue 599493004: Use the new java_cpp_enum rule in net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more aosp fix Created 6 years, 3 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 | « net/cert/cert_verify_proc_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5173c7088e32bafefc90a4dbed9ecb22aa9983d8..2ea8b99a7f8bd2409bf41c84f08829a6814168a7 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1620,38 +1620,26 @@
{
'target_name': 'certificate_mime_types_java',
'type': 'none',
- 'sources': [
- 'android/java/CertificateMimeType.template',
- ],
'variables': {
- 'package_name': 'org/chromium/net',
- 'template_deps': ['base/mime_util_certificate_type_list.h'],
+ 'source_file': 'base/mime_util.h',
},
- 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'cert_verify_status_android_java',
'type': 'none',
- 'sources': [
- 'android/java/CertVerifyStatusAndroid.template',
- ],
'variables': {
- 'package_name': 'org/chromium/net',
- 'template_deps': ['android/cert_verify_status_android_list.h'],
+ 'source_file': 'android/cert_verify_result_android.h',
},
- 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'private_key_types_java',
'type': 'none',
- 'sources': [
- 'android/java/PrivateKeyType.template',
- ],
'variables': {
- 'package_name': 'org/chromium/net',
- 'template_deps': ['android/private_key_type_list.h'],
+ 'source_file': 'android/keystore.h',
},
- 'includes': [ '../build/android/java_cpp_template.gypi' ],
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
'target_name': 'net_unittests_apk',
« no previous file with comments | « net/cert/cert_verify_proc_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698