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

Unified Diff: ui/aura/aura.gyp

Issue 235043005: x11: Remove X11 message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 8 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 | « gpu/config/gpu_info_collector_x11.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index f49a29414b6d975d65209d5ac844b35b43b3643e..26be1c37686194da8fb8e04f2968ef7ca749db45 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -208,6 +208,13 @@
'sources': [
'demo/demo_main.cc',
],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../gfx/gfx.gyp:gfx_x11',
+ ],
+ }],
+ ]
},
{
'target_name': 'aura_bench',
@@ -234,6 +241,13 @@
'sources': [
'bench/bench_main.cc',
],
+ 'conditions': [
+ ['use_x11==1', {
+ 'dependencies': [
+ '../gfx/gfx.gyp:gfx_x11',
+ ],
+ }],
+ ]
},
{
'target_name': 'aura_unittests',
« no previous file with comments | « gpu/config/gpu_info_collector_x11.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698