Title: [152373] trunk/Tools
Revision
152373
Author
[email protected]
Date
2013-07-03 13:16:07 -0700 (Wed, 03 Jul 2013)

Log Message

Add Makefile to WebKitLauncher
https://bugs.webkit.org/show_bug.cgi?id=118365

Reviewed by Mark Rowe.

* WebKitLauncher/Makefile: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/ChangeLog (152372 => 152373)


--- trunk/Tools/ChangeLog	2013-07-03 19:45:14 UTC (rev 152372)
+++ trunk/Tools/ChangeLog	2013-07-03 20:16:07 UTC (rev 152373)
@@ -1,3 +1,12 @@
+2013-07-03  David Farler  <[email protected]>
+
+        Add Makefile to WebKitLauncher
+        https://bugs.webkit.org/show_bug.cgi?id=118365
+
+        Reviewed by Mark Rowe.
+
+        * WebKitLauncher/Makefile: Added.
+
 2013-07-03  Brian Holt  <[email protected]>
 
         [ATK] Leak: more leaks in AccessibilityUIElement

Added: trunk/Tools/WebKitLauncher/Makefile (0 => 152373)


--- trunk/Tools/WebKitLauncher/Makefile	                        (rev 0)
+++ trunk/Tools/WebKitLauncher/Makefile	2013-07-03 20:16:07 UTC (rev 152373)
@@ -0,0 +1,3 @@
+SCRIPTS_PATH = ../Scripts
+
+include ../../Makefile.shared
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to