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

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed)

Created:
4 years, 10 months ago by vabr (Chromium)
Modified:
4 years, 10 months ago
CC:
blundell+watchlist_chromium.org, chromium-reviews, droger+watchlist_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, sdefresne+watchlist_chromium.org, tim+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ProfileSyncService tests for autofill & typed URLs to components This includes also shared test support. BUG=581640 Committed: https://crrev.com/7e9f0b977401718795e716cc77be9d491e020118 Cr-Commit-Position: refs/heads/master@{#376474}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Just rebased #

Total comments: 2

Patch Set 3 : Just rebased #

Patch Set 4 : Fix public_deps in GN for sync_driver #

Patch Set 5 : Just rebased #

Patch Set 6 : Just rebased #

Patch Set 7 : Just rebased #

Patch Set 8 : Just rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -2889 lines) Patch
D chrome/browser/sync/abstract_profile_sync_service_test.h View 1 2 3 4 5 6 1 chunk +0 lines, -93 lines 0 comments Download
D chrome/browser/sync/abstract_profile_sync_service_test.cc View 1 2 3 4 5 6 1 chunk +0 lines, -224 lines 0 comments Download
D chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1256 lines 0 comments Download
D chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1098 lines 0 comments Download
D chrome/browser/sync/test/test_http_bridge_factory.h View 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/browser/sync/test/test_http_bridge_factory.cc View 1 chunk +0 lines, -46 lines 0 comments Download
D chrome/browser/sync/test_profile_sync_service.h View 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/browser/sync/test_profile_sync_service.cc View 1 chunk +0 lines, -36 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_sync_observer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download
M components/browser_sync.gypi View 1 chunk +6 lines, -0 lines 0 comments Download
M components/browser_sync/browser/BUILD.gn View 5 chunks +14 lines, -0 lines 0 comments Download
M components/browser_sync/browser/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A + components/browser_sync/browser/abstract_profile_sync_service_test.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + components/browser_sync/browser/abstract_profile_sync_service_test.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
A + components/browser_sync/browser/profile_sync_service_autofill_unittest.cc View 1 2 3 4 5 6 4 chunks +3 lines, -4 lines 0 comments Download
A + components/browser_sync/browser/profile_sync_service_typed_url_unittest.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -4 lines 0 comments Download
A + components/browser_sync/browser/test_http_bridge_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/browser_sync/browser/test_http_bridge_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/browser_sync/browser/test_profile_sync_service.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/browser_sync/browser/test_profile_sync_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 3 chunks +4 lines, -0 lines 0 comments Download
M components/sync_driver.gypi View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M components/sync_driver/BUILD.gn View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 28 (14 generated)
vabr (Chromium)
Hello reviewers! PTAL, pkasting: at components/browser_sync/browser/DEPS zea: sync code sdefresne: gypi and GN changes Thank ...
4 years, 10 months ago (2016-02-12 22:12:49 UTC) #3
Peter Kasting
LGTM
4 years, 10 months ago (2016-02-13 01:26:26 UTC) #4
Nicolas Zea
LGTM with a question https://codereview.chromium.org/1692873004/diff/1/components/sync_driver.gypi File components/sync_driver.gypi (right): https://codereview.chromium.org/1692873004/diff/1/components/sync_driver.gypi#newcode25 components/sync_driver.gypi:25: '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', Why is this necessary ...
4 years, 10 months ago (2016-02-13 01:30:35 UTC) #5
vabr (Chromium)
Thanks both for review! Cheers, Vaclav https://codereview.chromium.org/1692873004/diff/1/components/sync_driver.gypi File components/sync_driver.gypi (right): https://codereview.chromium.org/1692873004/diff/1/components/sync_driver.gypi#newcode25 components/sync_driver.gypi:25: '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', On 2016/02/13 ...
4 years, 10 months ago (2016-02-13 10:43:47 UTC) #6
sdefresne
lgtm https://codereview.chromium.org/1692873004/diff/20001/components/sync_driver.gypi File components/sync_driver.gypi (right): https://codereview.chromium.org/1692873004/diff/20001/components/sync_driver.gypi#newcode24 components/sync_driver.gypi:24: 'export_dependent_settings': [ nit: do you need to add ...
4 years, 10 months ago (2016-02-15 10:02:11 UTC) #7
vabr (Chromium)
I forgot to publish that I addressed sdefresne@'s comment yesterday. The failing ASAN is the ...
4 years, 10 months ago (2016-02-16 08:56:42 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692873004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692873004/140001
4 years, 10 months ago (2016-02-19 09:30:55 UTC) #10
commit-bot: I haz the power
This CL has an open dependency (Issue 1684643002 Patch 320001). Please resolve the dependency and ...
4 years, 10 months ago (2016-02-19 11:09:38 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692873004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692873004/140001
4 years, 10 months ago (2016-02-19 11:43:17 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692873004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692873004/140001
4 years, 10 months ago (2016-02-19 15:58:12 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-19 17:08:00 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692873004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692873004/140001
4 years, 10 months ago (2016-02-19 17:12:55 UTC) #24
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 10 months ago (2016-02-19 17:24:31 UTC) #26
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 17:25:25 UTC) #28
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/7e9f0b977401718795e716cc77be9d491e020118
Cr-Commit-Position: refs/heads/master@{#376474}

Powered by Google App Engine
This is Rietveld 408576698