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

Unified Diff: remoting/remoting.gyp

Issue 10435004: Fix remoting_unittests compilation with Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/x_server_pixel_buffer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index ef168789dfc941aecf82b5f0a93fd17b2fd4dded..e9af2afda79744c431157a8cb7a05925e134646f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1190,6 +1190,10 @@
}, { # else toolkit_uses_gtk!=1
'sources!': [
'*_gtk.cc',
+ ],
+ }],
+ ['OS!="linux"', {
+ 'sources!': [
'host/x_server_pixel_buffer.cc',
'host/x_server_pixel_buffer.h',
],
« no previous file with comments | « remoting/host/x_server_pixel_buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698