Changeset 80399 in webkit


Ignore:
Timestamp:
Mar 4, 2011 5:44:04 PM (13 years ago)
Author:
abarth@webkit.org
Message:

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

Reviewed by Eric Seidel.

WebCore GYP build should Check For Inappropriate Files in Framework
https://bugs.webkit.org/show_bug.cgi?id=55806

  • gyp/WebCore.gyp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r80393 r80399  
     12011-03-04  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        WebCore GYP build should Check For Inappropriate Files in Framework
     6        https://bugs.webkit.org/show_bug.cgi?id=55806
     7
     8        * gyp/WebCore.gyp:
     9
    1102011-03-04  Dimitri Glazkov  <dglazkov@chromium.org>
    211
  • trunk/Source/WebCore/gyp/WebCore.gyp

    r80393 r80399  
    3535      ],
    3636      'xcode_config_file': '../Configurations/WebCore.xcconfig',
     37      # FIXME: A number of these actions aren't supposed to run if "${ACTION}" = "installhdrs"
    3738      'postbuilds': [
    3839        {
     
    5455          ],
    5556        },
    56         # FIXME: Add "Check fo Inappropriate Files in Framework".
     57        {
     58          'postbuild_name': 'Check For Inappropriate Files in Framework',
     59          'action': [
     60            'sh', '<(DEPTH)/gyp/run-if-exists.sh', '<(DEPTH)/../Tools/Scripts/check-for-inappropriate-files-in-framework'
     61          ],
     62        },
    5763      ],
    5864      'conditions': [
Note: See TracChangeset for help on using the changeset viewer.