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

Issue 2296973002: Moves ash content specific tests into ash_content_unittests (Closed)

Created:
4 years, 3 months ago by sky
Modified:
4 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, kalyank, mlamouri+watch-screen-orientation_chromium.org, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Moves ash content specific tests into ash_content_unittests The vast majority of the tests don't need content, so having to build content all the time is a drain (especially on windows). BUG=641026 TEST=test only changes R=jamescook@chromium.org, dpranke@chromium.org Committed: https://crrev.com/72f7f7e82686a6b2b85341b0dfc3f9f1cf37334e Committed: https://crrev.com/cf094f679dc06e932a37eddecb35685f9a4ec8f8 Cr-Original-Commit-Position: refs/heads/master@{#415743} Cr-Commit-Position: refs/heads/master@{#416019}

Patch Set 1 #

Patch Set 2 : merge #

Patch Set 3 : bad merge #

Patch Set 4 : fix chrome #

Patch Set 5 : no_environment #

Patch Set 6 : remove GetMessageLoop and merge #

Total comments: 16

Patch Set 7 : feedback #

Patch Set 8 : merge #

Patch Set 9 : SequencedWorkerPoolOwner #

Patch Set 10 : add dep to base test suport #

Unified diffs Side-by-side diffs Delta from patch set Stats (+549 lines, -135 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M ash/BUILD.gn View 1 2 3 4 5 6 7 8 9 11 chunks +123 lines, -49 lines 0 comments Download
M ash/ash.gyp View 1 2 3 4 5 6 7 2 chunks +1 line, -3 lines 0 comments Download
M ash/content/display/screen_orientation_controller_chromeos_unittest.cc View 1 2 chunks +5 lines, -2 lines 0 comments Download
M ash/mus/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ash/test/DEPS View 1 2 3 4 5 1 chunk +8 lines, -4 lines 0 comments Download
M ash/test/ash_test_base.h View 3 chunks +2 lines, -5 lines 0 comments Download
M ash/test/ash_test_base.cc View 2 chunks +4 lines, -2 lines 0 comments Download
A ash/test/ash_test_environment.h View 1 2 3 4 5 6 1 chunk +52 lines, -0 lines 0 comments Download
A ash/test/ash_test_environment_content.h View 1 2 3 4 5 1 chunk +60 lines, -0 lines 0 comments Download
A ash/test/ash_test_environment_content.cc View 1 2 3 4 5 1 chunk +70 lines, -0 lines 0 comments Download
A ash/test/ash_test_environment_default.cc View 1 2 3 4 5 6 7 8 1 chunk +57 lines, -0 lines 0 comments Download
M ash/test/ash_test_helper.h View 7 chunks +5 lines, -23 lines 0 comments Download
M ash/test/ash_test_helper.cc View 1 2 3 4 5 10 chunks +10 lines, -19 lines 0 comments Download
M ash/test/ash_test_helper_unittest.cc View 1 2 3 4 5 6 5 chunks +13 lines, -9 lines 0 comments Download
M ash/test/ash_test_views_delegate.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ash/test/ash_test_views_delegate.cc View 2 chunks +0 lines, -8 lines 0 comments Download
A + ash/test/content/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 5 6 7 4 chunks +7 lines, -3 lines 0 comments Download
A chrome/test/base/ash_test_environment_chrome.h View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/test/base/ash_test_environment_chrome.cc View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download
M components/exo/BUILD.gn View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.chromiumos.json View 3 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.memory.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.win.json View 4 chunks +24 lines, -0 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 68 (50 generated)
sky
dpranke: //BUILD.gn and testing
4 years, 3 months ago (2016-08-31 15:52:42 UTC) #27
sky
Sorry, I sent earlier message too soon: dpranke: //BUILD.gn and testing jamescook: the rest https://codereview.chromium.org/2296973002/diff/100001/ash/test/ash_test_helper_unittest.cc ...
4 years, 3 months ago (2016-08-31 15:55:41 UTC) #28
Dirk Pranke
lgtm
4 years, 3 months ago (2016-08-31 16:13:43 UTC) #29
James Cook
https://codereview.chromium.org/2296973002/diff/100001/ash/BUILD.gn File ash/BUILD.gn (right): https://codereview.chromium.org/2296973002/diff/100001/ash/BUILD.gn#newcode191 ash/BUILD.gn:191: # content or use content. nit: use content or ...
4 years, 3 months ago (2016-08-31 16:20:17 UTC) #30
sky
https://codereview.chromium.org/2296973002/diff/100001/ash/BUILD.gn File ash/BUILD.gn (right): https://codereview.chromium.org/2296973002/diff/100001/ash/BUILD.gn#newcode192 ash/BUILD.gn:192: static_library("test_support_no_environment") { On 2016/08/31 16:20:16, James Cook wrote: > ...
4 years, 3 months ago (2016-08-31 17:35:58 UTC) #33
sky
+jam for deps addition on content (see ash/test/DEPS and ash/test/content/DEPS) +reveman for components/exo/BUILD.gn
4 years, 3 months ago (2016-08-31 17:37:08 UTC) #37
reveman
components/exo lgtm
4 years, 3 months ago (2016-08-31 17:39:04 UTC) #38
James Cook
LGTM
4 years, 3 months ago (2016-08-31 17:56:08 UTC) #39
jam
lgtm
4 years, 3 months ago (2016-08-31 19:49:17 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2296973002/120001
4 years, 3 months ago (2016-08-31 20:39:24 UTC) #45
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 3 months ago (2016-08-31 20:44:17 UTC) #47
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/72f7f7e82686a6b2b85341b0dfc3f9f1cf37334e Cr-Commit-Position: refs/heads/master@{#415743}
4 years, 3 months ago (2016-08-31 20:46:11 UTC) #49
fgorski
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2303453003/ by fgorski@chromium.org. ...
4 years, 3 months ago (2016-08-31 23:15:49 UTC) #50
sky
James, this was reverted. I think I got the leak, could you take another look? ...
4 years, 3 months ago (2016-09-01 18:04:24 UTC) #52
James Cook
LGTM
4 years, 3 months ago (2016-09-01 18:18:22 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2296973002/180001
4 years, 3 months ago (2016-09-01 18:36:31 UTC) #64
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 3 months ago (2016-09-01 19:40:33 UTC) #66
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 19:42:17 UTC) #68
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/cf094f679dc06e932a37eddecb35685f9a4ec8f8
Cr-Commit-Position: refs/heads/master@{#416019}

Powered by Google App Engine
This is Rietveld 408576698