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

Unified Diff: remoting/host/it2me/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/it2me/BUILD.gn
diff --git a/remoting/host/it2me/BUILD.gn b/remoting/host/it2me/BUILD.gn
index 53e02a13a364dd21613a3e426f4d1ec705dd983e..87467fb9aa1280019ce34033336560412aaaf82a 100644
--- a/remoting/host/it2me/BUILD.gn
+++ b/remoting/host/it2me/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/features.gni")
import("//remoting/remoting_enable.gni")
-import("//remoting/remoting_srcs.gni")
import("//remoting/remoting_locales.gni")
import("//remoting/remoting_version.gni")
@@ -17,10 +16,17 @@ if (is_mac) {
}
source_set("common") {
- sources = rebase_path(
- remoting_host_srcs_gypi_values.remoting_it2me_host_static_sources,
- ".",
- "//remoting")
+ sources = [
+ "it2me_confirmation_dialog.cc",
+ "it2me_confirmation_dialog.h",
+ "it2me_confirmation_dialog_chromeos.cc",
+ "it2me_confirmation_dialog_proxy.cc",
+ "it2me_confirmation_dialog_proxy.h",
+ "it2me_host.cc",
+ "it2me_host.h",
+ "it2me_native_messaging_host.cc",
+ "it2me_native_messaging_host.h",
+ ]
if (is_android) {
sources -= [

Powered by Google App Engine
This is Rietveld 408576698