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

Unified Diff: build/gn_migration.gypi

Issue 1139973005: Fix gyp failure on linux when use_ozone=1 is set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index f9a4db868a12ac3255d21af2698352e868c73bba..1d14cd8eb503948db95a32b434b11c643821baa0 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -240,7 +240,7 @@
'../remoting/remoting_all.gyp:remoting_all',
],
}],
- ['remoting==1 and chromeos==0', {
+ ['remoting==1 and chromeos==0 and use_x11==1', {
Dirk Pranke 2015/05/18 20:44:16 This seems to be the right change to at least matc
babu 2015/05/19 11:10:53 Thanks for reviewing, Dirk! This fixes the build
Dirk Pranke 2015/05/19 19:54:47 Oh, I'm sorry, I totally misread this and thought
'dependencies': [
'../remoting/remoting.gyp:remoting_me2me_host',
'../remoting/remoting.gyp:remoting_me2me_native_messaging_host',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698