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

Issue 82353002: Move more webdata unittests into components_unittests target. (Closed)

Created:
7 years, 1 month ago by tfarina
Modified:
7 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Move web_data_service_unittest.cc from unit_tests target to components_unittests target. Recent changes from Blundell made it possible. BUG=140037, 181277 TEST=components_unittests R=joi@chromium.org,thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239312

Patch Set 1 #

Patch Set 2 : InitSharedInstance #

Total comments: 1

Patch Set 3 : rm include #

Total comments: 1

Patch Set 4 : components_unittests_strings #

Patch Set 5 : actions - repack_components_unittests_strings #

Patch Set 6 : component_strings_en-US.pak #

Patch Set 7 : ComponentsTestSuite #

Total comments: 5

Patch Set 8 : components_test_pak #

Patch Set 9 : repack_components_test_pak #

Patch Set 10 : python command in one line - no 80 column char limit #

Patch Set 11 : fix mac link issue? #

Total comments: 1

Patch Set 12 : fix for android #

Patch Set 13 : additional_input_paths #

Patch Set 14 : no additional_path #

Patch Set 15 : web_data_service_unittest.cc #

Patch Set 16 : mac fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
tfarina
Lei -> chrome Joi -> components
7 years, 1 month ago (2013-11-22 00:58:26 UTC) #1
Lei Zhang
trybots look unhappy
7 years, 1 month ago (2013-11-22 01:44:27 UTC) #2
tfarina
On 2013/11/22 01:44:27, Lei Zhang wrote: > trybots look unhappy Fixed. PTAL.
7 years, 1 month ago (2013-11-22 08:42:04 UTC) #3
Jói
LGTM, thanks Thiago!!
7 years, 1 month ago (2013-11-22 08:46:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/82353002/90001
7 years, 1 month ago (2013-11-22 15:06:47 UTC) #5
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=37639
7 years, 1 month ago (2013-11-22 15:24:16 UTC) #6
Lei Zhang
lgtm https://codereview.chromium.org/82353002/diff/90001/components/dom_distiller/core/distiller_unittest.cc File components/dom_distiller/core/distiller_unittest.cc (right): https://codereview.chromium.org/82353002/diff/90001/components/dom_distiller/core/distiller_unittest.cc#newcode19 components/dom_distiller/core/distiller_unittest.cc:19: #include "ui/base/resource/resource_bundle.h" nit: remove
7 years, 1 month ago (2013-11-22 19:37:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/82353002/240001
7 years, 1 month ago (2013-11-22 20:29:26 UTC) #8
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=37717
7 years, 1 month ago (2013-11-22 20:46:33 UTC) #9
tfarina
That is awful. Why the heck the owner of other directory needs to sign-off the ...
7 years, 1 month ago (2013-11-22 21:30:30 UTC) #10
tony
https://codereview.chromium.org/82353002/diff/240001/components/test/run_all_unittests.cc File components/test/run_all_unittests.cc (right): https://codereview.chromium.org/82353002/diff/240001/components/test/run_all_unittests.cc#newcode45 components/test/run_all_unittests.cc:45: ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); This line loads en-US.pak, right? I don't ...
7 years, 1 month ago (2013-11-22 21:43:49 UTC) #11
tfarina
Tony, I made the changes you suggested. Please, take another look. Thanks!
7 years, 1 month ago (2013-11-23 23:12:16 UTC) #12
tfarina
https://codereview.chromium.org/82353002/diff/400001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/82353002/diff/400001/components/components_tests.gyp#newcode30 components/components_tests.gyp:30: '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_settings_en-US.pak', I had to add this line, otherwise ResourceBundle ...
7 years, 1 month ago (2013-11-23 23:20:29 UTC) #13
tony
https://codereview.chromium.org/82353002/diff/400001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/82353002/diff/400001/components/components_tests.gyp#newcode16 components/components_tests.gyp:16: 'target_name': 'components_unittests_strings', Nit: I would probably name the file ...
7 years, 1 month ago (2013-11-24 04:24:07 UTC) #14
tfarina
https://codereview.chromium.org/82353002/diff/400001/components/components_tests.gyp File components/components_tests.gyp (right): https://codereview.chromium.org/82353002/diff/400001/components/components_tests.gyp#newcode16 components/components_tests.gyp:16: 'target_name': 'components_unittests_strings', On 2013/11/24 04:24:07, tony wrote: > Nit: ...
7 years ago (2013-11-24 17:19:40 UTC) #15
tfarina
Ilya, do you know why mac is failing for my patch?
7 years ago (2013-11-24 17:47:44 UTC) #16
tony
On 2013/11/24 17:47:44, tfarina wrote: > Ilya, do you know why mac is failing for ...
7 years ago (2013-11-24 20:40:04 UTC) #17
tfarina
On 2013/11/24 20:40:04, tony wrote: > On 2013/11/24 17:47:44, tfarina wrote: > > Ilya, do ...
7 years ago (2013-11-24 21:33:01 UTC) #18
tfarina
Peter, now it is android that is complaining. I don't understand its output failure. Can ...
7 years ago (2013-11-25 01:10:22 UTC) #19
Jói
> That is awful. Why the heck the owner of other directory needs to sign-off ...
7 years ago (2013-11-25 12:57:12 UTC) #20
tfarina
-peter +newt Newton, could you help with the Android failure?
7 years ago (2013-11-26 15:29:47 UTC) #21
Peter Beverloo
https://codereview.chromium.org/82353002/diff/560006/components/test/run_all_unittests.cc File components/test/run_all_unittests.cc (right): https://codereview.chromium.org/82353002/diff/560006/components/test/run_all_unittests.cc#newcode60 components/test/run_all_unittests.cc:60: ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file); ui::ResourceBundle requires screen information, which requires JNI to ...
7 years ago (2013-11-27 19:00:19 UTC) #22
tfarina
Peter, I made the changes. PTAL.
7 years ago (2013-11-27 21:53:56 UTC) #23
Peter Beverloo
On 2013/11/27 21:53:56, tfarina wrote: > Peter, I made the changes. PTAL. lgtm
7 years ago (2013-11-27 21:56:39 UTC) #24
tfarina
Joi, I moved only web_data_service_unittest.cc, since it does not use anything from ResourceBundle (pak stuff). ...
7 years ago (2013-12-07 00:08:10 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/82353002/870001
7 years ago (2013-12-07 00:19:49 UTC) #26
commit-bot: I haz the power
Change committed as 239312
7 years ago (2013-12-07 03:54:29 UTC) #27
Jói
7 years ago (2013-12-09 10:47:40 UTC) #28
Message was sent while issue was closed.
Still LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698