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

Unified Diff: WebCore/GNUmakefile.am

Issue 3364013: Merge 67001 - 2010-09-08 Peter Kasting <pkasting@google.com>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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
« no previous file with comments | « WebCore/ChangeLog ('k') | WebCore/WebCore.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/GNUmakefile.am
===================================================================
--- WebCore/GNUmakefile.am (revision 67003)
+++ WebCore/GNUmakefile.am (working copy)
@@ -1949,6 +1949,8 @@
WebCore/platform/PopupMenuStyle.h \
WebCore/platform/PurgeableBuffer.h \
WebCore/platform/SSLKeyGenerator.h \
+ WebCore/platform/ScrollAnimator.cpp \
+ WebCore/platform/ScrollAnimator.h \
WebCore/platform/ScrollTypes.h \
WebCore/platform/ScrollView.cpp \
WebCore/platform/ScrollView.h \
@@ -1956,6 +1958,7 @@
WebCore/platform/SchemeRegistry.h \
WebCore/platform/Scrollbar.cpp \
WebCore/platform/Scrollbar.h \
+ WebCore/platform/ScrollbarClient.cpp \
WebCore/platform/ScrollbarClient.h \
WebCore/platform/ScrollbarTheme.h \
WebCore/platform/ScrollbarThemeComposite.cpp \
@@ -2568,6 +2571,8 @@
if TARGET_WIN32
webcore_sources += \
+ WebCore/platform/ScrollAnimatorWin.cpp \
+ WebCore/platform/ScrollAnimatorWin.h \
WebCore/plugins/win/PluginDatabaseWin.cpp \
WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
WebCore/plugins/win/PluginMessageThrottlerWin.h
« no previous file with comments | « WebCore/ChangeLog ('k') | WebCore/WebCore.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698