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

Issue 23526028: Move source files from webkit/support to content/test (Closed)

Created:
7 years, 3 months ago by tfarina
Modified:
7 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Move source files from webkit/support to content/test BUG=265753 TEST=content_unittests, webkit_unit_tests, content_shell R=jamesr@chromium.org,tkent@chromium.org,jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223201

Patch Set 1 #

Patch Set 2 : move the files #

Patch Set 3 : LINK webkit_unit_tests #

Patch Set 4 : rebase #

Patch Set 5 : rm webkit_support.gypi #

Total comments: 2

Patch Set 6 : fix ios? #

Total comments: 3

Patch Set 7 : stuart #

Total comments: 4

Patch Set 8 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -1796 lines) Patch
M content/content_shell.gypi View 1 2 chunks +4 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 7 chunks +42 lines, -4 lines 0 comments Download
M content/shell/browser/shell_browser_main.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/shell_content_renderer_client.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M content/test/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A + content/test/mock_webclipboard_impl.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/test/mock_webclipboard_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/test/test_webkit_platform_support.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + content/test/test_webkit_platform_support.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + content/test/web_gesture_curve_mock.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/test/web_gesture_curve_mock.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + content/test/web_layer_tree_view_impl_for_testing.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/test/web_layer_tree_view_impl_for_testing.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
A + content/test/webkit_support.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/test/webkit_support.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + content/test/webkit_support_glue.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M content/test/webkit_unit_test_support.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/test/weburl_loader_mock.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/test/weburl_loader_mock.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + content/test/weburl_loader_mock_factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/test/weburl_loader_mock_factory.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
D webkit/support/mock_webclipboard_impl.h View 1 1 chunk +0 lines, -60 lines 0 comments Download
D webkit/support/mock_webclipboard_impl.cc View 1 1 chunk +0 lines, -204 lines 0 comments Download
D webkit/support/test_webkit_platform_support.h View 1 1 chunk +0 lines, -111 lines 0 comments Download
D webkit/support/test_webkit_platform_support.cc View 1 1 chunk +0 lines, -320 lines 0 comments Download
D webkit/support/web_gesture_curve_mock.h View 1 1 chunk +0 lines, -32 lines 0 comments Download
D webkit/support/web_gesture_curve_mock.cc View 1 1 chunk +0 lines, -32 lines 0 comments Download
D webkit/support/web_layer_tree_view_impl_for_testing.h View 1 1 chunk +0 lines, -87 lines 0 comments Download
D webkit/support/web_layer_tree_view_impl_for_testing.cc View 1 1 chunk +0 lines, -179 lines 0 comments Download
D webkit/support/webkit_support.h View 1 1 chunk +0 lines, -17 lines 0 comments Download
D webkit/support/webkit_support.cc View 1 1 chunk +0 lines, -94 lines 0 comments Download
M webkit/support/webkit_support.gyp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M webkit/support/webkit_support.gypi View 1 2 3 4 1 chunk +0 lines, -109 lines 0 comments Download
D webkit/support/webkit_support_glue.cc View 1 1 chunk +0 lines, -33 lines 0 comments Download
D webkit/support/weburl_loader_mock.h View 1 1 chunk +0 lines, -64 lines 0 comments Download
D webkit/support/weburl_loader_mock.cc View 1 1 chunk +0 lines, -98 lines 0 comments Download
D webkit/support/weburl_loader_mock_factory.h View 1 1 chunk +0 lines, -115 lines 0 comments Download
D webkit/support/weburl_loader_mock_factory.cc View 1 1 chunk +0 lines, -192 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
tfarina
I looked into doing the namespace conversion to content, but that will look messy, so ...
7 years, 3 months ago (2013-09-07 00:15:15 UTC) #1
tfarina
do'h forgot to try webkit_unit_tests. it is not linking yet. looking into this right now.
7 years, 3 months ago (2013-09-07 00:16:19 UTC) #2
tfarina
Done, webkit_unit_tests is linking again.
7 years, 3 months ago (2013-09-07 00:24:58 UTC) #3
Avi (use Gerrit)
If this is just moving files around, stampity stamp LGTM
7 years, 3 months ago (2013-09-07 01:52:14 UTC) #4
tkent
lgtm
7 years, 3 months ago (2013-09-08 21:06:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/23526028/9001
7 years, 3 months ago (2013-09-08 21:57:01 UTC) #6
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
7 years, 3 months ago (2013-09-08 22:21:21 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/23526028/33001
7 years, 3 months ago (2013-09-09 02:00:34 UTC) #8
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
7 years, 3 months ago (2013-09-09 02:24:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/23526028/33001
7 years, 3 months ago (2013-09-09 02:27:16 UTC) #10
commit-bot: I haz the power
Retried try job too often on ios_dbg_simulator for step(s) base_unittests, compile, content_unittests, crypto_unittests, net_unittests, sql_unittests, ...
7 years, 3 months ago (2013-09-09 02:47:10 UTC) #11
tfarina
No idea what is going on with this trybot. I don't see how my patch ...
7 years, 3 months ago (2013-09-09 03:19:25 UTC) #12
tfarina
Looking at the mac failure I realize that I can (need to) remove webkit/support/webkit_support.gypi. Will ...
7 years, 3 months ago (2013-09-09 16:23:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/23526028/4038
7 years, 3 months ago (2013-09-09 23:09:21 UTC) #14
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=24525
7 years, 3 months ago (2013-09-09 23:27:29 UTC) #15
tfarina
James, could you rubber stamp this for webkit/glue/webkit_glue.gypi?
7 years, 3 months ago (2013-09-09 23:32:47 UTC) #16
jamesr
lgtm with pleasure!
7 years, 3 months ago (2013-09-10 00:16:27 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/23526028/4038
7 years, 3 months ago (2013-09-10 01:11:43 UTC) #18
commit-bot: I haz the power
Retried try job too often on ios_rel_device for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_rel_device&number=79154
7 years, 3 months ago (2013-09-10 01:41:45 UTC) #19
tfarina
Stuart, do you know what in my patch could be breaking ios_rel_device? It is not ...
7 years, 3 months ago (2013-09-10 01:48:58 UTC) #20
tfarina
Any suggestion guys? Should I reduce the scope of this CL to prevent the change ...
7 years, 3 months ago (2013-09-10 22:02:05 UTC) #21
stuartmorgan
You cannot (until the long-term project to extract all iOS code from content/ is finished) ...
7 years, 3 months ago (2013-09-10 23:04:43 UTC) #22
tfarina
Thanks Stuart! Please, could you take another look?
7 years, 3 months ago (2013-09-10 23:49:56 UTC) #23
stuartmorgan
https://codereview.chromium.org/23526028/diff/15001/content/content_tests.gypi File content/content_tests.gypi (right): https://codereview.chromium.org/23526028/diff/15001/content/content_tests.gypi#newcode174 content/content_tests.gypi:174: },{ # OS!="mac" Ideally this step shouldn't be done ...
7 years, 3 months ago (2013-09-11 14:41:28 UTC) #24
tfarina
Stuart, please, see if patch set 7 is what you want. Thanks! https://codereview.chromium.org/23526028/diff/15001/content/content_tests.gypi File content/content_tests.gypi ...
7 years, 3 months ago (2013-09-11 21:51:55 UTC) #25
tfarina
Stuart, ping?!
7 years, 3 months ago (2013-09-12 22:55:57 UTC) #26
stuartmorgan
https://codereview.chromium.org/23526028/diff/86001/content/content_tests.gypi File content/content_tests.gypi (right): https://codereview.chromium.org/23526028/diff/86001/content/content_tests.gypi#newcode171 content/content_tests.gypi:171: '../webkit/tools/test_shell/resources/missingImage.gif', Sorry, I missed the png/gif difference on this ...
7 years, 3 months ago (2013-09-13 00:15:54 UTC) #27
tfarina
https://codereview.chromium.org/23526028/diff/86001/content/content_tests.gypi File content/content_tests.gypi (right): https://codereview.chromium.org/23526028/diff/86001/content/content_tests.gypi#newcode171 content/content_tests.gypi:171: '../webkit/tools/test_shell/resources/missingImage.gif', On 2013/09/13 00:15:55, stuartmorgan wrote: > Sorry, I ...
7 years, 3 months ago (2013-09-13 03:18:01 UTC) #28
stuartmorgan
The gypi LGTM now
7 years, 3 months ago (2013-09-13 18:22:59 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/23526028/96001
7 years, 3 months ago (2013-09-13 22:26:24 UTC) #30
commit-bot: I haz the power
7 years, 3 months ago (2013-09-14 01:24:48 UTC) #31
Message was sent while issue was closed.
Change committed as 223201

Powered by Google App Engine
This is Rietveld 408576698