Title: [112185] trunk/Source/WTF
Revision
112185
Author
[email protected]
Date
2012-03-26 18:12:31 -0700 (Mon, 26 Mar 2012)

Log Message

Chromium build fix; add BitVector.h/cpp to gypi.

* WTF.gypi:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (112184 => 112185)


--- trunk/Source/WTF/ChangeLog	2012-03-27 01:09:43 UTC (rev 112184)
+++ trunk/Source/WTF/ChangeLog	2012-03-27 01:12:31 UTC (rev 112185)
@@ -1,5 +1,11 @@
 2012-03-26  Ryosuke Niwa  <[email protected]>
 
+        Chromium build fix; add BitVector.h/cpp to gypi.
+
+        * WTF.gypi:
+
+2012-03-26  Ryosuke Niwa  <[email protected]>
+
         Touch BitVector as a speculative fix for Chromium Linux.
 
         * wtf/BitVector.h:

Modified: trunk/Source/WTF/WTF.gypi (112184 => 112185)


--- trunk/Source/WTF/WTF.gypi	2012-03-27 01:09:43 UTC (rev 112184)
+++ trunk/Source/WTF/WTF.gypi	2012-03-27 01:12:31 UTC (rev 112185)
@@ -8,6 +8,7 @@
             'wtf/AlwaysInline.h',
             'wtf/Assertions.h',
             'wtf/Atomics.h',
+            'wtf/BitVector.h',
             'wtf/Bitmap.h',
             'wtf/BlockStack.h',
             'wtf/BloomFilter.h',
@@ -130,6 +131,7 @@
             'wtf/ArrayBufferView.cpp',
             'wtf/ArrayBufferView.h',
             'wtf/Assertions.cpp',
+            'wtf/BitVector.cpp',
             'wtf/ByteArray.cpp',
             'wtf/CryptographicallyRandomNumber.cpp',
             'wtf/CurrentTime.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to