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

Side by Side Diff: WebCore/CMakeLists.txt

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 | « ChangeLog ('k') | 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" 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
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
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 ()
OLDNEW
« no previous file with comments | « ChangeLog ('k') | WebCore/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698