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

Unified Diff: third_party/libjingle/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Rebase 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 1159d78eb4c2d0277d9c501644f4853caf34d269..9b305c619d51a524c0efc9c8f2f22523ad36a642 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.
@@ -494,8 +494,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