Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1547)

Unified Diff: webkit/build/WebCore/SConscript

Issue 20504: I'm expanding this to fix a couple of bugs in determining the file name for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/build/WebCore/SConscript
===================================================================
--- webkit/build/WebCore/SConscript (revision 10184)
+++ webkit/build/WebCore/SConscript (working copy)
@@ -937,6 +937,7 @@
if env.Bit('linux'):
# Linux specific implementations.
input_files.extend([
+ '$WEBCORE_DIR/platform/chromium/ClipboardChromiumLinux.cpp',
'$WEBCORE_DIR/platform/chromium/FileSystemChromiumLinux.cpp',
'$WEBCORE_DIR/platform/chromium/gtk2drawing.c',
'$WEBCORE_DIR/platform/chromium/KeyCodeConversionGtk.cpp',
« no previous file with comments | « third_party/WebKit/WebCore/platform/chromium/ClipboardChromiumWin.cpp ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698