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

Issue 1928913002: Create //components/ntp_tiles. (Closed)

Created:
4 years, 7 months ago by sfiera
Modified:
4 years, 7 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create //components/ntp_tiles. Move its prefs and switches in immediately. Later will follow //chrome/browser/android/ntp/{most_visited_sites,popular_sites}*, as the work to refactor out their dependencies is ongoing. BUG=603026 Committed: https://crrev.com/0dc4da510e5dbbf2a6197c0eb03500d64568652a Cr-Commit-Position: refs/heads/master@{#390605}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 5

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -58 lines) Patch
M chrome/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/android/ntp/most_visited_sites.cc View 1 2 6 chunks +12 lines, -11 lines 0 comments Download
M chrome/browser/android/ntp/popular_sites.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/common/chrome_switches.cc View 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M components/OWNERS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M components/components.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A + components/ntp_tiles.gypi View 1 chunk +9 lines, -10 lines 0 comments Download
A + components/ntp_tiles/BUILD.gn View 1 2 3 4 1 chunk +7 lines, -5 lines 0 comments Download
A + components/ntp_tiles/OWNERS View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
A components/ntp_tiles/pref_names.h View 1 chunk +17 lines, -0 lines 0 comments Download
A components/ntp_tiles/pref_names.cc View 1 chunk +18 lines, -0 lines 0 comments Download
A components/ntp_tiles/switches.h View 1 chunk +19 lines, -0 lines 0 comments Download
A components/ntp_tiles/switches.cc View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
sfiera
We'll need much wider approvals to get this in but I figured you should take ...
4 years, 7 months ago (2016-04-28 11:43:41 UTC) #2
Marc Treib
Looks like you're missing some dependencies in the GYP files, but otherwise LGTM!
4 years, 7 months ago (2016-04-28 12:43:34 UTC) #3
sfiera
4 years, 7 months ago (2016-04-28 14:29:27 UTC) #5
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1928913002/diff/20001/chrome/browser/android/ntp/most_visited_sites.cc File chrome/browser/android/ntp/most_visited_sites.cc (right): https://codereview.chromium.org/1928913002/diff/20001/chrome/browser/android/ntp/most_visited_sites.cc#newcode45 chrome/browser/android/ntp/most_visited_sites.cc:45: namespace switches = ntp_tiles::switches; I don't see this pattern ...
4 years, 7 months ago (2016-04-28 15:46:37 UTC) #6
sfiera
https://codereview.chromium.org/1928913002/diff/20001/chrome/browser/android/ntp/most_visited_sites.cc File chrome/browser/android/ntp/most_visited_sites.cc (right): https://codereview.chromium.org/1928913002/diff/20001/chrome/browser/android/ntp/most_visited_sites.cc#newcode45 chrome/browser/android/ntp/most_visited_sites.cc:45: namespace switches = ntp_tiles::switches; On 2016/04/28 15:46:37, jochen wrote: ...
4 years, 7 months ago (2016-04-28 16:11:04 UTC) #7
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn File components/ntp_tiles/BUILD.gn (right): https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn#newcode19 components/ntp_tiles/BUILD.gn:19: source_set("unit_tests") { delete this then?
4 years, 7 months ago (2016-04-28 16:16:41 UTC) #8
sfiera
https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn File components/ntp_tiles/BUILD.gn (right): https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn#newcode19 components/ntp_tiles/BUILD.gn:19: source_set("unit_tests") { On 2016/04/28 16:16:41, jochen wrote: > delete ...
4 years, 7 months ago (2016-04-28 16:27:59 UTC) #9
jochen (gone - plz use gerrit)
On 2016/04/28 at 16:27:59, sfiera wrote: > https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn > File components/ntp_tiles/BUILD.gn (right): > > https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn#newcode19 ...
4 years, 7 months ago (2016-04-28 16:33:15 UTC) #10
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/OWNERS File components/ntp_tiles/OWNERS (right): https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/OWNERS#newcode3 components/ntp_tiles/OWNERS:3: sfiera@chromium.org only full committers can be owners btw :-/
4 years, 7 months ago (2016-04-28 16:34:23 UTC) #11
sfiera
https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn File components/ntp_tiles/BUILD.gn (right): https://codereview.chromium.org/1928913002/diff/60001/components/ntp_tiles/BUILD.gn#newcode19 components/ntp_tiles/BUILD.gn:19: source_set("unit_tests") { jochen wrote: > On 2016/04/28 16:27:59, sfiera ...
4 years, 7 months ago (2016-04-29 08:18:49 UTC) #12
jochen (gone - plz use gerrit)
lgtm
4 years, 7 months ago (2016-04-29 08:20:45 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928913002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928913002/80001
4 years, 7 months ago (2016-04-29 08:23:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1928913002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1928913002/100001
4 years, 7 months ago (2016-04-29 08:24:44 UTC) #20
sfiera
Thanks for the quick review! I'll get back to you when we have some tests ...
4 years, 7 months ago (2016-04-29 08:24:48 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 7 months ago (2016-04-29 09:23:21 UTC) #22
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:24:43 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0dc4da510e5dbbf2a6197c0eb03500d64568652a
Cr-Commit-Position: refs/heads/master@{#390605}

Powered by Google App Engine
This is Rietveld 408576698