Title: [88113] trunk/Source/_javascript_Core
Revision
88113
Author
[email protected]
Date
2011-06-04 05:56:33 -0700 (Sat, 04 Jun 2011)

Log Message

2011-06-04  Adam Barth  <[email protected]>

        Reviewed by Eric Seidel.

        KeywordLookupGenerator.py spams stdout in Chromium Linux build
        https://bugs.webkit.org/show_bug.cgi?id=62087

        This action does not appear to be needed.

        * _javascript_Core.gyp/_javascript_Core.gyp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (88112 => 88113)


--- trunk/Source/_javascript_Core/ChangeLog	2011-06-04 12:06:49 UTC (rev 88112)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-06-04 12:56:33 UTC (rev 88113)
@@ -1,3 +1,14 @@
+2011-06-04  Adam Barth  <[email protected]>
+
+        Reviewed by Eric Seidel.
+
+        KeywordLookupGenerator.py spams stdout in Chromium Linux build
+        https://bugs.webkit.org/show_bug.cgi?id=62087
+
+        This action does not appear to be needed.
+
+        * _javascript_Core.gyp/_javascript_Core.gyp:
+
 2011-06-03  Oliver Hunt  <[email protected]>
 
         Reviewed by Maciej Stachowiak.

Modified: trunk/Source/_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp (88112 => 88113)


--- trunk/Source/_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp	2011-06-04 12:06:49 UTC (rev 88112)
+++ trunk/Source/_javascript_Core/_javascript_Core.gyp/_javascript_Core.gyp	2011-06-04 12:56:33 UTC (rev 88113)
@@ -214,19 +214,6 @@
           ],
           'action': ['python', '<@(_inputs)', '<@(_arguments)', '<@(_outputs)'],
         },
-        {
-          'action_name': 'klgen',
-          'inputs': [
-            '../KeywordLookupGenerator.py',
-            '../parser/Keywords.table'
-          ],
-          'arguments': [
-          ],
-          'outputs': [
-            '<(INTERMEDIATE_DIR)/KeywordLookup.h',
-          ],
-          'action': ['python', '<@(_inputs)', '<@(_arguments)', '<@(_outputs)'],
-        },
       ],
       'include_dirs': [
         '<(INTERMEDIATE_DIR)',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to