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

Unified Diff: content/content_tests.gypi

Issue 195793004: Implement overscroll support for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OVERRIDE 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index a9b801da05c9a5f17e754ac6ceccb7c13d6e31d3..73ef461936429deae3b01074cb3b49d3f01da59a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -822,7 +822,8 @@
['use_aura==1', {
'dependencies': [
'../ui/aura/aura.gyp:aura',
- ]
+ '../ui/keyboard/keyboard.gyp:keyboard',
+ ],
}],
['use_aura==1 or toolkit_views==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698