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

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed)

Created:
7 years, 9 months ago by Yaron
Modified:
7 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, akalin, Raghu Simha, klundberg+watch_chromium.org, apatrick_chromium, ilevy+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, yfriedman+watch_chromium.org, bulach+watch_chromium.org, haitaol1, android-webview-reviews_chromium.org, tim (not reviewing), frankf+watch_chromium.org
Visibility:
Public.

Description

[Android] Fix remaining linker errors for components build Miscellaneous missing dependencies and a few more exports. BUG=158821 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191944

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : unexported URLRequestJobManager #

Total comments: 4

Patch Set 5 : joth #

Patch Set 6 : rebases #

Patch Set 7 : export content_constants and remove from test target #

Patch Set 8 : rebase #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -22 lines) Patch
M android_webview/browser/net/aw_url_request_job_factory.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/content_constants_internal.h View 1 2 3 4 5 6 1 chunk +6 lines, -4 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -7 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h View 2 chunks +2 lines, -1 line 0 comments Download
M net/android/keystore.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/openssl_client_key_store.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/base/model_type.h View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M testing/android/native_test.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/fling_animator_impl_android.h View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 27 (0 generated)
Yaron
Hopefully the last of these larger changes. We're in the process of getting a bot ...
7 years, 9 months ago (2013-03-22 00:47:51 UTC) #1
Ben Goodger (Google)
-me +jam
7 years, 9 months ago (2013-03-22 16:17:35 UTC) #2
jam
On 2013/03/22 16:17:35, Ben Goodger (Google) wrote: > -me > +jam content lgtm
7 years, 9 months ago (2013-03-25 21:57:34 UTC) #3
Yaron
joth: aw gman: gpu, ui/gl rsleevi: net zea: sync webkit: tony
7 years, 8 months ago (2013-03-27 18:56:36 UTC) #4
joth
aw/ lgtm
7 years, 8 months ago (2013-03-27 18:58:57 UTC) #5
Ryan Sleevi
https://codereview.chromium.org/12988003/diff/4001/net/url_request/url_request_job_manager.h File net/url_request/url_request_job_manager.h (right): https://codereview.chromium.org/12988003/diff/4001/net/url_request/url_request_job_manager.h#newcode32 net/url_request/url_request_job_manager.h:32: class NET_EXPORT URLRequestJobManager { Where is this being used? ...
7 years, 8 months ago (2013-03-27 19:06:20 UTC) #6
Yaron
https://codereview.chromium.org/12988003/diff/4001/net/url_request/url_request_job_manager.h File net/url_request/url_request_job_manager.h (right): https://codereview.chromium.org/12988003/diff/4001/net/url_request/url_request_job_manager.h#newcode32 net/url_request/url_request_job_manager.h:32: class NET_EXPORT URLRequestJobManager { On 2013/03/27 19:06:21, Ryan Sleevi ...
7 years, 8 months ago (2013-03-27 19:10:16 UTC) #7
Ryan Sleevi
I'm tossing that bit to pauljensen@ then, who has been working on cleaning up and ...
7 years, 8 months ago (2013-03-27 19:16:44 UTC) #8
Nicolas Zea
sync lgtm
7 years, 8 months ago (2013-03-27 19:34:50 UTC) #9
pauljensen
We're in the process of eliminating URLRequestJobManager, though I'm guessing that goal is months away. ...
7 years, 8 months ago (2013-03-27 19:50:18 UTC) #10
tony
webkit LGTM
7 years, 8 months ago (2013-03-27 19:57:36 UTC) #11
Yaron
On 2013/03/27 19:57:36, tony wrote: > webkit LGTM changed to URLRequest::IsHandledProtocol which does look to ...
7 years, 8 months ago (2013-03-27 20:19:26 UTC) #12
joth
https://codereview.chromium.org/12988003/diff/13001/android_webview/browser/net/aw_url_request_job_factory.cc File android_webview/browser/net/aw_url_request_job_factory.cc (right): https://codereview.chromium.org/12988003/diff/13001/android_webview/browser/net/aw_url_request_job_factory.cc#newcode27 android_webview/browser/net/aw_url_request_job_factory.cc:27: // This introduces a dependency on the URLRequestJobManager Making ...
7 years, 8 months ago (2013-03-27 20:33:18 UTC) #13
Yaron
https://codereview.chromium.org/12988003/diff/13001/android_webview/browser/net/aw_url_request_job_factory.cc File android_webview/browser/net/aw_url_request_job_factory.cc (right): https://codereview.chromium.org/12988003/diff/13001/android_webview/browser/net/aw_url_request_job_factory.cc#newcode27 android_webview/browser/net/aw_url_request_job_factory.cc:27: // This introduces a dependency on the URLRequestJobManager On ...
7 years, 8 months ago (2013-03-27 21:18:53 UTC) #14
Yaron
rsleevi/pauljensen: still need a net stamp apatrick: ui/gl, gpu (looks like gman is out)
7 years, 8 months ago (2013-03-29 16:35:10 UTC) #15
Yaron
rsleevi/pauljensen: still need a net stamp apatrick: ui/gl, gpu (looks like gman is out)
7 years, 8 months ago (2013-03-29 16:35:21 UTC) #16
pauljensen
Ryan should review. I'm not in OWNERS. The change that Ryan wanted me to look ...
7 years, 8 months ago (2013-03-29 17:03:35 UTC) #17
greggman
lgtm
7 years, 8 months ago (2013-03-29 17:26:14 UTC) #18
Ryan Sleevi
lgtm
7 years, 8 months ago (2013-03-29 17:40:38 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yfriedman@chromium.org/12988003/9007
7 years, 8 months ago (2013-04-01 21:37:53 UTC) #20
Yaron
nilesh/jam: ptal at diff from last patchset. I changed it so that content_constants_internal isn't reincluded ...
7 years, 8 months ago (2013-04-01 23:04:55 UTC) #21
nilesh
LGTM
7 years, 8 months ago (2013-04-01 23:36:00 UTC) #22
jam
lgtm
7 years, 8 months ago (2013-04-02 17:04:22 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yfriedman@chromium.org/12988003/39001
7 years, 8 months ago (2013-04-02 17:05:25 UTC) #24
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=130055
7 years, 8 months ago (2013-04-02 18:27:52 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yfriedman@chromium.org/12988003/50002
7 years, 8 months ago (2013-04-02 19:55:02 UTC) #26
commit-bot: I haz the power
7 years, 8 months ago (2013-04-03 00:20:02 UTC) #27
Message was sent while issue was closed.
Change committed as 191944

Powered by Google App Engine
This is Rietveld 408576698