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

Unified Diff: chrome/chrome_tests.gypi

Issue 7212029: Add a browser-test for the keyboard widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 4 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_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 04b757c3fabb9845f2be3eb8c6a5f838d7e1eda6..991a5a3e6fa187b9a0c00da68df91470d574cf19 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2670,6 +2670,11 @@
'browser/ui/webui/print_preview.js',
],
}],
+ ['touchui==1', {
+ 'sources': [
+ 'browser/ui/touch/keyboard/keyboard_manager_browsertest.cc',
+ ],
+ }],
['file_manager_extension==0', {
'sources!': [
'browser/ui/views/file_manager_dialog_browsertest.cc',
« no previous file with comments | « chrome/browser/ui/touch/keyboard/keyboard_manager_browsertest.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698