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

Issue 11829055: Create top level apps component and move some apps code there. (Closed)

Created:
7 years, 11 months ago by benwells
Modified:
7 years, 11 months ago
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Create top level apps component and move some apps code there. This is a small patch to begin the process of pulling apps code out of chrome and the extensions system. BUG=159366 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177968

Patch Set 1 #

Patch Set 2 : Moved test, c/b/e not allowed to use apps #

Total comments: 6

Patch Set 3 : Feedback #

Total comments: 7

Patch Set 4 : Rebase #

Patch Set 5 : Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -296 lines) Patch
A apps/DEPS View 1 chunk +10 lines, -0 lines 0 comments Download
A + apps/app_restore_service.h View 2 chunks +7 lines, -5 lines 0 comments Download
A + apps/app_restore_service.cc View 2 chunks +10 lines, -7 lines 0 comments Download
A apps/app_restore_service_browsertest.cc View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A + apps/app_restore_service_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + apps/app_restore_service_factory.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A apps/apps.gypi View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/extensions/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/extensions/app_restore_service.h View 1 chunk +0 lines, -46 lines 0 comments Download
D chrome/browser/extensions/app_restore_service.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D chrome/browser/extensions/app_restore_service_factory.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/browser/extensions/app_restore_service_factory.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M chrome/browser/extensions/platform_app_browsertest.cc View 1 2 3 2 chunks +0 lines, -33 lines 0 comments Download
M chrome/browser/profiles/profile_dependency_manager.cc View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
benwells
Yoyo - before I publish more widely, how does this look to you?
7 years, 11 months ago (2013-01-11 04:42:06 UTC) #1
benwells
https://codereview.chromium.org/11829055/diff/4001/apps/DEPS File apps/DEPS (right): https://codereview.chromium.org/11829055/diff/4001/apps/DEPS#newcode8 apps/DEPS:8: "+chrome/common/chrome_notification_types.h", I could remove this dependency if we have ...
7 years, 11 months ago (2013-01-11 04:52:34 UTC) #2
Yoyo Zhou
LGTM I think. https://codereview.chromium.org/11829055/diff/4001/apps/DEPS File apps/DEPS (right): https://codereview.chromium.org/11829055/diff/4001/apps/DEPS#newcode8 apps/DEPS:8: "+chrome/common/chrome_notification_types.h", On 2013/01/11 04:52:34, benwells wrote: ...
7 years, 11 months ago (2013-01-14 23:37:02 UTC) #3
benwells
+ben +miket Ben / Mike - I'll send a doc with some background. https://codereview.chromium.org/11829055/diff/4001/apps/apps.gypi File ...
7 years, 11 months ago (2013-01-15 03:15:46 UTC) #4
Ben Goodger (Google)
lgtm https://codereview.chromium.org/11829055/diff/15001/apps/apps.gypi File apps/apps.gypi (right): https://codereview.chromium.org/11829055/diff/15001/apps/apps.gypi#newcode9 apps/apps.gypi:9: 'type': 'static_library', the intent is for this to ...
7 years, 11 months ago (2013-01-15 22:41:09 UTC) #5
benwells
On 2013/01/15 22:41:09, Ben Goodger (Google) wrote: > lgtm > > https://codereview.chromium.org/11829055/diff/15001/apps/apps.gypi > File apps/apps.gypi ...
7 years, 11 months ago (2013-01-15 23:10:38 UTC) #6
Ben Goodger (Google)
For one thing, it forces your dependencies to be well resolved. I don't think that's ...
7 years, 11 months ago (2013-01-15 23:14:03 UTC) #7
benwells
On 2013/01/15 23:14:03, Ben Goodger (Google) wrote: > For one thing, it forces your dependencies ...
7 years, 11 months ago (2013-01-16 00:47:18 UTC) #8
Ben Goodger (Google)
cool :-) On Tue, Jan 15, 2013 at 4:47 PM, <benwells@chromium.org> wrote: > On 2013/01/15 ...
7 years, 11 months ago (2013-01-16 17:57:29 UTC) #9
miket_OOO
lgtm https://codereview.chromium.org/11829055/diff/15001/chrome/browser/extensions/DEPS File chrome/browser/extensions/DEPS (right): https://codereview.chromium.org/11829055/diff/15001/chrome/browser/extensions/DEPS#newcode2 chrome/browser/extensions/DEPS:2: "-apps", Is this a --similarity problem during upload?
7 years, 11 months ago (2013-01-16 21:53:51 UTC) #10
benwells
https://codereview.chromium.org/11829055/diff/15001/chrome/browser/extensions/DEPS File chrome/browser/extensions/DEPS (right): https://codereview.chromium.org/11829055/diff/15001/chrome/browser/extensions/DEPS#newcode2 chrome/browser/extensions/DEPS:2: "-apps", On 2013/01/16 21:53:51, miket wrote: > Is this ...
7 years, 11 months ago (2013-01-16 23:21:00 UTC) #11
tapted
https://codereview.chromium.org/11829055/diff/15001/apps/app_restore_service_browsertest.cc File apps/app_restore_service_browsertest.cc (right): https://codereview.chromium.org/11829055/diff/15001/apps/app_restore_service_browsertest.cc#newcode1 apps/app_restore_service_browsertest.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 11 months ago (2013-01-16 23:56:38 UTC) #12
benwells
https://codereview.chromium.org/11829055/diff/15001/apps/app_restore_service_browsertest.cc File apps/app_restore_service_browsertest.cc (right): https://codereview.chromium.org/11829055/diff/15001/apps/app_restore_service_browsertest.cc#newcode1 apps/app_restore_service_browsertest.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 11 months ago (2013-01-21 11:12:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/11829055/35001
7 years, 11 months ago (2013-01-21 23:21:48 UTC) #14
commit-bot: I haz the power
7 years, 11 months ago (2013-01-22 02:23:31 UTC) #15
Message was sent while issue was closed.
Change committed as 177968

Powered by Google App Engine
This is Rietveld 408576698