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

Unified Diff: remoting/host/native_messaging/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
Index: remoting/host/native_messaging/BUILD.gn
diff --git a/remoting/host/native_messaging/BUILD.gn b/remoting/host/native_messaging/BUILD.gn
index afefee11de6661543735a9f18de4e3c96c0ae163..965eb958fa788c867d9088894244beccdbaeb073 100644
--- a/remoting/host/native_messaging/BUILD.gn
+++ b/remoting/host/native_messaging/BUILD.gn
@@ -2,14 +2,19 @@
# 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")
-
-# GYP version: remoting/remoting_host.gypi:remoting_native_messaging_base
source_set("native_messaging") {
- sources = rebase_path(
- remoting_host_srcs_gypi_values.remoting_host_native_messaging_sources,
- ".",
- "//remoting")
+ sources = [
+ "log_message_handler.cc",
+ "log_message_handler.h",
+ "native_messaging_pipe.cc",
+ "native_messaging_pipe.h",
+ "native_messaging_reader.cc",
+ "native_messaging_reader.h",
+ "native_messaging_writer.cc",
+ "native_messaging_writer.h",
+ "pipe_messaging_channel.cc",
+ "pipe_messaging_channel.h",
+ ]
configs += [ "//build/config/compiler:wexit_time_destructors" ]

Powered by Google App Engine
This is Rietveld 408576698