summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 2b2b343..6c7217b 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1389,6 +1389,7 @@
'cert_verify_status_android_java',
'certificate_mime_types_java',
'network_change_notifier_types_java',
+ 'network_change_notifier_android_types_java',
'net_errors_java',
'private_key_types_java',
'remote_android_keystore_aidl',
@@ -1485,6 +1486,14 @@
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
{
+ 'target_name': 'network_change_notifier_android_types_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'android/network_change_notifier_android.cc',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
'target_name': 'private_key_types_java',
'type': 'none',
'variables': {