Changeset 88113 in webkit


Ignore:
Timestamp:
Jun 4, 2011 5:56:33 AM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-06-04 Adam Barth <abarth@webkit.org>

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.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r88094 r88113  
     12011-06-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        KeywordLookupGenerator.py spams stdout in Chromium Linux build
     6        https://bugs.webkit.org/show_bug.cgi?id=62087
     7
     8        This action does not appear to be needed.
     9
     10        * JavaScriptCore.gyp/JavaScriptCore.gyp:
     11
    1122011-06-03  Oliver Hunt  <oliver@apple.com>
    213
  • trunk/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r88076 r88113  
    215215          'action': ['python', '<@(_inputs)', '<@(_arguments)', '<@(_outputs)'],
    216216        },
    217         {
    218           'action_name': 'klgen',
    219           'inputs': [
    220             '../KeywordLookupGenerator.py',
    221             '../parser/Keywords.table'
    222           ],
    223           'arguments': [
    224           ],
    225           'outputs': [
    226             '<(INTERMEDIATE_DIR)/KeywordLookup.h',
    227           ],
    228           'action': ['python', '<@(_inputs)', '<@(_arguments)', '<@(_outputs)'],
    229         },
    230217      ],
    231218      'include_dirs': [
Note: See TracChangeset for help on using the changeset viewer.