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

Unified Diff: jingle/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 months 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 d99f384d3fe2b3a1554beefebc7c9da8ec5a2f9f..65ffd1ce216c26929d41163a73bca1fe38c5c602 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -35,8 +35,8 @@ if (enable_webrtc || !is_android) {
"notifier/base/gaia_constants.h",
"notifier/base/gaia_token_pre_xmpp_auth.cc",
"notifier/base/gaia_token_pre_xmpp_auth.h",
- "notifier/base/notification_method.h",
"notifier/base/notification_method.cc",
+ "notifier/base/notification_method.h",
"notifier/base/notifier_options.cc",
"notifier/base/notifier_options.h",
"notifier/base/notifier_options_util.cc",
@@ -61,10 +61,10 @@ if (enable_webrtc || !is_android) {
"notifier/listener/notification_constants.h",
"notifier/listener/notification_defines.cc",
"notifier/listener/notification_defines.h",
- "notifier/listener/push_client_observer.cc",
- "notifier/listener/push_client_observer.h",
"notifier/listener/push_client.cc",
"notifier/listener/push_client.h",
+ "notifier/listener/push_client_observer.cc",
+ "notifier/listener/push_client_observer.h",
"notifier/listener/push_notifications_listen_task.cc",
"notifier/listener/push_notifications_listen_task.h",
"notifier/listener/push_notifications_send_update_task.cc",
@@ -182,8 +182,8 @@ if (enable_webrtc || !is_android) {
sources = [
"notifier/base/gaia_constants.cc",
"notifier/base/gaia_constants.h",
- "notifier/base/notification_method.h",
"notifier/base/notification_method.cc",
+ "notifier/base/notification_method.h",
"notifier/base/notifier_options.cc",
"notifier/base/notifier_options.h",
]

Powered by Google App Engine
This is Rietveld 408576698