Title: [164430] trunk/Source/WTF
Revision
164430
Author
o...@webkit.org
Date
2014-02-20 09:01:52 -0800 (Thu, 20 Feb 2014)

Log Message

Add StackStats sources to cmake and autotools build files
https://bugs.webkit.org/show_bug.cgi?id=129103

Reviewed by Anders Carlsson.

* GNUmakefile.list.am:
* wtf/CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (164429 => 164430)


--- trunk/Source/WTF/ChangeLog	2014-02-20 16:43:35 UTC (rev 164429)
+++ trunk/Source/WTF/ChangeLog	2014-02-20 17:01:52 UTC (rev 164430)
@@ -1,5 +1,15 @@
 2014-02-20  Csaba Osztrogonác  <o...@webkit.org>
 
+        Add StackStats sources to cmake and autotools build files
+        https://bugs.webkit.org/show_bug.cgi?id=129103
+
+        Reviewed by Anders Carlsson.
+
+        * GNUmakefile.list.am:
+        * wtf/CMakeLists.txt:
+
+2014-02-20  Csaba Osztrogonác  <o...@webkit.org>
+
         Get rid of redundant Platform.h includes
         https://bugs.webkit.org/show_bug.cgi?id=128817
 

Modified: trunk/Source/WTF/GNUmakefile.list.am (164429 => 164430)


--- trunk/Source/WTF/GNUmakefile.list.am	2014-02-20 16:43:35 UTC (rev 164429)
+++ trunk/Source/WTF/GNUmakefile.list.am	2014-02-20 17:01:52 UTC (rev 164430)
@@ -154,6 +154,7 @@
     Source/WTF/wtf/Spectrum.h \
     Source/WTF/wtf/StackBounds.cpp \
     Source/WTF/wtf/StackBounds.h \
+    Source/WTF/wtf/StackStats.cpp \
     Source/WTF/wtf/StackStats.h \
     Source/WTF/wtf/StaticConstructors.h \
     Source/WTF/wtf/StdLibExtras.h \

Modified: trunk/Source/WTF/wtf/CMakeLists.txt (164429 => 164430)


--- trunk/Source/WTF/wtf/CMakeLists.txt	2014-02-20 16:43:35 UTC (rev 164429)
+++ trunk/Source/WTF/wtf/CMakeLists.txt	2014-02-20 17:01:52 UTC (rev 164430)
@@ -93,6 +93,7 @@
     SaturatedArithmetic.h
     SegmentedVector.h
     StackBounds.h
+    StackStats.h
     StaticConstructors.h
     StdLibExtras.h
     StringExtras.h
@@ -181,6 +182,7 @@
     RunLoop.cpp
     SHA1.cpp
     SixCharacterHash.cpp
+    StackStats.cpp
     StackBounds.cpp
     StringPrintStream.cpp
     TCSystemAlloc.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to