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

Issue 9837075: Move power_supply_status.* from src/ash to src/chromeos (Closed)

Created:
8 years, 9 months ago by hashimoto
Modified:
8 years, 8 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, dhollowa+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Copy ash/system/power/power_supply_status.* to src/chromeos Copy power_supply_status.* Move #ifdef trick from power_manager_client.h to power_supply_status.h Add chromeos.gyp Add dependency from ash to chromeos when chromeos==1 BUG=119583 TEST=build success, checkdeps success Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130796

Patch Set 1 : _ #

Patch Set 2 : Fix dependency position #

Total comments: 8

Patch Set 3 : non chromeos build fix #

Patch Set 4 : Add comment #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -72 lines) Patch
M ash/ash.gyp View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ash/system/power/power_status_observer.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ash/system/power/power_supply_status.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M ash/system/power/power_supply_status.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M ash/system/tray/system_tray_delegate.h View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/dbus/power_manager_client.h View 1 2 3 4 2 chunks +1 line, -24 lines 0 comments Download
M chrome/browser/chromeos/dbus/power_manager_client.cc View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A chromeos/chromeos.gyp View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A chromeos/chromeos_export.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A + chromeos/dbus/power_supply_status.h View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
A + chromeos/dbus/power_supply_status.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
hashimoto
oshima: Please review src/chromeos changes satorux: Please review browser/chromeos/dbus changes sadrul: Please review ash/system/power changes ...
8 years, 9 months ago (2012-03-24 01:25:27 UTC) #1
sadrul
ash/system changes LGTM [Being able to use some chromeos:: in ash/ and some not is ...
8 years, 9 months ago (2012-03-24 01:38:32 UTC) #2
oshima
http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h File ash/system/power/power_status_observer.h (right): http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h#newcode8 ash/system/power/power_status_observer.h:8: namespace chromeos { did you mean to move this ...
8 years, 9 months ago (2012-03-24 06:46:04 UTC) #3
oshima
We still want to compile ash on windows, with proper ifdefs. Does this compile on ...
8 years, 9 months ago (2012-03-24 06:50:46 UTC) #4
satorux1
chrome/browser/chromeos lgtm
8 years, 9 months ago (2012-03-24 06:53:36 UTC) #5
hashimoto
http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h File ash/system/power/power_status_observer.h (right): http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h#newcode8 ash/system/power/power_status_observer.h:8: namespace chromeos { On 2012/03/24 06:46:04, oshima wrote: > ...
8 years, 9 months ago (2012-03-24 07:35:59 UTC) #6
oshima
http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h File ash/system/power/power_status_observer.h (right): http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h#newcode8 ash/system/power/power_status_observer.h:8: namespace chromeos { On 2012/03/24 07:36:00, hashimoto wrote: > ...
8 years, 9 months ago (2012-03-24 19:15:30 UTC) #7
hashimoto
http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h File ash/system/power/power_status_observer.h (right): http://codereview.chromium.org/9837075/diff/3014/ash/system/power/power_status_observer.h#newcode8 ash/system/power/power_status_observer.h:8: namespace chromeos { On 2012/03/24 19:15:30, oshima wrote: > ...
8 years, 9 months ago (2012-03-25 07:09:31 UTC) #8
hashimoto
New patch set, Copy power_supply_status.h/cc instead of move for non chromeos aura builds. http://codereview.chromium.org/9837075/diff/3014/chromeos/chromeos.gyp File ...
8 years, 9 months ago (2012-03-26 22:52:13 UTC) #9
hashimoto
oshima, Could you take a look?
8 years, 8 months ago (2012-04-03 23:29:51 UTC) #10
oshima
I think we should remove power status stuff from win/ash build. I'll take that so ...
8 years, 8 months ago (2012-04-04 00:04:09 UTC) #11
hashimoto
Ben, Could you review this change as an owner of ash/ ?
8 years, 8 months ago (2012-04-04 00:08:46 UTC) #12
Ben Goodger (Google)
lgtm
8 years, 8 months ago (2012-04-04 16:20:59 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/9837075/14001
8 years, 8 months ago (2012-04-04 17:22:59 UTC) #14
commit-bot: I haz the power
Try job failure for 9837075-14001 (previous was lost) (retry) on win for step "compile" (clobber ...
8 years, 8 months ago (2012-04-04 18:39:34 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/9837075/14001
8 years, 8 months ago (2012-04-04 21:58:40 UTC) #16
commit-bot: I haz the power
8 years, 8 months ago (2012-04-04 22:52:38 UTC) #17
Try job failure for 9837075-14001 (retry) on linux_rel for step "gpu_unittests".
It's a second try, previously, step "gpu_unittests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698