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

Issue 10828151: chrome: Copy app_list files from views/ to ash/ (Closed)

Created:
8 years, 4 months ago by tfarina
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Aaron Boodman, mihaip-chromium-reviews_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

chrome: Copy app_list files from views/ to ash/ BUG=125846 R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150053

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : why it isn't pass gclient runhooks on windows and failing on chromeos?? #

Patch Set 5 : do not source files yet #

Patch Set 6 : #

Patch Set 7 : just copy OWNERS file #

Patch Set 8 : cp chrome_app_list_item.h #

Patch Set 9 : allow views/ash/app_list for now #

Patch Set 10 : fix DEPS #

Patch Set 11 : cp the header files now #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-4 lines, --11 lines) Patch
M chrome/browser/ui/DEPS View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/OWNERS View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/app_list_view_delegate.h View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/app_list_view_delegate.cc View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/apps_model_builder.h View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/apps_model_builder.cc View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/apps_model_builder_unittest.cc View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/chrome_app_list_item.h View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/extension_app_item.h View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/extension_app_item.cc View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/search_builder.h View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/ui/ash/app_list/search_builder.cc View 1 2 3 4 5 6 7 8 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tfarina
http://codereview.chromium.org/10828151/diff/5001/chrome/browser/ui/DEPS File chrome/browser/ui/DEPS (right): http://codereview.chromium.org/10828151/diff/5001/chrome/browser/ui/DEPS#newcode7 chrome/browser/ui/DEPS:7: "!chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h", next, I'll move ash/launcher. The only dependency in ...
8 years, 4 months ago (2012-08-03 13:34:07 UTC) #1
tfarina
On 2012/08/03 13:34:07, tfarina wrote: > The only dependency in launcher on chrome/browser/ui/views/ is browser_view.h ...
8 years, 4 months ago (2012-08-03 13:37:29 UTC) #2
tfarina
http://codereview.chromium.org/10828151/diff/5001/chrome/browser/ui/views/ash/chrome_shell_delegate.cc File chrome/browser/ui/views/ash/chrome_shell_delegate.cc (right): http://codereview.chromium.org/10828151/diff/5001/chrome/browser/ui/views/ash/chrome_shell_delegate.cc#newcode22 chrome/browser/ui/views/ash/chrome_shell_delegate.cc:22: #include "chrome/browser/ui/views/ash/user_action_handler.h" these two can also be moved to ...
8 years, 4 months ago (2012-08-03 13:42:50 UTC) #3
Ben Goodger (Google)
On 2012/08/03 13:37:29, tfarina wrote: > By the way, we have other dependencies in BrowserView ...
8 years, 4 months ago (2012-08-03 17:13:05 UTC) #4
Ben Goodger (Google)
lgtm
8 years, 4 months ago (2012-08-03 17:13:16 UTC) #5
tfarina
On 2012/08/03 17:13:16, Ben Goodger (Google) wrote: > lgtm Ben, I'm going to just copy ...
8 years, 4 months ago (2012-08-05 17:17:36 UTC) #6
Ben Goodger (Google)
OK On 2012/08/05 17:17:36, tfarina wrote: > On 2012/08/03 17:13:16, Ben Goodger (Google) wrote: > ...
8 years, 4 months ago (2012-08-06 19:28:12 UTC) #7
tfarina
8 years, 4 months ago (2012-08-19 17:12:40 UTC) #8
On Fri, Aug 3, 2012 at 2:13 PM,  <ben@chromium.org> wrote:
> As for ui_test_utils.. we will eventually have to refactor chrome/test to
> fix
> its dependency on views. perhaps we need chrome/browser/ui/test and
> corresponding chrome/browser/ui/views/test, chrome/browser/ui/gtk/test etc.
>
Yes, that will be good.

Unfortunately too many files outside of chrome/browser/ui/ includes
chrome/test/base/ui_test_utils.h.

The thing I'm planning to do next is to move
chrome/test/base/ui_test_utils_aura.cc and
chrome/test/base/ui_test_utils_win.cc into
chrome/browser/ui/views/test/, chrome/test/base/ui_test_utils_gtk.cc
into chrome/browser/ui/gtk/test/ and
chrome/test/base/ui_test_utils_mac.mm into
chrome/browser/ui/cocoa/test/.

That way I can get rid of the dependency in browser_view.h from two more
places!

-- 
Thiago

Powered by Google App Engine
This is Rietveld 408576698