Summary: | [EFL][CMake] Move gtest sources to an upper level | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Thiago Marcos P. Santos <tmpsantos> | ||||||||||
Component: | WebKit EFL | Assignee: | Thiago Marcos P. Santos <tmpsantos> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | cshu, dbates, gyuyoung.kim, k.czech, lucas.de.marchi, rakuco, tonikitoo, webkit.review.bot | ||||||||||
Priority: | P2 | ||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Bug Depends on: | |||||||||||||
Bug Blocks: | 90451, 90606, 90671 | ||||||||||||
Attachments: |
|
Description
Thiago Marcos P. Santos
2012-07-05 05:09:11 PDT
Created attachment 150957 [details]
Patch
Comment on attachment 150957 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=150957&action=review > Source/WebKit/PlatformEfl.cmake:297 > ${THIRDPARTY_DIR}/gtest/include I think that we can ${THIRDPARTY_DIR}/gtest ? Created attachment 151032 [details]
Patch
Thanks for having a look. The unused include path was removed.
Comment on attachment 151032 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=151032&action=review > Source/cmake/gtest/CMakeLists.txt:18 > + ${GTEST_SOURCES}/gtest-filepath.cc If possible, is this better to put by alphabetical order in this time ? Created attachment 151040 [details]
Patch
Alpha sorted.
Created attachment 151048 [details]
Patch
Fixed indentation nit.
Comment on attachment 151048 [details] Patch Clearing flags on attachment: 151048 Committed r121990: <http://trac.webkit.org/changeset/121990> All reviewed patches have been landed. Closing bug. |