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

Issue 2755002: Link with RLZ library from open source repo.... (Closed)

Created:
10 years, 6 months ago by Roger Tawa OOO till Jul 10th
Modified:
9 years, 7 months ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews, brettw-cc_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Link with RLZ library from open source repo. In order to pass the check dependency step in the build, I added rlz to the include_rules in DEPS. However, I am not sure this is the best solution. TEST=Make sure that the RLZ pings from chrome are the sameas they were with the old RLZ dll BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49399

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -204 lines) Patch
M DEPS View 2 chunks +4 lines, -0 lines 0 comments Download
M build/all.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_main.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/rlz/rlz.h View 1 3 chunks +18 lines, -58 lines 0 comments Download
M chrome/browser/rlz/rlz.cc View 8 chunks +46 lines, -123 lines 0 comments Download
M chrome/browser/rlz/rlz_unittest.cc View 3 chunks +7 lines, -13 lines 0 comments Download
M chrome/browser/search_engines/template_url.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_model.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/search_engines/template_url_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Roger Tawa OOO till Jul 10th
10 years, 6 months ago (2010-06-08 17:39:13 UTC) #1
cpu_(ooo_6.6-7.5)
How are we loading rlz. I did not see a LoadLibrary. http://codereview.chromium.org/2755002/diff/1/6 File chrome/browser/rlz/rlz.h (right): ...
10 years, 6 months ago (2010-06-08 22:26:54 UTC) #2
cpu_(ooo_6.6-7.5)
One nit, please update the copyright year to 2010 On 2010/06/08 22:26:54, cpu wrote: > ...
10 years, 6 months ago (2010-06-08 22:31:16 UTC) #3
Roger Tawa OOO till Jul 10th
On 2010/06/08 22:31:16, cpu wrote: > One nit, please update the copyright year to 2010 ...
10 years, 6 months ago (2010-06-09 01:51:08 UTC) #4
Roger Tawa OOO till Jul 10th
http://codereview.chromium.org/2755002/diff/1/6 File chrome/browser/rlz/rlz.h (right): http://codereview.chromium.org/2755002/diff/1/6#newcode25 chrome/browser/rlz/rlz.h:25: // rlz.dll is not present so all the functionality ...
10 years, 6 months ago (2010-06-09 01:51:22 UTC) #5
cpu_(ooo_6.6-7.5)
All right, go ahead. Keep an eye on the perf bots, specially the Startup time ...
10 years, 6 months ago (2010-06-09 17:38:29 UTC) #6
Roger Tawa OOO till Jul 10th
10 years, 6 months ago (2010-06-09 18:40:29 UTC) #7
On 2010/06/09 17:38:29, cpu wrote:
> All right, go ahead. Keep an eye on the perf bots, specially the Startup time
> one.
> 
> 
> On 2010/06/09 01:51:22, Roger Tawa wrote:
> > http://codereview.chromium.org/2755002/diff/1/6
> > File chrome/browser/rlz/rlz.h (right):
> > 
> > http://codereview.chromium.org/2755002/diff/1/6#newcode25
> > chrome/browser/rlz/rlz.h:25: // rlz.dll is not present so all the
> functionality
> > becomes no-ops.
> > On 2010/06/08 22:26:55, cpu wrote:
> > > can you add a comment here about the open source nature of it and the url
of
> > the
> > > project?
> > 
> > Done.

Thanks Carlos.  Note that I think every test in browser_tests failed, although I
don't think my change could have caused that.  I will investigate this before
committing.

Powered by Google App Engine
This is Rietveld 408576698