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

Unified Diff: ash/ash.gyp

Issue 613343005: Automatic deployment of the virtual keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 6 years, 2 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 | « no previous file | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 7b8fe890993dee0c5ca3bfedbeed71e766dad27b..bdc41b5b5482021a4e1d88d624596e9ee98613b3 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -939,6 +939,8 @@
# Note: sources list duplicated in GN build.
"sticky_keys/sticky_keys_controller.cc",
"sticky_keys/sticky_keys_controller.h",
+ 'virtual_keyboard_controller.cc',
+ 'virtual_keyboard_controller.h'
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
@@ -1126,6 +1128,7 @@
'sticky_keys/sticky_keys_unittest.cc',
'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
'autoclick/autoclick_unittest.cc',
+ "virtual_keyboard_controller_unittest.cc"
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc',
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698