Changeset 87454 in webkit


Ignore:
Timestamp:
May 26, 2011 5:18:32 PM (13 years ago)
Author:
evan@chromium.org
Message:

2011-05-26 Evan Martin <evan@chromium.org>

Reviewed by Tony Chang.

[chromium] simplify TestNetscapePlugIn naming logic
https://bugs.webkit.org/show_bug.cgi?id=61577

  • WebKit.gyp: drop use of product_prefix, just use the name needed directly.
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r87449 r87454  
     12011-05-26  Evan Martin  <evan@chromium.org>
     2
     3        Reviewed by Tony Chang.
     4
     5        [chromium] simplify TestNetscapePlugIn naming logic
     6        https://bugs.webkit.org/show_bug.cgi?id=61577
     7
     8        * WebKit.gyp: drop use of product_prefix, just use the name
     9        needed directly.
     10
    1112011-05-26  Sheriff Bot  <webkit.review.bot@gmail.com>
    212
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r87097 r87454  
    11071107                ['OS=="mac"', {
    11081108                    'mac_bundle': 1,
    1109                     'product_name': 'TestNetscapePlugIn',
    11101109                    'product_extension': 'plugin',
    11111110                    'link_settings': {
     
    11361135                    ],
    11371136                    # The .rc file requires that the name of the dll is npTestNetscapePlugin.dll.
    1138                     # This adds the 'np' to the dll name.
    1139                     'product_prefix': 'np',
     1137                    'product_name': 'npTestNetscapePlugin',
    11401138                }],
    11411139            ],
Note: See TracChangeset for help on using the changeset viewer.