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

Unified Diff: jingle/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 | « ipc/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 7822bae14f21183c7ecef6381b7e5da2c2ff032f..1940dfc9352808ca2aa26659c722f46c0a01453f 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -75,9 +75,7 @@ if (enable_webrtc || !is_android) {
"notifier/listener/xmpp_push_client.cc",
"notifier/listener/xmpp_push_client.h",
]
- defines = [
- "_CRT_SECURE_NO_WARNINGS",
- ]
+ defines = [ "_CRT_SECURE_NO_WARNINGS" ]
public_deps = [
"//third_party/libjingle",
@@ -170,9 +168,11 @@ if (enable_webrtc || !is_android) {
} else {
# !enable_webrtc and is_android
# Stub targets as Android doesn't use libjingle when webrtc is disabled.
- source_set("jingle_glue") { }
+ source_set("jingle_glue") {
+ }
- source_set("jingle_glue_test_util") { }
+ source_set("jingle_glue_test_util") {
+ }
# GYP version: jingle/jingle.gyp:notifier
static_library("notifier") {
@@ -186,9 +186,10 @@ if (enable_webrtc || !is_android) {
]
deps = [
"//base",
- "//net"
+ "//net",
]
}
- source_set("notifier_test_util") { }
+ source_set("notifier_test_util") {
+ }
}
« no previous file with comments | « ipc/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698