Title: [204883] trunk/Tools
Revision
204883
Author
[email protected]
Date
2016-08-23 21:03:10 -0700 (Tue, 23 Aug 2016)

Log Message

Try to fix Windows build.

Pass Tools/DumpRenderTree/Bindings as the working directory for the generate_bindings.pl
so that perl finds CodeGeneratorDumpRenderTree.pm.

* DumpRenderTree/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204882 => 204883)


--- trunk/Tools/ChangeLog	2016-08-24 03:39:33 UTC (rev 204882)
+++ trunk/Tools/ChangeLog	2016-08-24 04:03:10 UTC (rev 204883)
@@ -1,5 +1,14 @@
 2016-08-23  Simon Fraser  <[email protected]>
 
+        Try to fix Windows build.
+        
+        Pass Tools/DumpRenderTree/Bindings as the working directory for the generate_bindings.pl
+        so that perl finds CodeGeneratorDumpRenderTree.pm.
+
+        * DumpRenderTree/CMakeLists.txt:
+
+2016-08-23  Simon Fraser  <[email protected]>
+
         Hook up UIScriptController in DumpRenderTree
         https://bugs.webkit.org/show_bug.cgi?id=161064
 

Modified: trunk/Tools/DumpRenderTree/CMakeLists.txt (204882 => 204883)


--- trunk/Tools/DumpRenderTree/CMakeLists.txt	2016-08-24 03:39:33 UTC (rev 204882)
+++ trunk/Tools/DumpRenderTree/CMakeLists.txt	2016-08-24 04:03:10 UTC (rev 204883)
@@ -1,5 +1,6 @@
 set(WEBKIT_TESTRUNNER_SHARED_DIR "${TOOLS_DIR}/TestRunnerShared/")
 set(WEBKIT_TESTRUNNER_UISCRIPTCONTEXT_DIR "${TOOLS_DIR}/TestRunnerShared/UIScriptContext")
+set(DUMP_RENDER_TREE_BINDINGS_DIR "${TOOLS_DIR}/DumpRenderTree/Bindings")
 
 file(MAKE_DIRECTORY ${DERIVED_SOURCES_DIR}/DumpRenderTree)
 
@@ -120,7 +121,7 @@
 
 GENERATE_BINDINGS(DumpRenderTree_SOURCES
     "${DumpRenderTree_IDL_FILES}"
-    "${WEBKIT_TESTRUNNER_UISCRIPTCONTEXT_DIR}/Bindings"
+    "${DUMP_RENDER_TREE_BINDINGS_DIR}"
     "--include=${WEBKIT_TESTRUNNER_UISCRIPTCONTEXT_DIR}/Bindings"
     "${FEATURE_DEFINES_WITH_SPACE_SEPARATOR}"
     ${DERIVED_SOURCES_DIR}/DumpRenderTree JS DumpRenderTree cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to