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

Unified Diff: remoting/signaling/BUILD.gn

Issue 2273383002: Cleaning up remoting GN build files. Condense the sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up remoting GN build files. Condense the sources. Created 4 years, 4 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
« remoting/remoting_options.gni ('K') | « remoting/remoting_srcs.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/BUILD.gn
diff --git a/remoting/signaling/BUILD.gn b/remoting/signaling/BUILD.gn
index 2987aeee760a4d7bc142df35fdde660bcc495601..27d08d7c95d9216b7d79c0111e2e4fad137c94be 100644
--- a/remoting/signaling/BUILD.gn
+++ b/remoting/signaling/BUILD.gn
@@ -2,12 +2,26 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//remoting/remoting_srcs.gni")
-
static_library("signaling") {
- sources = rebase_path(remoting_srcs_gypi_values.remoting_signaling_sources,
- ".",
- "//remoting")
+ sources = [
+ "iq_sender.cc",
+ "iq_sender.h",
+ "jid_util.cc",
+ "jid_util.h",
+ "log_to_server.cc",
+ "log_to_server.h",
+ "push_notification_subscriber.cc",
+ "push_notification_subscriber.h",
+ "server_log_entry.cc",
+ "server_log_entry.h",
+ "signal_strategy.h",
+ "xmpp_login_handler.cc",
+ "xmpp_login_handler.h",
+ "xmpp_signal_strategy.cc",
+ "xmpp_signal_strategy.h",
+ "xmpp_stream_parser.cc",
+ "xmpp_stream_parser.h",
+ ]
configs += [
"//build/config/compiler:no_size_t_to_int_warning",
« remoting/remoting_options.gni ('K') | « remoting/remoting_srcs.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698