summaryrefslogtreecommitdiffstats
path: root/jingle/BUILD.gn
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-02-27 18:23:09 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-28 02:24:07 +0000
commit7c7296f4dcb7e32fa4440b333a40a37699f517b1 (patch)
tree279df2952a81b93354570bb78e92c3c4c5a24fa9 /jingle/BUILD.gn
parente4f56cef9af4457ba0074e963748284d5da35165 (diff)
downloadchromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.zip
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.gz
chromium_src-7c7296f4dcb7e32fa4440b333a40a37699f517b1.tar.bz2
Apply gn format with 'sources' sorting to src/
Application of https://codereview.chromium.org/962003002/. TBR=keybuk@chromium.org R=brettw@chromium.org BUG=456014 Review URL: https://codereview.chromium.org/960413003 Cr-Commit-Position: refs/heads/master@{#318574}
Diffstat (limited to 'jingle/BUILD.gn')
-rw-r--r--jingle/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index d99f384..65ffd1c 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",
]