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

Unified Diff: WebCore/WebCore.pro

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/WebCore.gypi ('k') | WebCore/WebCore.gyp/WebCore.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/WebCore.pro
===================================================================
--- WebCore/WebCore.pro (revision 67003)
+++ WebCore/WebCore.pro (working copy)
@@ -957,7 +957,9 @@
platform/network/ResourceResponseBase.cpp \
platform/text/RegularExpression.cpp \
platform/SchemeRegistry.cpp \
+ platform/ScrollAnimator.cpp \
platform/Scrollbar.cpp \
+ platform/ScrollbarClient.cpp \
platform/ScrollbarThemeComposite.cpp \
platform/ScrollView.cpp \
platform/text/SegmentedString.cpp \
@@ -1787,7 +1789,9 @@
platform/qt/QtStyleOptionWebComboBox.h \
platform/qt/RenderThemeQt.h \
platform/qt/ScrollbarThemeQt.h \
+ platform/ScrollAnimator.h \
platform/Scrollbar.h \
+ platform/ScrollbarClient.h \
platform/ScrollbarThemeComposite.h \
platform/ScrollView.h \
platform/SearchPopupMenu.h \
@@ -2347,8 +2351,12 @@
}
- win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp \
- platform/graphics/win/TransformationMatrixWin.cpp
+ win32-*|wince* {
+ HEADERS += platform/ScrollAnimatorWin.h
+ SOURCES += platform/ScrollAnimatorWin.cpp \
+ platform/win/SystemTimeWin.cpp \
+ platform/graphics/win/TransformationMatrixWin.cpp
+ }
mac {
SOURCES += \
« no previous file with comments | « WebCore/WebCore.gypi ('k') | WebCore/WebCore.gyp/WebCore.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698