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

Side by Side Diff: WebCore/CMakeLists.txt

Issue 1769002: BlobBuilder/FormData refactor attempt (Closed)
Patch Set: back to simple FormData Created 10 years, 6 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 | « no previous file | WebCore/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 SET(WebCore_INCLUDE_DIRECTORIES 1 SET(WebCore_INCLUDE_DIRECTORIES
2 "${WEBCORE_DIR}" 2 "${WEBCORE_DIR}"
3 "${WEBCORE_DIR}/accessibility" 3 "${WEBCORE_DIR}/accessibility"
4 "${WEBCORE_DIR}/bindings/js" 4 "${WEBCORE_DIR}/bindings/js"
5 "${WEBCORE_DIR}/bridge" 5 "${WEBCORE_DIR}/bridge"
6 "${WEBCORE_DIR}/bridge/c" 6 "${WEBCORE_DIR}/bridge/c"
7 "${WEBCORE_DIR}/bridge/jni/jsc" 7 "${WEBCORE_DIR}/bridge/jni/jsc"
8 "${WEBCORE_DIR}/bridge/jsc" 8 "${WEBCORE_DIR}/bridge/jsc"
9 "${WEBCORE_DIR}/css" 9 "${WEBCORE_DIR}/css"
10 "${WEBCORE_DIR}/dom" 10 "${WEBCORE_DIR}/dom"
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 page/WorkerNavigator.cpp 1115 page/WorkerNavigator.cpp
1116 page/XSSAuditor.cpp 1116 page/XSSAuditor.cpp
1117 1117
1118 page/animation/AnimationBase.cpp 1118 page/animation/AnimationBase.cpp
1119 page/animation/AnimationController.cpp 1119 page/animation/AnimationController.cpp
1120 page/animation/CompositeAnimation.cpp 1120 page/animation/CompositeAnimation.cpp
1121 page/animation/ImplicitAnimation.cpp 1121 page/animation/ImplicitAnimation.cpp
1122 page/animation/KeyframeAnimation.cpp 1122 page/animation/KeyframeAnimation.cpp
1123 1123
1124 platform/Arena.cpp 1124 platform/Arena.cpp
1125 platform/BlobItem.cpp
1125 platform/ContentType.cpp 1126 platform/ContentType.cpp
1126 platform/ContextMenu.cpp 1127 platform/ContextMenu.cpp
1127 platform/CrossThreadCopier.cpp 1128 platform/CrossThreadCopier.cpp
1128 platform/DeprecatedPtrListImpl.cpp 1129 platform/DeprecatedPtrListImpl.cpp
1129 platform/DragData.cpp 1130 platform/DragData.cpp
1130 platform/DragImage.cpp 1131 platform/DragImage.cpp
1131 platform/FileChooser.cpp 1132 platform/FileChooser.cpp
1132 platform/GeolocationService.cpp 1133 platform/GeolocationService.cpp
1133 platform/KURL.cpp 1134 platform/KURL.cpp
1134 platform/Length.cpp 1135 platform/Length.cpp
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1731 SOURCE_GROUP(xml "xml/") 1732 SOURCE_GROUP(xml "xml/")
1732 1733
1733 INCLUDE_IF_EXISTS(${WEBCORE_DIR}/CMakeLists${PORT}.txt) 1734 INCLUDE_IF_EXISTS(${WEBCORE_DIR}/CMakeLists${PORT}.txt)
1734 1735
1735 ADD_DEFINITIONS(-DBUILDING_WebCore) 1736 ADD_DEFINITIONS(-DBUILDING_WebCore)
1736 INCLUDE_DIRECTORIES(${WebCore_INCLUDE_DIRECTORIES}) 1737 INCLUDE_DIRECTORIES(${WebCore_INCLUDE_DIRECTORIES})
1737 ADD_LIBRARY(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARY_TYPE} ${WebCore_SOURCES}) 1738 ADD_LIBRARY(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARY_TYPE} ${WebCore_SOURCES})
1738 TARGET_LINK_LIBRARIES(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARIES}) 1739 TARGET_LINK_LIBRARIES(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARIES})
1739 1740
1740 INSTALL(TARGETS ${WebCore_LIBRARY_NAME} DESTINATION lib) 1741 INSTALL(TARGETS ${WebCore_LIBRARY_NAME} DESTINATION lib)
OLDNEW
« no previous file with comments | « no previous file | WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698