| OLD | NEW |
| 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" | 4 "${WEBCORE_DIR}/bindings" |
| 5 "${WEBCORE_DIR}/bindings/generic" | 5 "${WEBCORE_DIR}/bindings/generic" |
| 6 "${WEBCORE_DIR}/bindings/js" | 6 "${WEBCORE_DIR}/bindings/js" |
| 7 "${WEBCORE_DIR}/bridge" | 7 "${WEBCORE_DIR}/bridge" |
| 8 "${WEBCORE_DIR}/bridge/c" | 8 "${WEBCORE_DIR}/bridge/c" |
| 9 "${WEBCORE_DIR}/bridge/jni/jsc" | 9 "${WEBCORE_DIR}/bridge/jni/jsc" |
| 10 "${WEBCORE_DIR}/bridge/jsc" | 10 "${WEBCORE_DIR}/bridge/jsc" |
| (...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1191 platform/DragImage.cpp | 1191 platform/DragImage.cpp |
| 1192 platform/FileChooser.cpp | 1192 platform/FileChooser.cpp |
| 1193 platform/FileSystem.cpp | 1193 platform/FileSystem.cpp |
| 1194 platform/GeolocationService.cpp | 1194 platform/GeolocationService.cpp |
| 1195 platform/KURL.cpp | 1195 platform/KURL.cpp |
| 1196 platform/KillRingNone.cpp | 1196 platform/KillRingNone.cpp |
| 1197 platform/Length.cpp | 1197 platform/Length.cpp |
| 1198 platform/LinkHash.cpp | 1198 platform/LinkHash.cpp |
| 1199 platform/Logging.cpp | 1199 platform/Logging.cpp |
| 1200 platform/MIMETypeRegistry.cpp | 1200 platform/MIMETypeRegistry.cpp |
| 1201 platform/ScrollAnimator.cpp |
| 1201 platform/Scrollbar.cpp | 1202 platform/Scrollbar.cpp |
| 1203 platform/ScrollbarClient.cpp |
| 1202 platform/ScrollbarThemeComposite.cpp | 1204 platform/ScrollbarThemeComposite.cpp |
| 1203 platform/ScrollView.cpp | 1205 platform/ScrollView.cpp |
| 1204 platform/SharedBuffer.cpp | 1206 platform/SharedBuffer.cpp |
| 1205 platform/SchemeRegistry.cpp | 1207 platform/SchemeRegistry.cpp |
| 1206 platform/ThreadGlobalData.cpp | 1208 platform/ThreadGlobalData.cpp |
| 1207 platform/ThreadTimers.cpp | 1209 platform/ThreadTimers.cpp |
| 1208 platform/Timer.cpp | 1210 platform/Timer.cpp |
| 1209 platform/UUID.cpp | 1211 platform/UUID.cpp |
| 1210 platform/Widget.cpp | 1212 platform/Widget.cpp |
| 1211 | 1213 |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2008 TARGET_LINK_LIBRARIES(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARIES}) | 2010 TARGET_LINK_LIBRARIES(${WebCore_LIBRARY_NAME} ${WebCore_LIBRARIES}) |
| 2009 | 2011 |
| 2010 IF (WebCore_LINK_FLAGS) | 2012 IF (WebCore_LINK_FLAGS) |
| 2011 ADD_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} LINK_FLAGS "${WebCore_LINK_FLA
GS}") | 2013 ADD_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} LINK_FLAGS "${WebCore_LINK_FLA
GS}") |
| 2012 ENDIF () | 2014 ENDIF () |
| 2013 | 2015 |
| 2014 IF (SHARED_CORE) | 2016 IF (SHARED_CORE) |
| 2015 SET_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} PROPERTIES VERSION ${PROJECT_V
ERSION} SOVERSION ${PROJECT_VERSION_MAJOR}) | 2017 SET_TARGET_PROPERTIES(${WebCore_LIBRARY_NAME} PROPERTIES VERSION ${PROJECT_V
ERSION} SOVERSION ${PROJECT_VERSION_MAJOR}) |
| 2016 INSTALL(TARGETS ${WebCore_LIBRARY_NAME} DESTINATION lib) | 2018 INSTALL(TARGETS ${WebCore_LIBRARY_NAME} DESTINATION lib) |
| 2017 ENDIF () | 2019 ENDIF () |
| OLD | NEW |