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

Unified Diff: chrome/chrome_browser.gypi

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 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: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 126124)
+++ chrome/chrome_browser.gypi (working copy)
@@ -4324,6 +4324,8 @@
'dependencies': [
'../build/linux/system.gyp:dbus',
'../build/linux/system.gyp:fontconfig',
+ '../build/linux/system.gyp:frame',
rjkroege 2012/04/02 17:05:15 these should not be included unless the use_utouch
+ '../build/linux/system.gyp:grail',
'../build/linux/system.gyp:x11',
'../dbus/dbus.gyp:dbus',
],

Powered by Google App Engine
This is Rietveld 408576698