| Index: webkit/webkit.gyp
|
| diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
|
| index 0b16eb40aad0e753c0e47481ae94536e1f1eee48..6c58780576efe0fe2978113cbfcc6a34469a4226 100644
|
| --- a/webkit/webkit.gyp
|
| +++ b/webkit/webkit.gyp
|
| @@ -973,6 +973,7 @@
|
| ],
|
| 'sources': [
|
| 'api/public/gtk/WebInputEventFactory.h',
|
| + 'api/public/linux/WebFontRendering.h',
|
| 'api/public/x11/WebScreenInfoFactory.h',
|
| 'api/public/mac/WebInputEventFactory.h',
|
| 'api/public/mac/WebScreenInfoFactory.h',
|
| @@ -1034,6 +1035,7 @@
|
| 'api/src/gtk/WebFontInfo.cpp',
|
| 'api/src/gtk/WebFontInfo.h',
|
| 'api/src/gtk/WebInputEventFactory.cpp',
|
| + 'api/src/linux/WebFontRendering.cpp',
|
| 'api/src/x11/WebScreenInfoFactory.cpp',
|
| 'api/src/mac/WebInputEventFactory.mm',
|
| 'api/src/mac/WebScreenInfoFactory.mm',
|
|
|