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

Issue 588963002: Start the process of renaming ui_unittests to ui_base_unittests. (Closed)

Created:
6 years, 3 months ago by tfarina
Modified:
6 years, 3 months ago
CC:
chromium-reviews, Ben Goodger (Google), lliabraa, stuartmorgan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Start the process of renaming ui_unittests to ui_base_unittests. BUG=331829, 373148, 299841, 103304 TEST=ninja -C out/Debug ui_unittests, then verify that out/Debug/ui_base_unittests is there and runs. Same thing with ui_unittests R=sky@chromium.org Committed: https://crrev.com/b5e7760a55f0450b2c9fb615b0aa0f030443a57e Cr-Commit-Position: refs/heads/master@{#296182}

Patch Set 1 #

Patch Set 2 : update the TODO #

Patch Set 3 : fix android? #

Patch Set 4 : one more try for android #

Patch Set 5 : fix it? #

Total comments: 2

Patch Set 6 : don't try to copy on android - there it is different #

Total comments: 4

Patch Set 7 : refactor conditions #

Patch Set 8 : more android changes :) #

Total comments: 2

Patch Set 9 : back with conditions #

Patch Set 10 : try identical targets - first with android #

Patch Set 11 : all or nothing - ALL IN #

Patch Set 12 : fix clobber build of ui_unittests on Android - crbug.com/374490 #

Total comments: 4

Patch Set 13 : add ui_base_tests.gypi - share the body between the old and the new target #

