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

Issue 2960: Enable safe browsing tests exercising VerifyMAC.... (Closed)

Created:
12 years, 3 months ago by please use my chromium address
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Enable safe browsing tests exercising VerifyMAC. I left a bunch of TODOs in my previous changeset, http://codereview.chromium.org/2891 (commited), because I couldn't resolve some linking issues. Now I found a solution (similar to one in src/net/SConscript) - reordering libs so that dependencies follow dependents. BUG=2335 (it's a general bug about building SConscript.unit_tests)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -15 lines) Patch
M chrome/SConscript.unit_tests View 2 chunks +3 lines, -3 lines 1 comment Download
M chrome/browser/safe_browsing/protocol_parser_unittest.cc View 4 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.cc View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
please use my chromium address
12 years, 3 months ago (2008-09-18 10:17:42 UTC) #1
Dean McNamee
12 years, 3 months ago (2008-09-18 12:47:53 UTC) #2
LGTM, will commit and fix the nit below.

http://codereview.chromium.org/2960/diff/1/4
File chrome/SConscript.unit_tests (right):

http://codereview.chromium.org/2960/diff/1/4#newcode35
Line 35: 'bzip2',  # bzip2 must come before base
I wouldn't do a column style comment like this.  Do a block style before the
LIBS = line.

Powered by Google App Engine
This is Rietveld 408576698