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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « WebCore/WebCore.gypi ('k') | WebCore/WebCore.gyp/WebCore.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # WebCore - qmake build info 1 # WebCore - qmake build info
2 CONFIG += building-libs 2 CONFIG += building-libs
3 CONFIG += depend_includepath 3 CONFIG += depend_includepath
4 4
5 meegotouch { 5 meegotouch {
6 DEFINES += WTF_USE_MEEGOTOUCH=1 6 DEFINES += WTF_USE_MEEGOTOUCH=1
7 } 7 }
8 8
9 symbian: { 9 symbian: {
10 TARGET.EPOCALLOWDLLDATA=1 10 TARGET.EPOCALLOWDLLDATA=1
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 platform/network/HTTPHeaderMap.cpp \ 950 platform/network/HTTPHeaderMap.cpp \
951 platform/network/HTTPParsers.cpp \ 951 platform/network/HTTPParsers.cpp \
952 platform/network/NetworkStateNotifier.cpp \ 952 platform/network/NetworkStateNotifier.cpp \
953 platform/network/ProtectionSpace.cpp \ 953 platform/network/ProtectionSpace.cpp \
954 platform/network/ResourceErrorBase.cpp \ 954 platform/network/ResourceErrorBase.cpp \
955 platform/network/ResourceHandle.cpp \ 955 platform/network/ResourceHandle.cpp \
956 platform/network/ResourceRequestBase.cpp \ 956 platform/network/ResourceRequestBase.cpp \
957 platform/network/ResourceResponseBase.cpp \ 957 platform/network/ResourceResponseBase.cpp \
958 platform/text/RegularExpression.cpp \ 958 platform/text/RegularExpression.cpp \
959 platform/SchemeRegistry.cpp \ 959 platform/SchemeRegistry.cpp \
960 platform/ScrollAnimator.cpp \
960 platform/Scrollbar.cpp \ 961 platform/Scrollbar.cpp \
962 platform/ScrollbarClient.cpp \
961 platform/ScrollbarThemeComposite.cpp \ 963 platform/ScrollbarThemeComposite.cpp \
962 platform/ScrollView.cpp \ 964 platform/ScrollView.cpp \
963 platform/text/SegmentedString.cpp \ 965 platform/text/SegmentedString.cpp \
964 platform/SharedBuffer.cpp \ 966 platform/SharedBuffer.cpp \
965 platform/text/String.cpp \ 967 platform/text/String.cpp \
966 platform/text/StringBuilder.cpp \ 968 platform/text/StringBuilder.cpp \
967 platform/text/TextCodec.cpp \ 969 platform/text/TextCodec.cpp \
968 platform/text/TextCodecLatin1.cpp \ 970 platform/text/TextCodecLatin1.cpp \
969 platform/text/TextCodecUserDefined.cpp \ 971 platform/text/TextCodecUserDefined.cpp \
970 platform/text/TextCodecUTF16.cpp \ 972 platform/text/TextCodecUTF16.cpp \
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 platform/network/ResourceRequestBase.h \ 1782 platform/network/ResourceRequestBase.h \
1781 platform/network/ResourceResponseBase.h \ 1783 platform/network/ResourceResponseBase.h \
1782 platform/PlatformTouchEvent.h \ 1784 platform/PlatformTouchEvent.h \
1783 platform/PlatformTouchPoint.h \ 1785 platform/PlatformTouchPoint.h \
1784 platform/PopupMenu.h \ 1786 platform/PopupMenu.h \
1785 platform/qt/ClipboardQt.h \ 1787 platform/qt/ClipboardQt.h \
1786 platform/qt/QWebPageClient.h \ 1788 platform/qt/QWebPageClient.h \
1787 platform/qt/QtStyleOptionWebComboBox.h \ 1789 platform/qt/QtStyleOptionWebComboBox.h \
1788 platform/qt/RenderThemeQt.h \ 1790 platform/qt/RenderThemeQt.h \
1789 platform/qt/ScrollbarThemeQt.h \ 1791 platform/qt/ScrollbarThemeQt.h \
1792 platform/ScrollAnimator.h \
1790 platform/Scrollbar.h \ 1793 platform/Scrollbar.h \
1794 platform/ScrollbarClient.h \
1791 platform/ScrollbarThemeComposite.h \ 1795 platform/ScrollbarThemeComposite.h \
1792 platform/ScrollView.h \ 1796 platform/ScrollView.h \
1793 platform/SearchPopupMenu.h \ 1797 platform/SearchPopupMenu.h \
1794 platform/SharedBuffer.h \ 1798 platform/SharedBuffer.h \
1795 platform/sql/SQLiteDatabase.h \ 1799 platform/sql/SQLiteDatabase.h \
1796 platform/sql/SQLiteFileSystem.h \ 1800 platform/sql/SQLiteFileSystem.h \
1797 platform/sql/SQLiteStatement.h \ 1801 platform/sql/SQLiteStatement.h \
1798 platform/sql/SQLiteTransaction.h \ 1802 platform/sql/SQLiteTransaction.h \
1799 platform/sql/SQLValue.h \ 1803 platform/sql/SQLValue.h \
1800 platform/text/Base64.h \ 1804 platform/text/Base64.h \
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
2340 HEADERS += platform/qt/Maemo5Webstyle.h 2344 HEADERS += platform/qt/Maemo5Webstyle.h
2341 SOURCES += platform/qt/Maemo5Webstyle.cpp 2345 SOURCES += platform/qt/Maemo5Webstyle.cpp
2342 } 2346 }
2343 2347
2344 maemo5 { 2348 maemo5 {
2345 HEADERS += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.h 2349 HEADERS += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.h
2346 SOURCES += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.cpp 2350 SOURCES += ../WebKit/qt/WebCoreSupport/QtMaemoWebPopup.cpp
2347 } 2351 }
2348 2352
2349 2353
2350 win32-*|wince*: SOURCES += platform/win/SystemTimeWin.cpp \ 2354 win32-*|wince* {
2351 platform/graphics/win/TransformationMatrixWin.cpp 2355 HEADERS += platform/ScrollAnimatorWin.h
2356 SOURCES += platform/ScrollAnimatorWin.cpp \
2357 platform/win/SystemTimeWin.cpp \
2358 platform/graphics/win/TransformationMatrixWin.cpp
2359 }
2352 2360
2353 mac { 2361 mac {
2354 SOURCES += \ 2362 SOURCES += \
2355 platform/text/cf/StringCF.cpp \ 2363 platform/text/cf/StringCF.cpp \
2356 platform/text/cf/StringImplCF.cpp 2364 platform/text/cf/StringImplCF.cpp
2357 LIBS_PRIVATE += -framework Carbon -framework AppKit 2365 LIBS_PRIVATE += -framework Carbon -framework AppKit
2358 } 2366 }
2359 2367
2360 win32-* { 2368 win32-* {
2361 LIBS += -lgdi32 2369 LIBS += -lgdi32
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
3324 # defFilePath is for Qt4.6 compatibility 3332 # defFilePath is for Qt4.6 compatibility
3325 defFilePath=../WebKit/qt/symbian 3333 defFilePath=../WebKit/qt/symbian
3326 } else { 3334 } else {
3327 MMP_RULES += EXPORTUNFROZEN 3335 MMP_RULES += EXPORTUNFROZEN
3328 } 3336 }
3329 } 3337 }
3330 } 3338 }
3331 3339
3332 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec 3340 # Disable C++0x mode in WebCore for those who enabled it in their Qt's mkspec
3333 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x 3341 *-g++*:QMAKE_CXXFLAGS -= -std=c++0x -std=gnu++0x
OLDNEW
« 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