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

Issue 6532003: Move googleurl's unittest to use a custom main so ICU can be started up in... (Closed)

Created:
9 years, 10 months ago by TVL
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews
Visibility:
Public.

Description

Move googleurl's unittest to use a custom main so ICU can be started up in a way that matches the Chromium build. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75184

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M build/temp_gyp/googleurl.gyp View 2 chunks +2 lines, -1 line 0 comments Download
A build/temp_gyp/googleurl_test_main.cc View 1 chunk +22 lines, -0 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
TVL
9 years, 10 months ago (2011-02-16 21:27:38 UTC) #1
Mark Mentovai
9 years, 10 months ago (2011-02-16 21:31:33 UTC) #2
LGTM

http://codereview.chromium.org/6532003/diff/1/build/temp_gyp/googleurl_test_m...
File build/temp_gyp/googleurl_test_main.cc (right):

http://codereview.chromium.org/6532003/diff/1/build/temp_gyp/googleurl_test_m...
build/temp_gyp/googleurl_test_main.cc:7: // how the Chromium tree expects which
is different then what is in the
than

http://codereview.chromium.org/6532003/diff/1/build/temp_gyp/googleurl_test_m...
build/temp_gyp/googleurl_test_main.cc:17: ::testing::InitGoogleTest(&argc,
argv);
Why is this one fully-qualified with the :: up front, while everything else in
here isn’t?

Powered by Google App Engine
This is Rietveld 408576698