Title: [87454] trunk/Source/WebKit/chromium
- Revision
- 87454
- Author
- [email protected]
- Date
- 2011-05-26 17:18:32 -0700 (Thu, 26 May 2011)
Log Message
2011-05-26 Evan Martin <[email protected]>
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.
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (87453 => 87454)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-05-27 00:08:09 UTC (rev 87453)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-05-27 00:18:32 UTC (rev 87454)
@@ -1,3 +1,13 @@
+2011-05-26 Evan Martin <[email protected]>
+
+ 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.
+
2011-05-26 Sheriff Bot <[email protected]>
Unreviewed, rolling out r87444.
Modified: trunk/Source/WebKit/chromium/WebKit.gyp (87453 => 87454)
--- trunk/Source/WebKit/chromium/WebKit.gyp 2011-05-27 00:08:09 UTC (rev 87453)
+++ trunk/Source/WebKit/chromium/WebKit.gyp 2011-05-27 00:18:32 UTC (rev 87454)
@@ -1106,7 +1106,6 @@
'conditions': [
['OS=="mac"', {
'mac_bundle': 1,
- 'product_name': 'TestNetscapePlugIn',
'product_extension': 'plugin',
'link_settings': {
'libraries': [
@@ -1135,8 +1134,7 @@
'../../../Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc',
],
# The .rc file requires that the name of the dll is npTestNetscapePlugin.dll.
- # This adds the 'np' to the dll name.
- 'product_prefix': 'np',
+ 'product_name': 'npTestNetscapePlugin',
}],
],
},
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes