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

Unified Diff: net/android/BUILD.gn

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/PRESUBMIT.py ('k') | net/android/java/src/org/chromium/net/NetworkChangeNotifier.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index 8c803a1069c1ba66aa4c6f01caabe4728170bb0e..f583e7fcbb700d304738724e4688386235d3be0c 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -52,12 +52,15 @@ java_cpp_template("net_errors_java") {
java_cpp_enum("net_android_java_enums_srcjar") {
sources = [
"../base/mime_util.h",
+ "../base/network_change_notifier.h",
"cert_verify_result_android.h",
"keystore.h"
]
outputs = [
"org/chromium/net/CertificateMimeType.java",
"org/chromium/net/CertVerifyStatusAndroid.java",
+ "org/chromium/net/ConnectionSubtype.java",
+ "org/chromium/net/ConnectionType.java",
"org/chromium/net/PrivateKeyType.java",
]
}
« no previous file with comments | « net/PRESUBMIT.py ('k') | net/android/java/src/org/chromium/net/NetworkChangeNotifier.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698