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

Unified Diff: third_party/libjingle/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
Index: third_party/libjingle/BUILD.gn
diff --git a/third_party/libjingle/BUILD.gn b/third_party/libjingle/BUILD.gn
index 40fdf6580fe5f4a718f15f013cce0579e1b55d0b..45f7c518180718a7a86f278e75175b399bcd9fee 100644
--- a/third_party/libjingle/BUILD.gn
+++ b/third_party/libjingle/BUILD.gn
@@ -109,8 +109,8 @@ group("jingle_deps") {
]
deps = [
"//base",
- "//net",
"//crypto:platform",
+ "//net",
]
}
@@ -233,8 +233,8 @@ static_library("libjingle") {
":jingle_deps",
]
deps = [
- "//third_party/webrtc/base:rtc_base",
":libjingle_p2p_constants",
+ "//third_party/webrtc/base:rtc_base",
]
# From libjingle_common.gypi's conditions list.
@@ -492,8 +492,8 @@ if (enable_webrtc) {
]
deps = [
- "//third_party/webrtc/base:rtc_base",
":libjingle_webrtc_common",
+ "//third_party/webrtc/base:rtc_base",
]
}
} # enable_webrtc

Powered by Google App Engine
This is Rietveld 408576698