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

Unified Diff: remoting/base/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
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/remoting_options.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/BUILD.gn
diff --git a/remoting/base/BUILD.gn b/remoting/base/BUILD.gn
index ff2b38f1b0d3f73cd1daf48265b0e06bc284f3bb..f4b77eb7f5e01c89c349164fa1031f6ff54e9c9f 100644
--- a/remoting/base/BUILD.gn
+++ b/remoting/base/BUILD.gn
@@ -2,12 +2,44 @@
# 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")
-
source_set("base") {
- sources = rebase_path(remoting_srcs_gypi_values.remoting_base_sources,
- ".",
- "//remoting")
+ sources = [
+ "auto_thread.cc",
+ "auto_thread.h",
+ "auto_thread_task_runner.cc",
+ "auto_thread_task_runner.h",
+ "buffered_socket_writer.cc",
+ "buffered_socket_writer.h",
+ "capabilities.cc",
+ "capabilities.h",
+ "chromium_url_request.cc",
+ "chromium_url_request.h",
+ "chromoting_event.cc",
+ "chromoting_event.h",
+ "compound_buffer.cc",
+ "compound_buffer.h",
+ "constants.cc",
+ "constants.h",
+ "rate_counter.cc",
+ "rate_counter.h",
+ "rsa_key_pair.cc",
+ "rsa_key_pair.h",
+ "running_samples.cc",
+ "running_samples.h",
+ "scoped_sc_handle_win.h",
+ "socket_reader.cc",
+ "socket_reader.h",
+ "telemetry_log_writer.cc",
+ "telemetry_log_writer.h",
+ "typed_buffer.h",
+ "url_request.h",
+ "url_request_context_getter.cc",
+ "url_request_context_getter.h",
+ "util.cc",
+ "util.h",
+ "vlog_net_log.cc",
+ "vlog_net_log.h",
+ ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
« no previous file with comments | « no previous file | remoting/client/BUILD.gn » ('j') | remoting/remoting_options.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698