Title: [194261] trunk/Source/WebCore
- Revision
- 194261
- Author
- [email protected]
- Date
- 2015-12-17 21:43:00 -0800 (Thu, 17 Dec 2015)
Log Message
[EFL] edje shouldn't have verbose output
https://bugs.webkit.org/show_bug.cgi?id=152381
Reviewed by Gyuyoung Kim.
* platform/efl/DefaultTheme/CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (194260 => 194261)
--- trunk/Source/WebCore/ChangeLog 2015-12-18 04:46:59 UTC (rev 194260)
+++ trunk/Source/WebCore/ChangeLog 2015-12-18 05:43:00 UTC (rev 194261)
@@ -1,3 +1,12 @@
+2015-12-17 Csaba Osztrogonác <[email protected]>
+
+ [EFL] edje shouldn't have verbose output
+ https://bugs.webkit.org/show_bug.cgi?id=152381
+
+ Reviewed by Gyuyoung Kim.
+
+ * platform/efl/DefaultTheme/CMakeLists.txt:
+
2015-12-17 Commit Queue <[email protected]>
Unreviewed, rolling out r194241 and r194252.
Modified: trunk/Source/WebCore/platform/efl/DefaultTheme/CMakeLists.txt (194260 => 194261)
--- trunk/Source/WebCore/platform/efl/DefaultTheme/CMakeLists.txt 2015-12-18 04:46:59 UTC (rev 194260)
+++ trunk/Source/WebCore/platform/efl/DefaultTheme/CMakeLists.txt 2015-12-18 05:43:00 UTC (rev 194261)
@@ -4,7 +4,7 @@
add_custom_command(
OUTPUT ${THEME_BINARY_DIR}/${_name}
- COMMAND ${EDJE_CC_EXECUTABLE} -v ${_option} default.edc ${THEME_BINARY_DIR}/${_name}
+ COMMAND ${EDJE_CC_EXECUTABLE} ${_option} default.edc ${THEME_BINARY_DIR}/${_name}
DEPENDS
default.edc
widget/button/button.edc
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes