| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index ed36ca955c62aa9b7025b399ae5531f7e10f512b..cd77b0d01cfbfb5d86da286fe88aa52d1a1c31c3 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2529,6 +2529,8 @@
|
| 'events/PageTransitionEvent.h',
|
| 'events/PointerEvent.cpp',
|
| 'events/PointerEvent.h',
|
| + 'events/PointerIdManager.cpp',
|
| + 'events/PointerIdManager.h',
|
| 'events/PopStateEvent.cpp',
|
| 'events/PopStateEvent.h',
|
| 'events/ProgressEvent.cpp',
|
| @@ -2544,7 +2546,6 @@
|
| 'events/SecurityPolicyViolationEvent.h',
|
| 'events/TextEvent.cpp',
|
| 'events/TextEvent.h',
|
| - 'events/ThreadLocalEventNames.h',
|
| 'events/TouchEvent.cpp',
|
| 'events/TouchEvent.h',
|
| 'events/TouchEventContext.cpp',
|
|
|