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

Issue 576863003: Componentize NativeAppWindowViews (Closed)

Created:
6 years, 3 months ago by oshima
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tfarina, chromium-apps-reviews_chromium.org, benwells
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move native_app_window_views* to components/native_app_window and fixed up build files. This will be used in athena. BUG=414968 TBR=ben@chromium.org Committed: https://crrev.com/c6ff18dc322faf3938e9ca18ca1ba890a2060451 Cr-Commit-Position: refs/heads/master@{#295502}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 1

Patch Set 4 : rebase, and fix chrome linkage #

Total comments: 4

Patch Set 5 : fix namespace and link #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -697 lines) Patch
M apps/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M apps/apps.gypi View 2 chunks +1 line, -2 lines 0 comments Download
D apps/ui/views/native_app_window_views.h View 1 chunk +0 lines, -198 lines 0 comments Download
D apps/ui/views/native_app_window_views.cc View 1 chunk +0 lines, -410 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -14 lines 0 comments Download
M chrome/browser/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 2 chunks +4 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/login/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 3 chunks +4 lines, -3 lines 0 comments Download
A chrome/browser/ui/views/apps/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.h View 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +6 lines, -0 lines 0 comments Download
M components/BUILD.gn View 3 chunks +5 lines, -0 lines 0 comments Download
M components/OWNERS View 1 chunk +3 lines, -0 lines 0 comments Download
M components/components.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
A + components/native_app_window.gypi View 1 chunk +9 lines, -13 lines 0 comments Download
A + components/native_app_window/BUILD.gn View 1 chunk +7 lines, -6 lines 0 comments Download
A components/native_app_window/DEPS View 1 chunk +10 lines, -0 lines 0 comments Download
A + components/native_app_window/native_app_window_views.h View 3 chunks +5 lines, -7 lines 0 comments Download
A + components/native_app_window/native_app_window_views.cc View 10 chunks +55 lines, -22 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
oshima
yoz, can you review this (ben is OOO until Oct 7)?
6 years, 3 months ago (2014-09-17 22:18:33 UTC) #4
James Cook
I think this should be in namespace extensions instead of namespace apps, since the NativeAppWindow ...
6 years, 3 months ago (2014-09-17 22:30:28 UTC) #5
James Cook
LGTM
6 years, 3 months ago (2014-09-17 22:36:45 UTC) #6
James Cook
(after resolving the namespace, I mean :-)
6 years, 3 months ago (2014-09-17 22:37:35 UTC) #7
oshima
On 2014/09/17 22:30:28, James Cook wrote: > I think this should be in namespace extensions ...
6 years, 3 months ago (2014-09-17 22:41:02 UTC) #8
oshima
switching owner's review from yoz@ to tapted@ as you're the owner of c/b/ui/views/apps. Could you ...
6 years, 3 months ago (2014-09-17 22:42:53 UTC) #10
James Cook
Also, you might note in the commit description that the motivation for this change is ...
6 years, 3 months ago (2014-09-17 22:48:24 UTC) #11
oshima
On 2014/09/17 22:48:24, James Cook wrote: > Also, you might note in the commit description ...
6 years, 3 months ago (2014-09-17 22:51:30 UTC) #12
James Cook
still LGTM
6 years, 3 months ago (2014-09-17 23:41:49 UTC) #13
tapted
The apps stuff lgtm after some dependencies are added. (also nit/typo in CL description/subject: Natieve ...
6 years, 3 months ago (2014-09-18 00:29:33 UTC) #14
oshima
On 2014/09/18 00:29:33, tapted wrote: > The apps stuff lgtm after some dependencies are added. ...
6 years, 3 months ago (2014-09-18 07:13:50 UTC) #15
oshima
tbr'ing ben for following dependency in components/native_app_windows/DEPS ui/ base/ and content/public/browser new DPES is subset ...
6 years, 3 months ago (2014-09-18 07:18:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576863003/80001
6 years, 3 months ago (2014-09-18 07:19:53 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/16703)
6 years, 3 months ago (2014-09-18 07:45:09 UTC) #21
James Cook
https://codereview.chromium.org/576863003/diff/100001/components/native_app_window/native_app_window_views.cc File components/native_app_window/native_app_window_views.cc (right): https://codereview.chromium.org/576863003/diff/100001/components/native_app_window/native_app_window_views.cc#newcode443 components/native_app_window/native_app_window_views.cc:443: } // namespace extensions nit: namespace native_app_window https://codereview.chromium.org/576863003/diff/100001/components/native_app_window/native_app_window_views.h File ...
6 years, 3 months ago (2014-09-18 15:32:46 UTC) #22
oshima
https://codereview.chromium.org/576863003/diff/100001/components/native_app_window/native_app_window_views.cc File components/native_app_window/native_app_window_views.cc (right): https://codereview.chromium.org/576863003/diff/100001/components/native_app_window/native_app_window_views.cc#newcode443 components/native_app_window/native_app_window_views.cc:443: } // namespace extensions On 2014/09/18 15:32:46, James Cook ...
6 years, 3 months ago (2014-09-18 17:28:54 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/576863003/120001
6 years, 3 months ago (2014-09-18 17:29:41 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:120001) as 53302a230e452c6366fadfd44905bb21990f36fa
6 years, 3 months ago (2014-09-18 18:26:58 UTC) #26
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 18:27:34 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c6ff18dc322faf3938e9ca18ca1ba890a2060451
Cr-Commit-Position: refs/heads/master@{#295502}

Powered by Google App Engine
This is Rietveld 408576698