diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/extensions/uitest/plugins/README | 5 | ||||
-rwxr-xr-x | chrome/test/data/extensions/uitest/plugins/plugin32.so | bin | 0 -> 22776 bytes | |||
-rwxr-xr-x | chrome/test/data/extensions/uitest/plugins/plugin64.so | bin | 0 -> 28248 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/uitest/plugins/README b/chrome/test/data/extensions/uitest/plugins/README index 469bb0d..8d79133 100644 --- a/chrome/test/data/extensions/uitest/plugins/README +++ b/chrome/test/data/extensions/uitest/plugins/README @@ -1,2 +1,7 @@ Note: plugin.dll is a Release build of npapi_layout_test_plugin with the mime type changed, so it doesn't conflict with the original DLL. + +On Linux plugin32.so and plugin64.so are Release builds of +npapi_layout_test_plugin with the mime type changed. The build machine is +running 64-bit Hardy with GCC 4.2.4. The binaries have been stripped with +strip --strip-unneeded. diff --git a/chrome/test/data/extensions/uitest/plugins/plugin32.so b/chrome/test/data/extensions/uitest/plugins/plugin32.so Binary files differnew file mode 100755 index 0000000..c3dfd34 --- /dev/null +++ b/chrome/test/data/extensions/uitest/plugins/plugin32.so diff --git a/chrome/test/data/extensions/uitest/plugins/plugin64.so b/chrome/test/data/extensions/uitest/plugins/plugin64.so Binary files differnew file mode 100755 index 0000000..56a2e87 --- /dev/null +++ b/chrome/test/data/extensions/uitest/plugins/plugin64.so |