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

Issue 353022: linux: fix and build test plugins on 64-bit builds (Closed)

Created:
11 years, 1 month ago by Evan Martin
Modified:
9 years, 7 months ago
Reviewers:
jam, Amanda Walker, piman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

linux: fix and build test plugins on 64-bit builds We set -fPIC just on the layout test plugins and only in 64-bit mode. This fixes 44 plugin layout tests on 64-bit. (Retry, now just npapi_layout_test_plugin and not npapi_test_plugin.) BUG=18337, 24271 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30851 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30864

Patch Set 1 #

Total comments: 4

Patch Set 2 : retry #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -83 lines) Patch
M webkit/tools/npapi_layout_test_plugin/PluginObject.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 5 chunks +80 lines, -78 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Evan Martin
piman: reviewer jam/amanda: fyi
11 years, 1 month ago (2009-11-03 18:28:00 UTC) #1
Evan Martin
http://codereview.chromium.org/353022/diff/1/3 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/353022/diff/1/3#newcode531 Line 531: 'cflags': ['-fPIC'] this is the code change, the ...
11 years, 1 month ago (2009-11-03 18:29:09 UTC) #2
piman
LGTM. Thanks ! http://codereview.chromium.org/353022/diff/1/2 File webkit/tools/npapi_layout_test_plugin/PluginObject.cpp (right): http://codereview.chromium.org/353022/diff/1/2#newcode510 Line 510: INT32_TO_NPVARIANT(static_cast<int32>(reinterpret_cast<intptr_t>(identifier)), *result); 80 chars
11 years, 1 month ago (2009-11-03 18:50:33 UTC) #3
Evan Martin
http://codereview.chromium.org/353022/diff/1/2 File webkit/tools/npapi_layout_test_plugin/PluginObject.cpp (right): http://codereview.chromium.org/353022/diff/1/2#newcode510 Line 510: INT32_TO_NPVARIANT(static_cast<int32>(reinterpret_cast<intptr_t>(identifier)), *result); On 2009/11/03 18:50:33, piman wrote: > ...
11 years, 1 month ago (2009-11-03 20:01:54 UTC) #4
Evan Martin
11 years, 1 month ago (2009-11-03 21:08:34 UTC) #5
Retry that only does npapi_layout_test_plugin, not npapi_test_plugin which
depends on base etc.  :(

Powered by Google App Engine
This is Rietveld 408576698