| Index: webkit/SConscript.port
|
| diff --git a/webkit/SConscript.port b/webkit/SConscript.port
|
| index 3af78593c9d0dab9b8851291e1f25cb055b44593..262960c07ecfd4bb0dc71a6dbc2e75f849964c9a 100644
|
| --- a/webkit/SConscript.port
|
| +++ b/webkit/SConscript.port
|
| @@ -125,6 +125,9 @@ if env['PLATFORM'] == 'posix':
|
| # Linux specific implementations
|
| input_files.extend([
|
| '$PORT_DIR/platform/chromium/ScreenLinux.cpp',
|
| + '$PORT_DIR/platform/chromium/EditorLinux.cpp',
|
| + '$PORT_DIR/platform/chromium/IconLinux.cpp',
|
| + '$PORT_DIR/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp',
|
| '$PORT_DIR/platform/chromium/PasteboardLinux.cpp',
|
| ])
|
|
|
|
|