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

Unified Diff: net/net.gyp

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/http/transport_security_state_static.json ('k') | net/net.gypi » ('j') | 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 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': {
« no previous file with comments | « net/http/transport_security_state_static.json ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698