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

Unified Diff: net/android/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net 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/BUILD.gn ('k') | net/base/registry_controlled_domains/BUILD.gn » ('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 f583e7fcbb700d304738724e4688386235d3be0c..db15835ed1e48ef9686f793a54c51b89606fef22 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -19,7 +19,8 @@ android_library("net_java") {
}
android_aidl("remote_android_keystore_aidl") {
- interface_file = "java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl"
+ interface_file =
+ "java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl"
sources = [
"java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl",
"java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl",
@@ -45,7 +46,7 @@ java_cpp_template("net_errors_java") {
"java/NetError.template",
]
inputs = [
- "../base/net_error_list.h"
+ "../base/net_error_list.h",
]
}
@@ -54,7 +55,7 @@ java_cpp_enum("net_android_java_enums_srcjar") {
"../base/mime_util.h",
"../base/network_change_notifier.h",
"cert_verify_result_android.h",
- "keystore.h"
+ "keystore.h",
]
outputs = [
"org/chromium/net/CertificateMimeType.java",
« no previous file with comments | « net/BUILD.gn ('k') | net/base/registry_controlled_domains/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698