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

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 unit test. 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 163bc80f6059d23d866683544fe8b5ac50e9a67f..3f6e3211b7f049e6c685f1711c5b5ac2c3c1f4d5 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -828,7 +828,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