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

Unified Diff: remoting/host/setup/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/setup/BUILD.gn
diff --git a/remoting/host/setup/BUILD.gn b/remoting/host/setup/BUILD.gn
index f43fe7b0920f021adfb9eeb4a92cf148f44465ed..3e89fa542ff592c9ca4c63a1cb501596cbfeb991 100644
--- a/remoting/host/setup/BUILD.gn
+++ b/remoting/host/setup/BUILD.gn
@@ -2,13 +2,32 @@
# 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("setup") {
- sources =
- rebase_path(remoting_host_srcs_gypi_values.remoting_host_setup_sources,
- ".",
- "//remoting")
+ sources = [
+ "daemon_controller.cc",
+ "daemon_controller.h",
+ "daemon_controller_delegate_linux.cc",
+ "daemon_controller_delegate_linux.h",
+ "daemon_controller_delegate_mac.h",
+ "daemon_controller_delegate_mac.mm",
+ "daemon_controller_delegate_win.cc",
+ "daemon_controller_delegate_win.h",
+ "gaia_oauth_client.cc",
+ "gaia_oauth_client.h",
+ "me2me_native_messaging_host.cc",
+ "me2me_native_messaging_host.h",
+ "oauth_client.h",
+ "oauth_helper.cc",
+ "oauth_helper.h",
+ "pin_validator.cc",
+ "pin_validator.h",
+ "service_client.cc",
+ "service_client.h",
+ "test_util.cc",
+ "test_util.h",
+ "win/auth_code_getter.cc",
+ "win/auth_code_getter.h",
+ ]
configs += [
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698