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

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)

Created:
4 years ago by sdefresne
Modified:
4 years ago
CC:
chromium-reviews, msramek+watch_chromium.org, jam, vabr+watchlistpasswordmanager_chromium.org, mlamouri+watch-geolocation_chromium.org, rouslan+autofill_chromium.org, tfarina, sebsg+autofillwatch_chromium.org, pkl (ping after 24h if needed), browser-components-watch_chromium.org, cbentzel+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, mathp+autofillwatch_chromium.org, darin-cc_chromium.org, asvitkine+watch_chromium.org, Michael van Ouwerkerk, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, markusheintz_, stkhapugin, gcasto+watchlist_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream Chrome on iOS source code [11/11]. Upstream all BUILD.gn changes to enable compilation of the code that has been upstreamed by the previous ten CLs and changes to browser_state_keyed_service_factories.mm to use the new factory. Update the default provider factory to use chromium provider (it will be merged with ChromeBrowserProvider eventually). BUG=653086 R=pinkerton@chromium.org, rohitrao@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/1e23576749d95a02d22b2ff4277eaf132dce4831 Committed: https://crrev.com/69edf1bf823ad0115305edafebfbec8c84a343bd Cr-Commit-Position: refs/heads/master@{#439601}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6337 lines, -17 lines) Patch
M ios/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ios/chrome/app/BUILD.gn View 3 chunks +309 lines, -0 lines 0 comments Download
M ios/chrome/app/application_delegate/BUILD.gn View 1 chunk +124 lines, -0 lines 0 comments Download
M ios/chrome/app/safe_mode/BUILD.gn View 1 chunk +59 lines, -0 lines 0 comments Download
A ios/chrome/app/spotlight/BUILD.gn View 1 chunk +70 lines, -0 lines 0 comments Download
A ios/chrome/app/startup/BUILD.gn View 1 chunk +41 lines, -0 lines 0 comments Download
A ios/chrome/app/steps/BUILD.gn View 1 chunk +36 lines, -0 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 3 chunks +71 lines, -0 lines 0 comments Download
M ios/chrome/browser/autofill/BUILD.gn View 1 chunk +89 lines, -0 lines 0 comments Download
M ios/chrome/browser/browser_state/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm View 2 chunks +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/browsing_data/BUILD.gn View 1 chunk +31 lines, -0 lines 0 comments Download
A ios/chrome/browser/context_menu/BUILD.gn View 1 chunk +26 lines, -0 lines 0 comments Download
M ios/chrome/browser/crash_report/BUILD.gn View 1 chunk +49 lines, -0 lines 0 comments Download
M ios/chrome/browser/device_sharing/BUILD.gn View 1 chunk +19 lines, -0 lines 0 comments Download
M ios/chrome/browser/geolocation/BUILD.gn View 1 chunk +23 lines, -0 lines 0 comments Download
M ios/chrome/browser/metrics/BUILD.gn View 1 chunk +77 lines, -0 lines 0 comments Download
M ios/chrome/browser/native_app_launcher/BUILD.gn View 1 chunk +51 lines, -0 lines 0 comments Download
M ios/chrome/browser/net/BUILD.gn View 1 chunk +16 lines, -0 lines 0 comments Download
M ios/chrome/browser/passwords/BUILD.gn View 1 chunk +24 lines, -0 lines 0 comments Download
M ios/chrome/browser/payments/BUILD.gn View 1 chunk +74 lines, -0 lines 0 comments Download
A ios/chrome/browser/payments/cells/BUILD.gn View 1 chunk +43 lines, -0 lines 0 comments Download
M ios/chrome/browser/sessions/BUILD.gn View 1 chunk +73 lines, -0 lines 0 comments Download
M ios/chrome/browser/signin/BUILD.gn View 1 chunk +13 lines, -0 lines 0 comments Download
M ios/chrome/browser/snapshots/BUILD.gn View 1 chunk +16 lines, -0 lines 0 comments Download
A ios/chrome/browser/tabs/BUILD.gn View 1 chunk +144 lines, -0 lines 0 comments Download
A ios/chrome/browser/test/BUILD.gn View 1 chunk +34 lines, -0 lines 0 comments Download
M ios/chrome/browser/translate/BUILD.gn View 1 chunk +32 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/BUILD.gn View 2 chunks +292 lines, -0 lines 0 comments Download
A + ios/chrome/browser/ui/actions/BUILD.gn View 1 chunk +6 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/activity_services/BUILD.gn View 1 chunk +77 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/alert_coordinator/BUILD.gn View 1 chunk +37 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/animators/BUILD.gn View 1 chunk +17 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/authentication/BUILD.gn View 1 chunk +123 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/autofill/BUILD.gn View 1 chunk +25 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/autofill/cells/BUILD.gn View 1 chunk +50 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/BUILD.gn View 1 chunk +177 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/bookmarks/bars/BUILD.gn View 1 chunk +25 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/bookmarks/cells/BUILD.gn View 1 chunk +45 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/collection_view/BUILD.gn View 1 chunk +54 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/collection_view/cells/BUILD.gn View 1 chunk +72 lines, -0 lines 0 comments Download
A + ios/chrome/browser/ui/colors/BUILD.gn View 1 chunk +7 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/contextual_search/BUILD.gn View 1 chunk +110 lines, -0 lines 0 comments Download
A + ios/chrome/browser/ui/contextual_search/protos/BUILD.gn View 1 chunk +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/dialogs/BUILD.gn View 1 chunk +73 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/downloads/BUILD.gn View 1 chunk +46 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/elements/BUILD.gn View 1 chunk +19 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/fancy_ui/BUILD.gn View 1 chunk +36 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/find_bar/BUILD.gn View 1 chunk +46 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/first_run/BUILD.gn View 1 chunk +100 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/history/BUILD.gn View 1 chunk +176 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/icons/BUILD.gn View 1 chunk +31 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/infobars/BUILD.gn View 1 chunk +58 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/main/BUILD.gn View 1 chunk +53 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/material_components/BUILD.gn View 1 chunk +18 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/no_tabs/BUILD.gn View 1 chunk +34 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/ntp/BUILD.gn View 1 chunk +176 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn View 1 chunk +92 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/ntp/recent_tabs/views/BUILD.gn View 1 chunk +52 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/omnibox/BUILD.gn View 1 chunk +106 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/overscroll_actions/BUILD.gn View 1 chunk +26 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/popup_menu/BUILD.gn View 1 chunk +21 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/presenters/BUILD.gn View 1 chunk +13 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/print/BUILD.gn View 1 chunk +42 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/promos/BUILD.gn View 1 chunk +49 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/qr_scanner/BUILD.gn View 1 chunk +64 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/reader_mode/BUILD.gn View 1 chunk +31 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/reading_list/BUILD.gn View 1 chunk +104 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/sad_tab/BUILD.gn View 1 chunk +27 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/BUILD.gn View 1 chunk +357 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/settings/cells/BUILD.gn View 1 chunk +87 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/settings/utils/BUILD.gn View 1 chunk +57 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/side_swipe/BUILD.gn View 1 chunk +54 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/BUILD.gn View 1 chunk +116 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/static_content/BUILD.gn View 1 chunk +42 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/sync/BUILD.gn View 1 chunk +61 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/tab/BUILD.gn View 1 chunk +25 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/tab_grid/BUILD.gn View 1 chunk +41 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/tab_switcher/BUILD.gn View 1 chunk +151 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/tabs/BUILD.gn View 1 chunk +72 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/toolbar/BUILD.gn View 1 chunk +184 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/tools/BUILD.gn View 1 chunk +35 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/tools_menu/BUILD.gn View 1 chunk +75 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/util/BUILD.gn View 1 chunk +59 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/web_contents/BUILD.gn View 1 chunk +22 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/webui/BUILD.gn View 1 chunk +52 lines, -0 lines 0 comments Download
M ios/chrome/browser/web/BUILD.gn View 1 chunk +167 lines, -0 lines 0 comments Download
M ios/chrome/test/BUILD.gn View 2 chunks +65 lines, -2 lines 0 comments Download
A ios/chrome/test/app/BUILD.gn View 1 chunk +80 lines, -0 lines 0 comments Download
M ios/chrome/test/base/BUILD.gn View 1 chunk +14 lines, -0 lines 0 comments Download
M ios/chrome/test/earl_grey/BUILD.gn View 1 chunk +196 lines, -3 lines 0 comments Download
A ios/chrome/test/earl_grey/chrome_ios_eg_test.gni View 1 chunk +141 lines, -0 lines 0 comments Download
A ios/chrome/test/ocmock/BUILD.gn View 1 chunk +21 lines, -0 lines 0 comments Download
M ios/public/provider/chrome/browser/build_config.gni View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 38 (22 generated)
sdefresne
Please take a look.
4 years ago (2016-12-19 15:32:11 UTC) #4
rohitrao (ping after 24h)
lgtm!!!!
4 years ago (2016-12-19 16:16:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2589843002/1
4 years ago (2016-12-19 16:19:39 UTC) #8
pink (ping after 24hrs)
LGTM. Make it so.
4 years ago (2016-12-19 16:37:47 UTC) #10
sdefresne
agrieve/markusheintz: as discussed via chat, android_n5x_swarming_rel is flaking and this CL is only affecting iOS ...
4 years ago (2016-12-19 16:51:49 UTC) #12
blundell
I regret that I have but one LGTM to give.
4 years ago (2016-12-19 16:54:28 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/1e23576749d95a02d22b2ff4277eaf132dce4831 Cr-Commit-Position: refs/heads/master@{#439492}
4 years ago (2016-12-19 16:58:51 UTC) #16
stuartmorgan
I wish I were still an OWNER so that my extreme LGTM would be more ...
4 years ago (2016-12-19 16:59:02 UTC) #17
sdefresne
Committed patchset #1 (id:1) manually as 1e23576749d95a02d22b2ff4277eaf132dce4831 (presubmit successful).
4 years ago (2016-12-19 17:00:49 UTC) #19
sdefresne
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/2589883002/ by sdefresne@chromium.org. ...
4 years ago (2016-12-19 17:22:16 UTC) #20
sdefresne
Re-opening in preparation of re-landing as we think the issue has been fixed.
4 years ago (2016-12-19 19:38:30 UTC) #22
rohitrao (ping after 24h)
On 2016/12/19 19:38:30, sdefresne wrote: > Re-opening in preparation of re-landing as we think the ...
4 years ago (2016-12-19 19:40:43 UTC) #23
sdefresne
On 2016/12/19 19:40:43, rohitrao wrote: > On 2016/12/19 19:38:30, sdefresne wrote: > > Re-opening in ...
4 years ago (2016-12-19 19:43:03 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2589843002/1
4 years ago (2016-12-19 22:47:19 UTC) #33
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-19 22:54:14 UTC) #36
commit-bot: I haz the power
4 years ago (2016-12-19 22:55:38 UTC) #38
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/69edf1bf823ad0115305edafebfbec8c84a343bd
Cr-Commit-Position: refs/heads/master@{#439601}

Powered by Google App Engine
This is Rietveld 408576698