Index: net/net.gyp |
diff --git a/net/net.gyp b/net/net.gyp |
index da91a9295aa09d12595b9a26a62ee38c382c0283..5ddf430740f1b55c6a1d799d4d8cecf7dcd7ffd2 100644 |
--- a/net/net.gyp |
+++ b/net/net.gyp |
@@ -1570,6 +1570,7 @@ |
'../base/base.gyp:base', |
'cert_verify_status_android_java', |
'certificate_mime_types_java', |
+ 'network_change_notifier_types_java', |
'net_errors_java', |
'private_key_types_java', |
'remote_android_keystore_aidl', |
@@ -1640,6 +1641,14 @@ |
'includes': [ '../build/android/java_cpp_enum.gypi' ], |
}, |
{ |
+ 'target_name': 'network_change_notifier_types_java', |
+ 'type': 'none', |
+ 'variables': { |
+ 'source_file': 'base/network_change_notifier.h', |
+ }, |
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
+ }, |
+ { |
'target_name': 'private_key_types_java', |
'type': 'none', |
'variables': { |