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

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, 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 | « build/install-build-deps.sh ('k') | content/browser/renderer_host/web_input_event_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 126124)
+++ chrome/chrome_browser.gypi (working copy)
@@ -4328,6 +4328,12 @@
'../dbus/dbus.gyp:dbus',
],
}],
+ ['use_aura==1 and use_utouch==1', {
+ 'dependencies': [
+ '../third_party/utouch-frame/utouch-frame.gyp:utouch-frame',
+ '../third_party/utouch-grail/utouch-grail.gyp:utouch-grail',
+ ],
+ }],
['use_nss==1', {
'sources': [
'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
« no previous file with comments | « build/install-build-deps.sh ('k') | content/browser/renderer_host/web_input_event_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698