Patch Set 14 : add more TODOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -222 lines) Patch
M ui/base/ui_base_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +24 lines, -222 lines 0 comments Download
A ui/base/ui_base_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +220 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (5 generated)
tfarina
PTAL.
6 years, 3 months ago (2014-09-21 16:45:30 UTC) #1
tfarina
rohitrao: Please, review the iOS part. Thanks.
6 years, 3 months ago (2014-09-21 16:46:23 UTC) #3
rohitrao (ping after 24h)
Copying just the executable file by itself doesn't work, does it? There are other things ...
6 years, 3 months ago (2014-09-21 16:51:29 UTC) #4
tfarina
On 2014/09/21 16:51:29, rohitrao wrote: > Copying just the executable file by itself doesn't work, ...
6 years, 3 months ago (2014-09-21 17:02:30 UTC) #5
tfarina
Chris, could you review the android changes? Thanks.
6 years, 3 months ago (2014-09-21 23:59:18 UTC) #7
cjhopman
https://codereview.chromium.org/588963002/diff/80001/ui/base/ui_base_tests.gyp File ui/base/ui_base_tests.gyp (right): https://codereview.chromium.org/588963002/diff/80001/ui/base/ui_base_tests.gyp#newcode247 ui/base/ui_base_tests.gyp:247: 'source_file': '<(PRODUCT_DIR)/ui_base_unittests<(EXECUTABLE_SUFFIX)', It the only difference is in the ...
6 years, 3 months ago (2014-09-22 00:07:41 UTC) #8
tfarina
Thanks Chris! I have built ui_base_unittests_apk and ui_unittests_apk targets locally. Haven't run, because my father ...
6 years, 3 months ago (2014-09-22 00:53:15 UTC) #9
rohitrao (ping after 24h)
> Could you check locally for me? I'm not entirely sure what you're asking me ...
6 years, 3 months ago (2014-09-22 01:02:57 UTC) #10
cjhopman
android lgtm https://codereview.chromium.org/588963002/diff/140001/ui/base/ui_base_tests.gyp File ui/base/ui_base_tests.gyp (right): https://codereview.chromium.org/588963002/diff/140001/ui/base/ui_base_tests.gyp#newcode244 ui/base/ui_base_tests.gyp:244: ['OS != "ios" or OS != "android"', ...
6 years, 3 months ago (2014-09-22 01:03:15 UTC) #11
tfarina
https://codereview.chromium.org/588963002/diff/140001/ui/base/ui_base_tests.gyp File ui/base/ui_base_tests.gyp (right): https://codereview.chromium.org/588963002/diff/140001/ui/base/ui_base_tests.gyp#newcode244 ui/base/ui_base_tests.gyp:244: ['OS != "ios" or OS != "android"', On 2014/09/22 ...
6 years, 3 months ago (2014-09-22 01:23:52 UTC) #12
tfarina
Rohit, I will sleep with that idea of making identical targets with just different names. ...
6 years, 3 months ago (2014-09-22 01:25:20 UTC) #13
tfarina
Tony could you review the changes in ui/resources/ui_resources.gyp for android? Chris, might want look at ...
6 years, 3 months ago (2014-09-22 02:34:56 UTC) #15
tfarina
Rohit, I went with your suggestion of duplicating the target. That is going to avoid ...
6 years, 3 months ago (2014-09-22 02:41:59 UTC) #16
tfarina
https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp File ui/resources/ui_resources.gyp (right): https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp#newcode128 ui/resources/ui_resources.gyp:128: ], It seems to have fixed it: http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/10996/steps/ui_unittests/logs/stdio
6 years, 3 months ago (2014-09-22 03:20:07 UTC) #17
tfarina
https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp File ui/resources/ui_resources.gyp (right): https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp#newcode128 ui/resources/ui_resources.gyp:128: ], It seems to have fixed it: http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/10996/steps/ui_unittests/logs/stdio
6 years, 3 months ago (2014-09-22 03:20:08 UTC) #18
lliabraa
LGTM for iOS
6 years, 3 months ago (2014-09-22 11:21:55 UTC) #20
stuartmorgan
On 2014/09/22 02:41:59, tfarina wrote: > Rohit, I went with your suggestion of duplicating the ...
6 years, 3 months ago (2014-09-22 13:36:56 UTC) #21
tfarina
On 2014/09/22 13:36:56, stuartmorgan wrote: > On 2014/09/22 02:41:59, tfarina wrote: > > Rohit, I ...
6 years, 3 months ago (2014-09-22 14:31:59 UTC) #22
tony
https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp File ui/resources/ui_resources.gyp (right): https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp#newcode127 ui/resources/ui_resources.gyp:127: '<(PRODUCT_DIR)/locales/en-US.pak', On 2014/09/22 02:34:55, tfarina wrote: > I'm hoping ...
6 years, 3 months ago (2014-09-22 16:20:50 UTC) #23
tfarina
https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp File ui/resources/ui_resources.gyp (right): https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp#newcode127 ui/resources/ui_resources.gyp:127: '<(PRODUCT_DIR)/locales/en-US.pak', On 2014/09/22 16:20:50, tony wrote: > On 2014/09/22 ...
6 years, 3 months ago (2014-09-22 17:17:15 UTC) #24
cjhopman
On 2014/09/22 17:17:15, tfarina wrote: > https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp > File ui/resources/ui_resources.gyp (right): > > https://codereview.chromium.org/588963002/diff/220001/ui/resources/ui_resources.gyp#newcode127 > ...
6 years, 3 months ago (2014-09-22 20:05:53 UTC) #25
tfarina
Scott, I addressed Stuart's comment and added the gypi to share the body between the ...
6 years, 3 months ago (2014-09-23 03:37:33 UTC) #26
sky
LGTM
6 years, 3 months ago (2014-09-23 13:24:11 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588963002/260001
6 years, 3 months ago (2014-09-23 14:27:52 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/588963002/260001
6 years, 3 months ago (2014-09-23 14:27:59 UTC) #30
commit-bot: I haz the power
Committed patchset #14 (id:260001) as 75aa9e7433ed539851f196c418fa5ae4413ed0cb
6 years, 3 months ago (2014-09-23 14:32:44 UTC) #31
commit-bot: I haz the power
6 years, 3 months ago (2014-09-23 14:33:56 UTC) #32
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/b5e7760a55f0450b2c9fb615b0aa0f030443a57e
Cr-Commit-Position: refs/heads/master@{#296182}

Powered by Google App Engine
This is Rietveld 408576698