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

Issue 2771783003: Move wtf_unittests to platform/wtf/. (Closed)

Created:
3 years, 9 months ago by Yuta Kitamura
Modified:
3 years, 9 months ago
Reviewers:
haraken, Nico
CC:
chromium-reviews, blink-reviews-wtf_chromium.org, dglazkov+blink, blink-reviews, kinuko+watch, blink-reviews-api_chromium.org, Mikhail
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move wtf_unittests to platform/wtf/. This patch moves all the cpp files for wtf_unittests to their new home platform/wtf. The target "wtf_unittests" is removed from wtf/BUILD.gn, and it's added in platform/wtf/BUILD.gn. Due to this change, a few other files need to be updated, too. BUG=691465 Review-Url: https://codereview.chromium.org/2771783003 Cr-Commit-Position: refs/heads/master@{#459715} Committed: https://chromium.googlesource.com/chromium/src/+/c3434c4e95fac9bad103211dde483a42f555255a

Patch Set 1 #

Patch Set 2 : Merge. #

Patch Set 3 : Fix Windows symbol export/import issue by making platform_wtf a component. #

Total comments: 1

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -8688 lines) Patch
M BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ASCIICTypeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/wtf/BUILD.gn View 1 2 3 chunks +71 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/DequeTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashMapTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/HashSetTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/MathExtrasTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/OptionalTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/PassRefPtrTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/StringExtrasTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/StringHasherTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/TimeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/TreeNodeTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/TypeTraitsTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/VectorTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/dtoa_test.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/testing/RunAllTests.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/AtomicStringTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/CStringTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversionTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/StringBufferTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/StringBuilderTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/StringImplTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/StringOperatorsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/StringToNumberTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/StringViewTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextCodecICUTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1Test.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextCodecReplacementTest.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextCodecTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8Test.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefinedTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/TextEncodingTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/platform/wtf/text/WTFStringTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilderTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/Source/wtf/AssertionsTest.cpp View 1 chunk +0 lines, -72 lines 0 comments Download
M third_party/WebKit/Source/wtf/BUILD.gn View 1 2 3 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/WebKit/Source/wtf/DequeTest.cpp View 1 chunk +0 lines, -638 lines 0 comments Download
D third_party/WebKit/Source/wtf/FunctionalTest.cpp View 1 chunk +0 lines, -594 lines 0 comments Download
D third_party/WebKit/Source/wtf/HashMapTest.cpp View 1 chunk +0 lines, -715 lines 0 comments Download
D third_party/WebKit/Source/wtf/HashSetTest.cpp View 1 chunk +0 lines, -508 lines 0 comments Download
D third_party/WebKit/Source/wtf/ListHashSetTest.cpp View 1 chunk +0 lines, -822 lines 0 comments Download
D third_party/WebKit/Source/wtf/MathExtrasTest.cpp View 1 chunk +0 lines, -262 lines 0 comments Download
D third_party/WebKit/Source/wtf/OptionalTest.cpp View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/Source/wtf/PassRefPtrTest.cpp View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/Source/wtf/RefPtrTest.cpp View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/WebKit/Source/wtf/StringExtrasTest.cpp View 1 chunk +0 lines, -159 lines 0 comments Download
D third_party/WebKit/Source/wtf/StringHasherTest.cpp View 1 chunk +0 lines, -428 lines 0 comments Download
D third_party/WebKit/Source/wtf/TimeTest.cpp View 1 chunk +0 lines, -31 lines 0 comments Download
D third_party/WebKit/Source/wtf/TreeNodeTest.cpp View 1 chunk +0 lines, -215 lines 0 comments Download
D third_party/WebKit/Source/wtf/TypeTraitsTest.cpp View 1 chunk +0 lines, -271 lines 0 comments Download
D third_party/WebKit/Source/wtf/VectorTest.cpp View 1 chunk +0 lines, -725 lines 0 comments Download
D third_party/WebKit/Source/wtf/dtoa_test.cpp View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/Source/wtf/testing/RunAllTests.cpp View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/AtomicStringTest.cpp View 1 chunk +0 lines, -78 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/CStringTest.cpp View 1 chunk +0 lines, -202 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/IntegerToStringConversionTest.cpp View 1 chunk +0 lines, -18 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/StringBufferTest.cpp View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/StringBuilderTest.cpp View 1 chunk +0 lines, -341 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/StringImplTest.cpp View 1 chunk +0 lines, -160 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/StringOperatorsTest.cpp View 1 chunk +0 lines, -243 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/StringToNumberTest.cpp View 1 chunk +0 lines, -126 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/StringViewTest.cpp View 1 chunk +0 lines, -458 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextCodecICUTest.cpp View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextCodecLatin1Test.cpp View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp View 1 chunk +0 lines, -61 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextCodecTest.cpp View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextCodecUTF8Test.cpp View 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextCodecUserDefinedTest.cpp View 1 chunk +0 lines, -46 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/TextEncodingTest.cpp View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/WebKit/Source/wtf/text/WTFStringTest.cpp View 1 chunk +0 lines, -502 lines 0 comments Download
D third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilderTest.cpp View 1 chunk +0 lines, -225 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 36 (25 generated)
Yuta Kitamura
haraken: This is the final piece of bulk move -- PTAL? I'll ask individual OWNERS ...
3 years, 9 months ago (2017-03-24 03:35:49 UTC) #9
haraken
LGTM
3 years, 9 months ago (2017-03-24 03:44:07 UTC) #10
Yuta Kitamura
thakis: Can you give me an approval for the following files? BUILD.gn (directly under src/) ...
3 years, 9 months ago (2017-03-24 08:04:15 UTC) #16
Nico
lgtm
3 years, 9 months ago (2017-03-24 14:28:49 UTC) #23
Nico
https://codereview.chromium.org/2771783003/diff/40001/third_party/WebKit/Source/platform/wtf/BUILD.gn File third_party/WebKit/Source/platform/wtf/BUILD.gn (right): https://codereview.chromium.org/2771783003/diff/40001/third_party/WebKit/Source/platform/wtf/BUILD.gn#newcode281 third_party/WebKit/Source/platform/wtf/BUILD.gn:281: defines = [ "WTF_IMPLEMENTATION=1" ] FYI, I see possibly ...
3 years, 9 months ago (2017-03-24 14:30:40 UTC) #24
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/2771783003/60001
3 years, 9 months ago (2017-03-27 04:04:04 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/391845)
3 years, 9 months ago (2017-03-27 04:56:59 UTC) #29
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/2771783003/60001
3 years, 9 months ago (2017-03-27 06:51:40 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/c3434c4e95fac9bad103211dde483a42f555255a
3 years, 9 months ago (2017-03-27 07:49:03 UTC) #34
Yuta Kitamura
On 2017/03/24 14:30:40, Nico wrote: > https://codereview.chromium.org/2771783003/diff/40001/third_party/WebKit/Source/platform/wtf/BUILD.gn > File third_party/WebKit/Source/platform/wtf/BUILD.gn (right): > > https://codereview.chromium.org/2771783003/diff/40001/third_party/WebKit/Source/platform/wtf/BUILD.gn#newcode281 > ...
3 years, 9 months ago (2017-03-27 08:38:16 UTC) #35
kolos1
3 years, 9 months ago (2017-03-27 14:52:02 UTC) #36
Message was sent while issue was closed.
Reverting this CL, see https://codereview.chromium.org/2774333002/

Powered by Google App Engine
This is Rietveld 408576698