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

Issue 7056049: Changes to have chrome building with net.dll (Closed)

Created:
9 years, 6 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
wtc
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, cbentzel+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, jam, amit, Paweł Hajdan Jr., dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, pam+watch_chromium.org, ajwong+watch_chromium.org, darin-cc_chromium.org, sergeyu+watch_chromium.org, joi+watch-content_chromium.org
Visibility:
Public.

Description

Changes to have chrome building with net.dll BUG=76997 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87873

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -12 lines) Patch
M app/app.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M app/app_base.gypi View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/chrome.gyp View 1 4 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 6 chunks +6 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/print_system_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome_frame/chrome_frame.gyp View 1 8 chunks +9 lines, -3 lines 0 comments Download
M content/content_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M crypto/rsa_private_key_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M jingle/jingle.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M net/base/net_log.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util.h View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_netlog_params.h View 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/remoting.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M views/views.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/support/webkit_support.gypi View 2 chunks +3 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
rvargas (doing something else)
9 years, 6 months ago (2011-06-03 17:59:19 UTC) #1
wtc
LGTM. http://codereview.chromium.org/7056049/diff/1/chrome/browser/net/cookie_policy_browsertest.cc File chrome/browser/net/cookie_policy_browsertest.cc (left): http://codereview.chromium.org/7056049/diff/1/chrome/browser/net/cookie_policy_browsertest.cc#oldcode15 chrome/browser/net/cookie_policy_browsertest.cc:15: #include "net/url_request/url_request_context.cc" Wow, no kidding! This is worth ...
9 years, 6 months ago (2011-06-03 18:24:39 UTC) #2
rvargas (doing something else)
9 years, 6 months ago (2011-06-03 18:47:42 UTC) #3
Thanks

http://codereview.chromium.org/7056049/diff/1/chrome/browser/net/cookie_polic...
File chrome/browser/net/cookie_policy_browsertest.cc (left):

http://codereview.chromium.org/7056049/diff/1/chrome/browser/net/cookie_polic...
chrome/browser/net/cookie_policy_browsertest.cc:15: #include
"net/url_request/url_request_context.cc"
On 2011/06/03 18:24:40, wtc wrote:
> Wow, no kidding!
> 
> This is worth separating into its own CL.

Done.

http://codereview.chromium.org/7056049/diff/1/chrome/chrome.gyp
File chrome/chrome.gyp (right):

http://codereview.chromium.org/7056049/diff/1/chrome/chrome.gyp#newcode426
chrome/chrome.gyp:426: '../net/net.gyp:net',
On 2011/06/03 18:24:40, wtc wrote:
> Nit: does net.gyp:net need to be before net.gyp:http_server,
> or can we list them in alphabetical order?

Done.

http://codereview.chromium.org/7056049/diff/1/chrome_frame/chrome_frame.gyp
File chrome_frame/chrome_frame.gyp (right):

http://codereview.chromium.org/7056049/diff/1/chrome_frame/chrome_frame.gyp#n...
chrome_frame/chrome_frame.gyp:678: '../net/net.gyp:net',
On 2011/06/03 18:24:40, wtc wrote:
> Nit: list in alphabetical order?

Done.

http://codereview.chromium.org/7056049/diff/1/webkit/blob/blob_url_request_jo...
File webkit/blob/blob_url_request_job_unittest.cc (right):

http://codereview.chromium.org/7056049/diff/1/webkit/blob/blob_url_request_jo...
webkit/blob/blob_url_request_job_unittest.cc:74: if (request->job()->is_done())
{
I added your comment to the bug report.

Powered by Google App Engine
This is Rietveld 408576698