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

Issue 3066033: Don't delete npapi plugins copied into <(PRODUCT_DIR)/plugins (Closed)

Created:
10 years, 4 months ago by tony
Modified:
9 years, 7 months ago
Reviewers:
stuartmorgan, alokp
CC:
chromium-reviews, Paweł Hajdan Jr.
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Don't delete npapi plugins copied into <(PRODUCT_DIR)/plugins during UI tests. The layout test plugin is copied over via a build step and needed when running the layout tests. If you run the UI tests before the layout tests, the npapi layout test plugin is deleted and causes layout tests to fail. Seems like it's safe to keep the plugins even after the UI tests end. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54965

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : with comment #

Patch Set 4 : comment cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M chrome/test/ui/npapi_test_helper.cc View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tony
10 years, 4 months ago (2010-08-04 00:52:14 UTC) #1
stuartmorgan
You should be able to remove the entire class, since there's nothing left in it ...
10 years, 4 months ago (2010-08-04 01:00:18 UTC) #2
tony
On 2010/08/04 01:00:18, stuartmorgan wrote: > You should be able to remove the entire class, ...
10 years, 4 months ago (2010-08-04 17:29:45 UTC) #3
stuartmorgan
10 years, 4 months ago (2010-08-04 17:51:16 UTC) #4
LGTM, but please add a TODO for removing the copy step.

Powered by Google App Engine
This is Rietveld 408576698