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

Issue 149714: modify test_shell target to build everything for layout_tests, move image_diff to tools/ (Closed)

Created:
11 years, 5 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

make 'test_shell' target depend on everything needed to pass layout_tests This adds project dependencies to test_shell so that all (and only?) the targets needed for the layout_tests to run cleanly are built. On most platforms this is test_shell, npapi_test_plugin, and test_worker, and on the Mac this adds the layout_test_helper binary as well also, this moves image_diff from chrome/tools/test to tools/ R=mmentovai@google.com, darin@google.com BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21252

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -377 lines) Patch
M build/all.gyp View 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 3 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/tools/test/image_diff/image_diff.cc View 1 chunk +0 lines, -364 lines 0 comments Download
A tools/image_diff/image_diff.gyp View 3 4 5 6 7 8 9 10 1 chunk +23 lines, -0 lines 0 comments Download
A + tools\image_diff\image_diff.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gyp View 1 2 3 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Dirk Pranke
11 years, 5 months ago (2009-07-15 23:08:14 UTC) #1
darin (slow to review)
http://codereview.chromium.org/149714/diff/1/2 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/149714/diff/1/2#newcode553 Line 553: 'npapi_test_plugin', npapi_test_plugin isn't needed to run layout tests. ...
11 years, 5 months ago (2009-07-15 23:13:35 UTC) #2
darin (slow to review)
The plugins are runtime dependencies, no? It is actually a recent regression (probably resulting from ...
11 years, 5 months ago (2009-07-15 23:30:14 UTC) #3
darin (slow to review)
My preference is for test_shell and test_shell_tests targets to build the plugin DLLs. At least ...
11 years, 5 months ago (2009-07-16 03:20:17 UTC) #4
Mark Mentovai
Dirk, I agree with Darin. When I told you to avoid marking dependencies that were ...
11 years, 5 months ago (2009-07-16 03:25:43 UTC) #5
darin (slow to review)
Thanks Dirk! You could probably tell that this issue has been nagging me ;-)-Darin On ...
11 years, 5 months ago (2009-07-16 04:14:46 UTC) #6
dpranke
Well, strictly speaking, test_shell will run fine without the plugins. It's just the tests that ...
11 years, 5 months ago (2009-07-16 07:43:26 UTC) #7
dpranke
Mark suggested (and I tend to agree), that an executable target should not depend on ...
11 years, 5 months ago (2009-07-16 07:43:26 UTC) #8
dpranke
Okey doke. I think we all agree that the main goal is to have a ...
11 years, 5 months ago (2009-07-16 07:43:27 UTC) #9
Dirk Pranke
11 years, 5 months ago (2009-07-16 20:04:17 UTC) #10
darin (slow to review)
http://codereview.chromium.org/149714/diff/9/10 File webkit/tools/test_shell/test_shell.gyp (right): http://codereview.chromium.org/149714/diff/9/10#newcode186 Line 186: '../../../chrome/chrome.gyp:image_diff', hmm... i think it is wrong for ...
11 years, 5 months ago (2009-07-17 21:18:12 UTC) #11
Dirk Pranke
11 years, 5 months ago (2009-07-20 20:28:24 UTC) #12
Dirk Pranke
11 years, 5 months ago (2009-07-21 00:48:40 UTC) #13
darin (slow to review)
11 years, 5 months ago (2009-07-21 04:27:43 UTC) #14
please use "svn mv" to move image_diff.cc so that history is preserved. 
otherwise, LGTM

Powered by Google App Engine
This is Rietveld 408576698