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

Issue 975083002: mojo/common: Decouple GURL dependency (Closed)

Created:
5 years, 9 months ago by Hajime Morrita
Modified:
5 years, 9 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mojo/common: Decouple GURL dependency This prevents mojo/common from having win64 build. This CL move it to its own static library so that environment component doesn't depend on it. BUG=377980 R=jamesr@chromium.org, rockot@chromium.org TBR=jrummell@chromium.org, eroman@chromium.org Committed: https://crrev.com/9e8f56a35b8b6dab5d86e21fff04c9f4ca437cc3 Cr-Commit-Position: refs/heads/master@{#319314}

Patch Set 1 #

Patch Set 2 : Moved URL converters to the network service module. #

Patch Set 3 : #

Total comments: 14

Patch Set 4 : Updated #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : Landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -27 lines) Patch
M media/mojo/services/mojo_cdm_service.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/common/BUILD.gn View 1 2 3 4 5 2 chunks +24 lines, -1 line 0 comments Download
M mojo/common/common_type_converters.h View 2 chunks +0 lines, -12 lines 0 comments Download
M mojo/common/common_type_converters.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M mojo/common/common_type_converters_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A mojo/common/url_type_converters.h View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A mojo/common/url_type_converters.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M mojo/environment/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M mojo/mojo_base.gyp View 1 2 3 chunks +19 lines, -1 line 0 comments Download
M mojo/services/html_viewer/weburlloader_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M mojo/services/network/cookie_store_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/network/url_loader_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/mojo_proxy_resolver_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (2 generated)
Hajime Morrita
5 years, 9 months ago (2015-03-03 21:23:38 UTC) #1
jamesr
What about this doesn't work on win64?
5 years, 9 months ago (2015-03-03 21:29:05 UTC) #2
jamesr
As the trybot runs show this converter is being used by the network service, at ...
5 years, 9 months ago (2015-03-03 21:30:11 UTC) #3
Hajime Morrita
On 2015/03/03 21:30:11, jamesr wrote: > As the trybot runs show this converter is being ...
5 years, 9 months ago (2015-03-03 21:36:11 UTC) #4
jamesr
You should build the network service. A lot of stuff depends on ICU - how ...
5 years, 9 months ago (2015-03-03 21:46:02 UTC) #5
Hajime Morrita
On 2015/03/03 21:46:02, jamesr wrote: > A lot of stuff depends on ICU - how ...
5 years, 9 months ago (2015-03-03 21:51:42 UTC) #6
jamesr
If this particular converter is annoying you can move it to a separate converter target, ...
5 years, 9 months ago (2015-03-03 21:59:00 UTC) #7
Ken Rockot(use gerrit already)
lgtm but I think there are extraneous includes and dependencies now (marked some inline), as ...
5 years, 9 months ago (2015-03-04 03:27:56 UTC) #8
jamesr
https://codereview.chromium.org/975083002/diff/40001/mojo/common/BUILD.gn File mojo/common/BUILD.gn (left): https://codereview.chromium.org/975083002/diff/40001/mojo/common/BUILD.gn#oldcode47 mojo/common/BUILD.gn:47: "//url", the test still appears to test url conversions ...
5 years, 9 months ago (2015-03-04 04:14:44 UTC) #9
Hajime Morrita
PTAL? https://codereview.chromium.org/975083002/diff/40001/mojo/common/BUILD.gn File mojo/common/BUILD.gn (left): https://codereview.chromium.org/975083002/diff/40001/mojo/common/BUILD.gn#oldcode47 mojo/common/BUILD.gn:47: "//url", On 2015/03/04 04:14:44, jamesr wrote: > the ...
5 years, 9 months ago (2015-03-05 18:29:41 UTC) #10
jamesr
lgtm https://codereview.chromium.org/975083002/diff/80001/mojo/common/BUILD.gn File mojo/common/BUILD.gn (right): https://codereview.chromium.org/975083002/diff/80001/mojo/common/BUILD.gn#newcode48 mojo/common/BUILD.gn:48: include_dirs = [ "../../third_party/mojo/src/" ] write this as ...
5 years, 9 months ago (2015-03-05 18:33:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/975083002/100001
5 years, 9 months ago (2015-03-05 19:25:12 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 9 months ago (2015-03-05 20:30:29 UTC) #15
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 20:31:20 UTC) #16
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9e8f56a35b8b6dab5d86e21fff04c9f4ca437cc3
Cr-Commit-Position: refs/heads/master@{#319314}

Powered by Google App Engine
This is Rietveld 408576698