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

Unified Diff: remoting/BUILD.gn

Issue 1717143002: Move //remoting/remoting_host_win.gypi:* to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move //remoting/remoting_host_win.gypi:* to GN Created 4 years, 10 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/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 9b834d0293bfb5b03d523f3681027a84df78ac2a..6b9fb64a0d82862e4a01d5ee900b9b9bd0b0e5e8 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -34,10 +34,11 @@ group("remoting_all") {
if (is_win) {
deps += [
- #"//remoting:remoting_breakpad_tester",
- #"//remoting:remoting_console",
- #"//remoting:remoting_desktop",
- #"//remoting:remoting_host_installation",
+ "//remoting:remoting_breakpad_tester",
+ "//remoting/host:remoting_console",
+ "//remoting/host:remoting_desktop",
+
+ # "//remoting:remoting_host_installation",
]
}
@@ -83,6 +84,8 @@ if (is_win) {
"//remoting/host",
]
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
+
sources = [
"tools/breakpad_tester_win.cc",
]
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698