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

Unified Diff: net/android/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« components/BUILD.gn ('K') | « net/BUILD.gn ('k') | ppapi/host/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 7cd9b08ec635709b81bac4cd9bb1a9ad7c796ed2..df00495ad2559cac5051f948d7f59693529e7c95 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -29,9 +29,9 @@ android_aidl("remote_android_keystore_aidl") {
android_library("net_java_test_support") {
DEPRECATED_java_in_dir = "../test/android/javatests/src"
deps = [
+ ":net_java",
"//base:base_java",
"//third_party/android_tools:legacy_http_javalib",
- ":net_java",
]
srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
}
@@ -44,10 +44,10 @@ android_resources("net_unittests_apk_resources") {
android_library("net_javatests") {
DEPRECATED_java_in_dir = "javatests/src"
deps = [
- "//base:base_java",
- "//base:base_java_test_support",
":net_java",
":net_java_test_support",
+ "//base:base_java",
+ "//base:base_java_test_support",
]
}
« components/BUILD.gn ('K') | « net/BUILD.gn ('k') | ppapi/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698