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

Unified Diff: remoting/test/BUILD.gn

Issue 2514413002: Clean up GTK3 build flags. (Closed)
Patch Set: Fixes Created 4 years, 1 month 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
« build/config/linux/gtk2/BUILD.gn ('K') | « remoting/host/it2me/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/BUILD.gn
diff --git a/remoting/test/BUILD.gn b/remoting/test/BUILD.gn
index c365bc1e2538d2fa765b09bd22a875f20439acf8..f6525c94f44d5ccee12799830340249eb44b4f51 100644
--- a/remoting/test/BUILD.gn
+++ b/remoting/test/BUILD.gn
@@ -194,21 +194,13 @@ if (enable_remoting_host && !is_android && !is_chromeos) {
":it2me_standalone_host",
]
- if (is_win) {
- deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ]
- }
-
if (is_desktop_linux) {
- if (use_gtk3) {
- deps += [ "//build/config/linux/gtk3" ]
- } else {
- deps += [ "//build/config/linux/gtk2" ]
- }
+ deps += [ "//build/config/linux/gtk" ]
}
if (is_win) {
defines += [ "_ALT_NO_EXCEPTIONS" ]
-
+ deps += [ "//remoting/host/win:dpi_aware_exe_manifest" ]
libs += [
"rpcrt4.lib",
"wtsapi32.lib",
« build/config/linux/gtk2/BUILD.gn ('K') | « remoting/host/it2me/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698