Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Side by Side Diff: chrome/test/data/extensions/uitest/plugins/README

Issue 13928020: Update test plugins to be fat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/data/extensions/uitest/plugins/plugin.plugin/Contents/MacOS/TestNetscapePlugIn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Note: plugin.dll is a Release build of npapi_layout_test_plugin with the mime 1 Note: plugin.dll is a Release build of npapi_layout_test_plugin with the mime
2 type changed, so it doesn't conflict with the original DLL. 2 type changed, so it doesn't conflict with the original DLL.
3 3
4 On Linux plugin32.so and plugin64.so are Release builds of 4 On Linux plugin32.so and plugin64.so are Release builds of
5 npapi_layout_test_plugin with the mime type changed. The build machine is 5 npapi_layout_test_plugin with the mime type changed. The build machine is
6 running 64-bit Hardy with GCC 4.2.4. The binaries have been stripped with 6 running 64-bit Hardy with GCC 4.2.4. The binaries have been stripped with
7 strip --strip-unneeded. 7 strip --strip-unneeded.
8 8
9 On Mac, plugin.plugin is a Release build of TestNetscapePlugin.plugin with the M IME type changed. 9 On Mac, plugin.plugin is a Release build of TestNetscapePlugin.plugin with the
10 MIME type changed. This was built from the tree as of r192827, with manual
11 merging of the binaries:
12
13 (From both 32 and 64 bit checkouts:)
14 $ ninja -C out/Release TestNetscapePlugIn
15 (then)
16 $ lipo -create [...32...]/src/out/Release/TestNetscapePlugIn.plugin/Contents/Mac OS/TestNetscapePlugIn \
17 [...64...]src/out/Release/TestNetscapePlugIn.plugin/Contents/MacOS/TestNetsc apePlugIn \
18 -output [somewhere]/TestNetscapePlugIn
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/extensions/uitest/plugins/plugin.plugin/Contents/MacOS/TestNetscapePlugIn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698