| Index: Source/WebKit/chromium/WebKit.gyp
|
| diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
|
| index 2c21dbb1d47bdf6ec409826ec8ee43ec30a236f3..9ba31af29282854883ddd3ce1e2e3d6e260eb4ae 100644
|
| --- a/Source/WebKit/chromium/WebKit.gyp
|
| +++ b/Source/WebKit/chromium/WebKit.gyp
|
| @@ -162,6 +162,8 @@
|
| 'public/WebIconLoadingCompletion.h',
|
| 'public/WebIconURL.h',
|
| 'public/WebImageDecoder.h',
|
| + 'public/WebInbandTextTrack.h',
|
| + 'public/WebInbandTextTrackClient.h',
|
| 'public/WebInputElement.h',
|
| 'public/WebInputEvent.h',
|
| 'public/WebKit.h',
|
| @@ -342,6 +344,8 @@
|
| 'src/IDBDatabaseBackendProxy.h',
|
| 'src/IDBFactoryBackendProxy.cpp',
|
| 'src/IDBFactoryBackendProxy.h',
|
| + 'src/InbandTextTrackPrivateImpl.cpp',
|
| + 'src/InbandTextTrackPrivateImpl.h',
|
| 'src/InspectorClientImpl.cpp',
|
| 'src/InspectorClientImpl.h',
|
| 'src/InspectorFrontendClientImpl.cpp',
|
|
|