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

Issue 1226173004: Componentize //chrome/browser/offline_pages (Closed)

Created:
5 years, 5 months ago by Abhishek
Modified:
5 years, 5 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize //chrome/browser/offline_pages Componentize offline_page_metadata_store_impl.[cc/h], unittest and offline_pages.proto file. Updated BUILD.gn and corresponding .gypi files for the same. BUG=507284 Committed: https://crrev.com/faf6421d12a9499b3a3d5266b5ceb33ea81ce1d2 Cr-Commit-Position: refs/heads/master@{#339852}

Patch Set 1 #

Patch Set 2 : Updated unittest and gn build #

Total comments: 4

Patch Set 3 : updated BUILD.gn #

Total comments: 5

Patch Set 4 : updated gn and gyp build #

Patch Set 5 : Updated dependencies #

Total comments: 4

Patch Set 6 : changed the dependencies #

Patch Set 7 : updated gn dependencies #

Patch Set 8 : rebase #

Patch Set 9 : updated for android port #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -663 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/offline_pages/offline_page_model_factory.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/offline_pages/BUILD.gn View 1 1 chunk +0 lines, -12 lines 0 comments Download
D chrome/browser/offline_pages/DEPS View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
D chrome/browser/offline_pages/OWNERS View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/offline_pages/offline_page_metadata_store_impl.h View 1 chunk +0 lines, -67 lines 0 comments Download
D chrome/browser/offline_pages/offline_page_metadata_store_impl.cc View 1 1 chunk +0 lines, -211 lines 0 comments Download
D chrome/browser/offline_pages/offline_page_metadata_store_impl_unittest.cc View 1 1 chunk +0 lines, -310 lines 0 comments Download
D chrome/browser/offline_pages/offline_pages.proto View 1 chunk +0 lines, -36 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 3 chunks +0 lines, -15 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M components/offline_pages.gypi View 1 2 3 4 2 chunks +17 lines, -0 lines 0 comments Download
M components/offline_pages/BUILD.gn View 1 2 3 4 5 6 3 chunks +7 lines, -0 lines 0 comments Download
M components/offline_pages/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A + components/offline_pages/offline_page_metadata_store_impl.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/offline_pages/offline_page_metadata_store_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + components/offline_pages/offline_page_metadata_store_impl_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + components/offline_pages/proto/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/offline_pages/proto/offline_pages.proto View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 46 (14 generated)
Abhishek
PTAL!
5 years, 5 months ago (2015-07-13 12:45:53 UTC) #2
RaviKasibhatla
https://codereview.chromium.org/1226173004/diff/20001/chrome/chrome_tests_unit.gypi File chrome/chrome_tests_unit.gypi (right): https://codereview.chromium.org/1226173004/diff/20001/chrome/chrome_tests_unit.gypi#newcode162 chrome/chrome_tests_unit.gypi:162: 'browser/offline_pages/offline_page_mhtml_archiver_unittest.cc', Are you intending to move all mhtml related ...
5 years, 5 months ago (2015-07-13 13:21:32 UTC) #4
Abhishek
PTAL at patch set #3! https://codereview.chromium.org/1226173004/diff/20001/chrome/chrome_tests_unit.gypi File chrome/chrome_tests_unit.gypi (right): https://codereview.chromium.org/1226173004/diff/20001/chrome/chrome_tests_unit.gypi#newcode162 chrome/chrome_tests_unit.gypi:162: 'browser/offline_pages/offline_page_mhtml_archiver_unittest.cc', On 2015/07/13 13:21:32, ...
5 years, 5 months ago (2015-07-13 14:04:03 UTC) #5
RaviKasibhatla
peer review looks good to me with one nit. As I am not sure the ...
5 years, 5 months ago (2015-07-13 14:44:19 UTC) #6
blundell
Thanks! https://codereview.chromium.org/1226173004/diff/40001/components/offline_pages.gypi File components/offline_pages.gypi (right): https://codereview.chromium.org/1226173004/diff/40001/components/offline_pages.gypi#newcode36 components/offline_pages.gypi:36: }, On 2015/07/13 14:44:19, RaviKasibhatla wrote: > For ...
5 years, 5 months ago (2015-07-15 09:44:34 UTC) #8
Abhishek
PTAL #4! https://codereview.chromium.org/1226173004/diff/40001/components/offline_pages.gypi File components/offline_pages.gypi (right): https://codereview.chromium.org/1226173004/diff/40001/components/offline_pages.gypi#newcode36 components/offline_pages.gypi:36: }, On 2015/07/15 09:44:34, blundell wrote: > ...
5 years, 5 months ago (2015-07-15 14:24:22 UTC) #9
blundell
On 2015/07/15 14:24:22, Abhishek wrote: > PTAL #4! > > https://codereview.chromium.org/1226173004/diff/40001/components/offline_pages.gypi > File components/offline_pages.gypi (right): ...
5 years, 5 months ago (2015-07-15 14:27:13 UTC) #10
Abhishek
PTAL #5. I've updated dependencies! Thanks!
5 years, 5 months ago (2015-07-16 08:26:17 UTC) #11
blundell
LGTM, thanks! +fgorski for an OWNERS review of *offline_pages*
5 years, 5 months ago (2015-07-16 08:36:28 UTC) #13
Abhishek
@fgorski: PTAL!
5 years, 5 months ago (2015-07-16 14:32:21 UTC) #14
fgorski
lgtm Could you explain why you are making the move, please? Also, FYI I'll be ...
5 years, 5 months ago (2015-07-16 16:32:43 UTC) #15
blundell
On 2015/07/16 16:32:43, fgorski wrote: > lgtm > > Could you explain why you are ...
5 years, 5 months ago (2015-07-16 17:06:48 UTC) #16
fgorski
On 2015/07/16 17:06:48, blundell wrote: > On 2015/07/16 16:32:43, fgorski wrote: > > lgtm > ...
5 years, 5 months ago (2015-07-16 18:29:56 UTC) #17
blundell
+droger@ David, should this code not be getting built on iOS?
5 years, 5 months ago (2015-07-16 18:36:05 UTC) #19
Abhishek
I've updated gn dependencies. PTAL #6! https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn File components/offline_pages/BUILD.gn (right): https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn#newcode39 components/offline_pages/BUILD.gn:39: "//sync", On 2015/07/16 ...
5 years, 5 months ago (2015-07-17 07:50:38 UTC) #20
fgorski
https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn File components/offline_pages/BUILD.gn (right): https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn#newcode39 components/offline_pages/BUILD.gn:39: "//sync", On 2015/07/17 07:50:37, Abhishek wrote: > On 2015/07/16 ...
5 years, 5 months ago (2015-07-17 17:25:01 UTC) #21
droger
On 2015/07/16 18:36:05, blundell wrote: > +droger@ > > David, should this code not be ...
5 years, 5 months ago (2015-07-17 17:29:32 UTC) #22
fgorski
On 2015/07/17 17:29:32, droger wrote: > On 2015/07/16 18:36:05, blundell wrote: > > +droger@ > ...
5 years, 5 months ago (2015-07-17 17:39:13 UTC) #23
Abhishek
PTAL #7! https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn File components/offline_pages/BUILD.gn (right): https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn#newcode39 components/offline_pages/BUILD.gn:39: "//sync", On 2015/07/17 17:25:00, fgorski wrote: > ...
5 years, 5 months ago (2015-07-20 07:24:07 UTC) #24
fgorski
On 2015/07/20 07:24:07, Abhishek wrote: > PTAL #7! > > https://codereview.chromium.org/1226173004/diff/80001/components/offline_pages/BUILD.gn > File components/offline_pages/BUILD.gn (right): ...
5 years, 5 months ago (2015-07-20 13:38:47 UTC) #25
fgorski
On 2015/07/20 13:38:47, fgorski wrote: > On 2015/07/20 07:24:07, Abhishek wrote: > > PTAL #7! ...
5 years, 5 months ago (2015-07-20 13:39:30 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1226173004/120001
5 years, 5 months ago (2015-07-20 13:41:47 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/75513) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 5 months ago (2015-07-20 13:43:13 UTC) #31
Abhishek
On 2015/07/20 13:38:47, fgorski wrote: > On 2015/07/20 07:24:07, Abhishek wrote: > > PTAL #7! ...
5 years, 5 months ago (2015-07-20 13:43:38 UTC) #32
Abhishek
On 2015/07/20 13:39:30, fgorski wrote: > On 2015/07/20 13:38:47, fgorski wrote: > > On 2015/07/20 ...
5 years, 5 months ago (2015-07-21 04:55:08 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1226173004/140001
5 years, 5 months ago (2015-07-21 09:27:00 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/110507)
5 years, 5 months ago (2015-07-21 09:35:21 UTC) #38
Abhishek
@jochen PTAL chrome/browser/BUILD.gn
5 years, 5 months ago (2015-07-21 12:01:43 UTC) #40
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-21 14:08:54 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1226173004/160001
5 years, 5 months ago (2015-07-22 08:07:11 UTC) #44
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 5 months ago (2015-07-22 09:11:50 UTC) #45
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 09:13:07 UTC) #46
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/faf6421d12a9499b3a3d5266b5ceb33ea81ce1d2
Cr-Commit-Position: refs/heads/master@{#339852}

Powered by Google App Engine
This is Rietveld 408576698