Title: [105459] trunk/Source/_javascript_Core
Revision
105459
Author
[email protected]
Date
2012-01-19 16:00:51 -0800 (Thu, 19 Jan 2012)

Log Message

[chromium] Remove an obsolete comment about features.gypi
https://bugs.webkit.org/show_bug.cgi?id=76643

There can be only one features.gypi.

Reviewed by James Robinson.

* _javascript_Core.gyp/_javascript_Core.gyp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (105458 => 105459)


--- trunk/Source/_javascript_Core/ChangeLog	2012-01-19 23:48:52 UTC (rev 105458)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-01-20 00:00:51 UTC (rev 105459)
@@ -1,3 +1,14 @@
+2012-01-19  Tony Chang  <[email protected]>
+
+        [chromium] Remove an obsolete comment about features.gypi
+        https://bugs.webkit.org/show_bug.cgi?id=76643
+
+        There can be only one features.gypi.
+
+        Reviewed by James Robinson.
+
+        * _javascript_Core.gyp/_javascript_Core.gyp:
+
 2012-01-19  Geoffrey Garen  <[email protected]>
 
         Implicit creation of a regular _expression_ should eagerly check for syntax errors

Modified: trunk/Source/_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp (105458 => 105459)


--- trunk/Source/_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp	2012-01-19 23:48:52 UTC (rev 105458)
+++ trunk/Source/_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp	2012-01-20 00:00:51 UTC (rev 105459)
@@ -31,8 +31,6 @@
 {
   'includes': [
     '../../WebKit/chromium/WinPrecompile.gypi',
-    # FIXME: Sense whether upstream or downstream build, and
-    # include the right features.gypi
     '../../WebKit/chromium/features.gypi',
     '../_javascript_Core.gypi',
   ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to