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

Unified Diff: jingle/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: Synchronize with new version of gn patch 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: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index c6c19e5d83396c1341b9ab1eb667149e0df3dbc1..10f2b2b5fd7f8a4d0ccd5431382c0a1d2f3bf8da 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -92,11 +92,11 @@ if (enable_webrtc || !is_android) {
"//third_party/libjingle",
]
deps = [
+ ":jingle_glue",
"//base",
"//net",
"//third_party/expat",
"//url",
- ":jingle_glue",
]
}
« no previous file with comments | « ipc/mojo/BUILD.gn ('k') | mandoline/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698