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

Unified Diff: remoting/remoting_host.gypi

Issue 1293073006: Make gtk2/gtk3 compile time switchable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove deprecation warning. Created 5 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
« no previous file with comments | « 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/remoting_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 39aa2136394d4ed7f6bf768a69e433bc8ade97d9..de2a5d962885e806b37320049c444408210276f8 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -72,7 +72,7 @@
['chromeos==0 and use_ozone==0', {
'dependencies': [
# use GTK on Linux, even for Aura builds.
- '../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:gtk2',
],
}]
],
@@ -674,7 +674,7 @@
['OS=="linux" and chromeos==0 and use_ozone==0', {
'dependencies': [
# Always use GTK on Linux, even for Aura builds.
- '../build/linux/system.gyp:gtk',
+ '../build/linux/system.gyp:gtk2',
],
}],
['OS=="linux" and use_allocator!="none"', {
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698