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

Unified Diff: Source/modules/modules.gypi

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 93a391a4dc85f3e41313a9a4a069d99ea2a4b4fd..edd5672e4e9f9fad95736dfe16de90d42b04ffeb 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -179,6 +179,7 @@
'notifications/WindowNotifications.idl',
'notifications/WorkerGlobalScopeNotifications.idl',
'performance/WorkerGlobalScopePerformance.idl',
+ 'pointerevents/NavigatorPointerEvents.idl',
Rick Byers 2013/08/07 13:46:51 I'm not sure if a 'module' is really appropriate f
'quota/NavigatorStorageQuota.idl',
'quota/StorageErrorCallback.idl',
'quota/StorageQuotaCallback.idl',
@@ -485,6 +486,8 @@
'performance/WorkerGlobalScopePerformance.h',
'performance/WorkerPerformance.cpp',
'performance/WorkerPerformance.h',
+ 'pointerevents/NavigatorPointerEvents.cpp',
+ 'pointerevents/NavigatorPointerEvents.h',
'quota/DOMWindowQuota.cpp',
'quota/DOMWindowQuota.h',
'quota/NavigatorStorageQuota.cpp',

Powered by Google App Engine
This is Rietveld 408576698