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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (enable_webrtc || !is_android) { 8 if (enable_webrtc || !is_android) {
9 jingle_includes = exec_script("//build/gypi_to_gn.py", 9 jingle_includes = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("jingle.gypi") ], 10 [ rebase_path("jingle.gypi") ],
(...skipping 17 matching lines...) Expand all
28 28
29 # A library for sending and receiving peer-issued notifications. 29 # A library for sending and receiving peer-issued notifications.
30 # GYP version: jingle/jingle.gyp:notifier 30 # GYP version: jingle/jingle.gyp:notifier
31 static_library("notifier") { 31 static_library("notifier") {
32 sources = [ 32 sources = [
33 "notifier/base/const_communicator.h", 33 "notifier/base/const_communicator.h",
34 "notifier/base/gaia_constants.cc", 34 "notifier/base/gaia_constants.cc",
35 "notifier/base/gaia_constants.h", 35 "notifier/base/gaia_constants.h",
36 "notifier/base/gaia_token_pre_xmpp_auth.cc", 36 "notifier/base/gaia_token_pre_xmpp_auth.cc",
37 "notifier/base/gaia_token_pre_xmpp_auth.h", 37 "notifier/base/gaia_token_pre_xmpp_auth.h",
38 "notifier/base/notification_method.cc",
38 "notifier/base/notification_method.h", 39 "notifier/base/notification_method.h",
39 "notifier/base/notification_method.cc",
40 "notifier/base/notifier_options.cc", 40 "notifier/base/notifier_options.cc",
41 "notifier/base/notifier_options.h", 41 "notifier/base/notifier_options.h",
42 "notifier/base/notifier_options_util.cc", 42 "notifier/base/notifier_options_util.cc",
43 "notifier/base/notifier_options_util.h", 43 "notifier/base/notifier_options_util.h",
44 "notifier/base/server_information.cc", 44 "notifier/base/server_information.cc",
45 "notifier/base/server_information.h", 45 "notifier/base/server_information.h",
46 "notifier/base/weak_xmpp_client.cc", 46 "notifier/base/weak_xmpp_client.cc",
47 "notifier/base/weak_xmpp_client.h", 47 "notifier/base/weak_xmpp_client.h",
48 "notifier/base/xmpp_connection.cc", 48 "notifier/base/xmpp_connection.cc",
49 "notifier/base/xmpp_connection.h", 49 "notifier/base/xmpp_connection.h",
50 "notifier/communicator/connection_settings.cc", 50 "notifier/communicator/connection_settings.cc",
51 "notifier/communicator/connection_settings.h", 51 "notifier/communicator/connection_settings.h",
52 "notifier/communicator/login.cc", 52 "notifier/communicator/login.cc",
53 "notifier/communicator/login.h", 53 "notifier/communicator/login.h",
54 "notifier/communicator/login_settings.cc", 54 "notifier/communicator/login_settings.cc",
55 "notifier/communicator/login_settings.h", 55 "notifier/communicator/login_settings.h",
56 "notifier/communicator/single_login_attempt.cc", 56 "notifier/communicator/single_login_attempt.cc",
57 "notifier/communicator/single_login_attempt.h", 57 "notifier/communicator/single_login_attempt.h",
58 "notifier/listener/non_blocking_push_client.cc", 58 "notifier/listener/non_blocking_push_client.cc",
59 "notifier/listener/non_blocking_push_client.h", 59 "notifier/listener/non_blocking_push_client.h",
60 "notifier/listener/notification_constants.cc", 60 "notifier/listener/notification_constants.cc",
61 "notifier/listener/notification_constants.h", 61 "notifier/listener/notification_constants.h",
62 "notifier/listener/notification_defines.cc", 62 "notifier/listener/notification_defines.cc",
63 "notifier/listener/notification_defines.h", 63 "notifier/listener/notification_defines.h",
64 "notifier/listener/push_client.cc",
65 "notifier/listener/push_client.h",
64 "notifier/listener/push_client_observer.cc", 66 "notifier/listener/push_client_observer.cc",
65 "notifier/listener/push_client_observer.h", 67 "notifier/listener/push_client_observer.h",
66 "notifier/listener/push_client.cc",
67 "notifier/listener/push_client.h",
68 "notifier/listener/push_notifications_listen_task.cc", 68 "notifier/listener/push_notifications_listen_task.cc",
69 "notifier/listener/push_notifications_listen_task.h", 69 "notifier/listener/push_notifications_listen_task.h",
70 "notifier/listener/push_notifications_send_update_task.cc", 70 "notifier/listener/push_notifications_send_update_task.cc",
71 "notifier/listener/push_notifications_send_update_task.h", 71 "notifier/listener/push_notifications_send_update_task.h",
72 "notifier/listener/push_notifications_subscribe_task.cc", 72 "notifier/listener/push_notifications_subscribe_task.cc",
73 "notifier/listener/push_notifications_subscribe_task.h", 73 "notifier/listener/push_notifications_subscribe_task.h",
74 "notifier/listener/send_ping_task.cc", 74 "notifier/listener/send_ping_task.cc",
75 "notifier/listener/send_ping_task.h", 75 "notifier/listener/send_ping_task.h",
76 "notifier/listener/xml_element_util.cc", 76 "notifier/listener/xml_element_util.cc",
77 "notifier/listener/xml_element_util.h", 77 "notifier/listener/xml_element_util.h",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 } 175 }
176 176
177 source_set("jingle_glue_test_util") { 177 source_set("jingle_glue_test_util") {
178 } 178 }
179 179
180 # GYP version: jingle/jingle.gyp:notifier 180 # GYP version: jingle/jingle.gyp:notifier
181 static_library("notifier") { 181 static_library("notifier") {
182 sources = [ 182 sources = [
183 "notifier/base/gaia_constants.cc", 183 "notifier/base/gaia_constants.cc",
184 "notifier/base/gaia_constants.h", 184 "notifier/base/gaia_constants.h",
185 "notifier/base/notification_method.cc",
185 "notifier/base/notification_method.h", 186 "notifier/base/notification_method.h",
186 "notifier/base/notification_method.cc",
187 "notifier/base/notifier_options.cc", 187 "notifier/base/notifier_options.cc",
188 "notifier/base/notifier_options.h", 188 "notifier/base/notifier_options.h",
189 ] 189 ]
190 deps = [ 190 deps = [
191 "//base", 191 "//base",
192 "//net", 192 "//net",
193 ] 193 ]
194 } 194 }
195 195
196 source_set("notifier_test_util") { 196 source_set("notifier_test_util") {
197 } 197 }
198 } 198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698