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

Unified Diff: views/views.gyp

Issue 7250001: Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 6 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
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 6a295cf59983095c23e6fa341f8de0f1936bc6a4..6e751f1295cb8bf16ede91431c4bdaba2c0c3bc0 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -525,6 +525,9 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ [ 'touchui==1', {
+ 'sources!': [ 'focus/accelerator_handler_gtk_unittest.cc' ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698