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

Issue 1275003003: Componentize tab_node_pool to sync_driver (Closed)

Created:
5 years, 4 months ago by Abhishek
Modified:
5 years, 4 months ago
CC:
chromium-reviews, maniscalco+watch_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, pvalenzuela+watch_chromium.org, tim+watch_chromium.org, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize tab_node_pool to sync_driver Move tab_node_pool to the sync_driver component. Updated gn and gyp file. BUG=512073 Committed: https://crrev.com/7bf4509514c308164521a502da0e30a1f01c2682 Cr-Commit-Position: refs/heads/master@{#343000}

Patch Set 1 #

Total comments: 2

Patch Set 2 : updated dependencies #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -626 lines) Patch
M chrome/browser/sync/glue/synced_session_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/sessions/sessions_sync_manager.h View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/sync/sessions/tab_node_pool.h View 1 chunk +0 lines, -165 lines 0 comments Download
D chrome/browser/sync/sessions/tab_node_pool.cc View 1 chunk +0 lines, -188 lines 0 comments Download
D chrome/browser/sync/sessions/tab_node_pool_unittest.cc View 1 chunk +0 lines, -262 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M components/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/sync_driver/BUILD.gn View 1 2 chunks +15 lines, -0 lines 2 comments Download
A + components/sync_driver/tab_node_pool.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + components/sync_driver/tab_node_pool.cc View 1 chunk +1 line, -1 line 0 comments Download
A + components/sync_driver/tab_node_pool_unittest.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
Abhishek
PTAL!
5 years, 4 months ago (2015-08-10 11:53:40 UTC) #2
droger
LGTM +zea as OWNER It's surprising that you had to create the unit test target ...
5 years, 4 months ago (2015-08-10 12:21:20 UTC) #4
pavely
On 2015/08/10 12:21:20, droger wrote: > zea: do you know if it is intentional that ...
5 years, 4 months ago (2015-08-11 01:25:02 UTC) #6
pavely
lgtm
5 years, 4 months ago (2015-08-11 01:25:10 UTC) #7
Abhishek
Updated dependencies. PTAL #2! https://codereview.chromium.org/1275003003/diff/1/components/sync_driver/BUILD.gn File components/sync_driver/BUILD.gn (right): https://codereview.chromium.org/1275003003/diff/1/components/sync_driver/BUILD.gn#newcode105 components/sync_driver/BUILD.gn:105: ":sync_driver", On 2015/08/10 12:21:20, droger ...
5 years, 4 months ago (2015-08-11 08:16:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1275003003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1275003003/20001
5 years, 4 months ago (2015-08-11 11:08:42 UTC) #11
droger
On 2015/08/11 08:16:18, Abhishek wrote: > Updated dependencies. > > PTAL #2! Looks good.
5 years, 4 months ago (2015-08-11 11:08:55 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/87079)
5 years, 4 months ago (2015-08-11 11:19:33 UTC) #14
Abhishek
+Sylvain for components/BUILD.gn
5 years, 4 months ago (2015-08-11 11:24:28 UTC) #16
droger
Filed http://crbug.com/519366 for the unit tests issue.
5 years, 4 months ago (2015-08-11 11:28:05 UTC) #17
sdefresne
//components lgtm https://codereview.chromium.org/1275003003/diff/20001/components/sync_driver/BUILD.gn File components/sync_driver/BUILD.gn (right): https://codereview.chromium.org/1275003003/diff/20001/components/sync_driver/BUILD.gn#newcode101 components/sync_driver/BUILD.gn:101: "tab_node_pool_unittest.cc", Can you also add the unit ...
5 years, 4 months ago (2015-08-12 07:11:13 UTC) #18
Abhishek
https://codereview.chromium.org/1275003003/diff/20001/components/sync_driver/BUILD.gn File components/sync_driver/BUILD.gn (right): https://codereview.chromium.org/1275003003/diff/20001/components/sync_driver/BUILD.gn#newcode101 components/sync_driver/BUILD.gn:101: "tab_node_pool_unittest.cc", On 2015/08/12 07:11:13, sdefresne wrote: > Can you ...
5 years, 4 months ago (2015-08-12 07:49:05 UTC) #19
droger
On 2015/08/12 07:49:05, Abhishek wrote: > https://codereview.chromium.org/1275003003/diff/20001/components/sync_driver/BUILD.gn > File components/sync_driver/BUILD.gn (right): > > https://codereview.chromium.org/1275003003/diff/20001/components/sync_driver/BUILD.gn#newcode101 > ...
5 years, 4 months ago (2015-08-12 08:08:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1275003003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1275003003/20001
5 years, 4 months ago (2015-08-12 09:51:23 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 4 months ago (2015-08-12 10:00:34 UTC) #23
commit-bot: I haz the power
5 years, 4 months ago (2015-08-12 10:01:15 UTC) #24
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7bf4509514c308164521a502da0e30a1f01c2682
Cr-Commit-Position: refs/heads/master@{#343000}

Powered by Google App Engine
This is Rietveld 408576698