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

Unified Diff: Source/core/core.gypi

Issue 27750002: Add navigator.maxTouchPoints (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add null checks; fix test failure Created 7 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 | « LayoutTests/fast/dom/navigator-maxTouchPoints-expected.txt ('k') | Source/core/events/NavigatorEvents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index e9e26a35a68550fe631da7c6a892bc8964999dfd..c7bb597db4b7aa1e9692c76a85838d9b56bb7957 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -106,6 +106,7 @@
'events/MessageEvent.idl',
'events/MouseEvent.idl',
'events/MutationEvent.idl',
+ 'events/NavigatorEvents.idl',
'events/OverflowEvent.idl',
'events/PageTransitionEvent.idl',
'events/PopStateEvent.idl',
@@ -2066,6 +2067,8 @@
'events/MouseRelatedEvent.cpp',
'events/MutationEvent.cpp',
'events/MutationEvent.h',
+ 'events/NavigatorEvents.cpp',
+ 'events/NavigatorEvents.h',
'events/OverflowEvent.cpp',
'events/OverflowEvent.h',
'events/PageTransitionEvent.cpp',
« no previous file with comments | « LayoutTests/fast/dom/navigator-maxTouchPoints-expected.txt ('k') | Source/core/events/NavigatorEvents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698