summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/data/extensions/uitest/plugins/README5
-rwxr-xr-xchrome/test/data/extensions/uitest/plugins/plugin32.sobin0 -> 22776 bytes
-rwxr-xr-xchrome/test/data/extensions/uitest/plugins/plugin64.sobin0 -> 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
new file mode 100755
index 0000000..c3dfd34
--- /dev/null
+++ b/chrome/test/data/extensions/uitest/plugins/plugin32.so
Binary files differ
diff --git a/chrome/test/data/extensions/uitest/plugins/plugin64.so b/chrome/test/data/extensions/uitest/plugins/plugin64.so
new file mode 100755
index 0000000..56a2e87
--- /dev/null
+++ b/chrome/test/data/extensions/uitest/plugins/plugin64.so
Binary files differ