diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 04:36:47 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-24 04:36:47 +0000 |
commit | a3e3d053232af418bc7761fdf996dd9915eccadd (patch) | |
tree | 0951bf850b0a4775f147a3f4b73bf3c2eed66445 /webkit | |
parent | d6cc554ec32fabee810c13d0a163e8ad953bb28c (diff) | |
download | chromium_src-a3e3d053232af418bc7761fdf996dd9915eccadd.zip chromium_src-a3e3d053232af418bc7761fdf996dd9915eccadd.tar.gz chromium_src-a3e3d053232af418bc7761fdf996dd9915eccadd.tar.bz2 |
Build PlatformScrollBarChromium on Linux since 8127 got committed.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/SConscript.port | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/SConscript.port b/webkit/SConscript.port index ccfc12d..cb490f4 100644 --- a/webkit/SConscript.port +++ b/webkit/SConscript.port @@ -117,7 +117,6 @@ input_files = [ if env['PLATFORM'] == 'posix': # Remove from the list files that haven't yet been made portable to Linux. remove_files = [ - '$PORT_DIR/platform/chromium/PlatformScrollBarChromium.cpp', '$PORT_DIR/platform/graphics/FontCustomPlatformData.cpp', ] for remove in remove_files: |