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

Unified Diff: content/content_browser.gypi

Issue 138163016: [DevTools] Touch emulation in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non-aura compile 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index dcac8c864b97a9f0cc1260edce0445d02a6413ae..9b1fb48c4f06a62eaf02bac2185892429e4ec19f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -930,6 +930,9 @@
'browser/renderer_host/input/tap_suppression_controller_client.h',
'browser/renderer_host/input/timeout_monitor.cc',
'browser/renderer_host/input/timeout_monitor.h',
+ 'browser/renderer_host/input/touch_emulator.cc',
+ 'browser/renderer_host/input/touch_emulator.h',
+ 'browser/renderer_host/input/touch_emulator_client.h',
'browser/renderer_host/input/touch_event_queue.cc',
'browser/renderer_host/input/touch_event_queue.h',
'browser/renderer_host/input/touch_action_filter.cc',
« no previous file with comments | « content/common/view_messages.h ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698