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

Issue 1167703002: Move test runner to a component (Closed)

Created:
5 years, 6 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 6 months ago
Reviewers:
jam, Mike West, Torne
CC:
aboxhall+watch_chromium.org, android-webview-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, jam, je_julie, jochen+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, nektar+watch_chromium.org, plundblad+watch_chromium.org, toyoshim+midi_chromium.org, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move test runner to a component BUG=478250 R=mkwst@chromium.org,torne@chromium.org,jam@chromium.org Committed: https://crrev.com/73e711c4c67eea6ab339493aa7703a0e29a2f5bd Cr-Commit-Position: refs/heads/master@{#332583}

Patch Set 1 #

Total comments: 5

Patch Set 2 : updates #

Patch Set 3 : updates #

Total comments: 6

Patch Set 4 : updates #

Total comments: 1

Patch Set 5 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1271 lines, -18408 lines) Patch
M BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M build/all.gyp View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M build/gn_migration.gypi View 1 chunk +1 line, -1 line 0 comments Download
M components/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A components/test_runner/BUILD.gn View 1 2 3 1 chunk +176 lines, -0 lines 0 comments Download
A + components/test_runner/DEPS View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
A + components/test_runner/OWNERS View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + components/test_runner/accessibility_controller.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/accessibility_controller.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/app_banner_client.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/app_banner_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/event_sender.h View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/event_sender.cc View 1 2 3 4 3 chunks +11 lines, -8 lines 0 comments Download
A + components/test_runner/gamepad_controller.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/gamepad_controller.cc View 1 2 3 2 chunks +4 lines, -3 lines 0 comments Download
A + components/test_runner/helper/layout_test_helper_mac.mm View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A + components/test_runner/helper/layout_test_helper_win.cc View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test_runner/mock_color_chooser.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_color_chooser.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_constraints.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_constraints.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/mock_credential_manager_client.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_credential_manager_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/mock_grammar_check.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_grammar_check.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/test_runner/mock_screen_orientation_client.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_screen_orientation_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/mock_spell_check.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_spell_check.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/test_runner/mock_web_audio_device.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_web_audio_device.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/mock_web_media_stream_center.h View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
A + components/test_runner/mock_web_media_stream_center.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_web_midi_accessor.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_web_midi_accessor.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
A + components/test_runner/mock_web_speech_recognizer.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_web_speech_recognizer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/test_runner/mock_web_theme_engine.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A components/test_runner/mock_web_theme_engine.cc View 1 2 3 1 chunk +594 lines, -0 lines 0 comments Download
A + components/test_runner/mock_web_user_media_client.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_web_user_media_client.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + components/test_runner/mock_webrtc_data_channel_handler.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_webrtc_data_channel_handler.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/test_runner/mock_webrtc_dtmf_sender_handler.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_webrtc_dtmf_sender_handler.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + components/test_runner/mock_webrtc_peer_connection_handler.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/mock_webrtc_peer_connection_handler.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
A + components/test_runner/resources/fonts/AHEM____.TTF View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/ChromiumAATTest.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher100.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher200.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher300.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher400.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher500.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher600.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher700.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher800.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/WebKitWeightWatcher900.ttf View 1 2 3 Binary file 0 comments Download
A + components/test_runner/resources/fonts/android_fallback_fonts.xml View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test_runner/resources/fonts/android_main_fonts.xml View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test_runner/resources/fonts/fonts.conf View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/test_runner/spell_check_client.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
A + components/test_runner/spell_check_client.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + components/test_runner/test_common.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/test_common.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/test_interfaces.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + components/test_runner/test_interfaces.cc View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
A + components/test_runner/test_plugin.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/test_plugin.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + components/test_runner/test_preferences.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/test_preferences.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/test_runner.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
A + components/test_runner/test_runner.cc View 1 2 3 2 chunks +10 lines, -9 lines 0 comments Download
A components/test_runner/test_runner.gyp View 1 2 3 1 chunk +196 lines, -0 lines 0 comments Download
A + components/test_runner/text_input_controller.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/text_input_controller.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/web_ax_object_proxy.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/web_ax_object_proxy.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/web_content_settings.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/web_content_settings.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + components/test_runner/web_frame_test_proxy.h View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
A + components/test_runner/web_task.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/web_task.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + components/test_runner/web_test_delegate.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/web_test_interfaces.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + components/test_runner/web_test_interfaces.cc View 1 2 3 1 chunk +9 lines, -9 lines 0 comments Download
A + components/test_runner/web_test_proxy.h View 1 2 3 5 chunks +12 lines, -6 lines 0 comments Download
A + components/test_runner/web_test_proxy.cc View 1 2 3 3 chunks +18 lines, -17 lines 0 comments Download
A + components/test_runner/web_test_runner.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/content_shell.gypi View 6 chunks +4 lines, -126 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/event_conversion.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/BUILD.gn View 5 chunks +4 lines, -139 lines 0 comments Download
M content/shell/common/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
D content/shell/common/test_runner/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D content/shell/common/test_runner/OWNERS View 1 chunk +0 lines, -6 lines 0 comments Download
D content/shell/common/test_runner/test_preferences.h View 1 chunk +0 lines, -57 lines 0 comments Download
D content/shell/common/test_runner/test_preferences.cc View 1 chunk +0 lines, -58 lines 0 comments Download
M content/shell/renderer/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_helpers.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_render_frame_observer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_render_process_observer.cc View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
D content/shell/renderer/test_runner/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
D content/shell/renderer/test_runner/OWNERS View 1 chunk +0 lines, -8 lines 0 comments Download
D content/shell/renderer/test_runner/accessibility_controller.h View 1 chunk +0 lines, -75 lines 0 comments Download
D content/shell/renderer/test_runner/accessibility_controller.cc View 1 chunk +0 lines, -278 lines 0 comments Download
D content/shell/renderer/test_runner/app_banner_client.h View 1 chunk +0 lines, -35 lines 0 comments Download
D content/shell/renderer/test_runner/app_banner_client.cc View 1 chunk +0 lines, -43 lines 0 comments Download
D content/shell/renderer/test_runner/event_sender.h View 1 2 3 4 1 chunk +0 lines, -289 lines 0 comments Download
D content/shell/renderer/test_runner/event_sender.cc View 1 2 3 4 1 chunk +0 lines, -2480 lines 0 comments Download
D content/shell/renderer/test_runner/gamepad_controller.h View 1 chunk +0 lines, -67 lines 0 comments Download
D content/shell/renderer/test_runner/gamepad_controller.cc View 1 chunk +0 lines, -249 lines 0 comments Download
D content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm View 1 chunk +0 lines, -263 lines 0 comments Download
D content/shell/renderer/test_runner/helper/layout_test_helper_win.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D content/shell/renderer/test_runner/mock_color_chooser.h View 1 chunk +0 lines, -43 lines 0 comments Download
D content/shell/renderer/test_runner/mock_color_chooser.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D content/shell/renderer/test_runner/mock_constraints.h View 1 chunk +0 lines, -23 lines 0 comments Download
D content/shell/renderer/test_runner/mock_constraints.cc View 1 chunk +0 lines, -62 lines 0 comments Download
D content/shell/renderer/test_runner/mock_credential_manager_client.h View 1 chunk +0 lines, -47 lines 0 comments Download
D content/shell/renderer/test_runner/mock_credential_manager_client.cc View 1 chunk +0 lines, -50 lines 0 comments Download
D content/shell/renderer/test_runner/mock_grammar_check.h View 1 chunk +0 lines, -30 lines 0 comments Download
D content/shell/renderer/test_runner/mock_grammar_check.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D content/shell/renderer/test_runner/mock_screen_orientation_client.h View 1 chunk +0 lines, -57 lines 0 comments Download
D content/shell/renderer/test_runner/mock_screen_orientation_client.cc View 1 chunk +0 lines, -161 lines 0 comments Download
D content/shell/renderer/test_runner/mock_spell_check.h View 1 chunk +0 lines, -75 lines 0 comments Download
D content/shell/renderer/test_runner/mock_spell_check.cc View 1 chunk +0 lines, -174 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_audio_device.h View 1 chunk +0 lines, -31 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_audio_device.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_media_stream_center.h View 1 chunk +0 lines, -56 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_media_stream_center.cc View 1 chunk +0 lines, -137 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_midi_accessor.h View 1 chunk +0 lines, -46 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_midi_accessor.cc View 1 chunk +0 lines, -65 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_speech_recognizer.h View 1 chunk +0 lines, -98 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_speech_recognizer.cc View 1 chunk +0 lines, -253 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_theme_engine.h View 1 chunk +0 lines, -29 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_theme_engine.cc View 1 chunk +0 lines, -650 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_user_media_client.h View 1 chunk +0 lines, -39 lines 0 comments Download
D content/shell/renderer/test_runner/mock_web_user_media_client.cc View 1 chunk +0 lines, -275 lines 0 comments Download
D content/shell/renderer/test_runner/mock_webrtc_data_channel_handler.h View 1 chunk +0 lines, -62 lines 0 comments Download
D content/shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc View 1 chunk +0 lines, -112 lines 0 comments Download
D content/shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h View 1 chunk +0 lines, -50 lines 0 comments Download
D content/shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc View 1 chunk +0 lines, -69 lines 0 comments Download
D content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h View 1 chunk +0 lines, -103 lines 0 comments Download
D content/shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc View 1 chunk +0 lines, -410 lines 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/AHEM____.TTF View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/ChromiumAATTest.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher100.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher200.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher300.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher400.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher500.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher600.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher700.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher800.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/WebKitWeightWatcher900.ttf View Binary file 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/android_fallback_fonts.xml View 1 chunk +0 lines, -38 lines 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/android_main_fonts.xml View 1 chunk +0 lines, -120 lines 0 comments Download
D content/shell/renderer/test_runner/resources/fonts/fonts.conf View 1 chunk +0 lines, -252 lines 0 comments Download
D content/shell/renderer/test_runner/spell_check_client.h View 1 chunk +0 lines, -65 lines 0 comments Download
D content/shell/renderer/test_runner/spell_check_client.cc View 1 chunk +0 lines, -152 lines 0 comments Download
D content/shell/renderer/test_runner/test_common.h View 1 chunk +0 lines, -24 lines 0 comments Download
D content/shell/renderer/test_runner/test_common.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D content/shell/renderer/test_runner/test_interfaces.h View 1 chunk +0 lines, -79 lines 0 comments Download
D content/shell/renderer/test_runner/test_interfaces.cc View 1 chunk +0 lines, -188 lines 0 comments Download
D content/shell/renderer/test_runner/test_plugin.h View 1 chunk +0 lines, -184 lines 0 comments Download
D content/shell/renderer/test_runner/test_plugin.cc View 1 chunk +0 lines, -782 lines 0 comments Download
D content/shell/renderer/test_runner/test_runner.h View 1 chunk +0 lines, -827 lines 0 comments Download
D content/shell/renderer/test_runner/test_runner.cc View 1 chunk +0 lines, -3096 lines 0 comments Download
D content/shell/renderer/test_runner/text_input_controller.h View 1 chunk +0 lines, -56 lines 0 comments Download
D content/shell/renderer/test_runner/text_input_controller.cc View 1 chunk +0 lines, -264 lines 0 comments Download
D content/shell/renderer/test_runner/web_ax_object_proxy.h View 1 chunk +0 lines, -194 lines 0 comments Download
D content/shell/renderer/test_runner/web_ax_object_proxy.cc View 1 chunk +0 lines, -1338 lines 0 comments Download
D content/shell/renderer/test_runner/web_content_settings.h View 1 chunk +0 lines, -67 lines 0 comments Download
D content/shell/renderer/test_runner/web_content_settings.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D content/shell/renderer/test_runner/web_frame_test_proxy.h View 1 chunk +0 lines, -292 lines 0 comments Download
D content/shell/renderer/test_runner/web_task.h View 1 chunk +0 lines, -77 lines 0 comments Download
D content/shell/renderer/test_runner/web_task.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D content/shell/renderer/test_runner/web_test_delegate.h View 1 chunk +0 lines, -264 lines 0 comments Download
D content/shell/renderer/test_runner/web_test_interfaces.h View 1 chunk +0 lines, -70 lines 0 comments Download
D content/shell/renderer/test_runner/web_test_interfaces.cc View 1 chunk +0 lines, -89 lines 0 comments Download
D content/shell/renderer/test_runner/web_test_proxy.h View 1 chunk +0 lines, -401 lines 0 comments Download
D content/shell/renderer/test_runner/web_test_proxy.cc View 1 chunk +0 lines, -1402 lines 0 comments Download
D content/shell/renderer/test_runner/web_test_runner.h View 1 chunk +0 lines, -42 lines 0 comments Download
M content/test/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/test/DEPS View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (2 generated)
jochen (gone - plz use gerrit)
5 years, 6 months ago (2015-06-02 09:43:56 UTC) #1
jochen (gone - plz use gerrit)
ptal Mike, file moves & stuff John, overall DEPS updates Richard, android_webview/
5 years, 6 months ago (2015-06-02 09:45:32 UTC) #2
Mike West
Move LGTM. https://codereview.chromium.org/1167703002/diff/1/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1167703002/diff/1/components/BUILD.gn#newcode243 components/BUILD.gn:243: "//components/test_runner", I think you'll want to add ...
5 years, 6 months ago (2015-06-02 10:30:08 UTC) #3
Torne
android_webview LGTM
5 years, 6 months ago (2015-06-02 10:54:34 UTC) #4
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1167703002/diff/1/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1167703002/diff/1/components/BUILD.gn#newcode243 components/BUILD.gn:243: "//components/test_runner", On 2015/06/02 10:30:08, Mike West wrote: > I ...
5 years, 6 months ago (2015-06-02 11:58:42 UTC) #5
Mike West
On 2015/06/02 at 11:58:42, jochen wrote: > https://codereview.chromium.org/1167703002/diff/1/content/test/BUILD.gn#newcode222 > content/test/BUILD.gn:222: "//components/test_runner:test_runner", > On 2015/06/02 at ...
5 years, 6 months ago (2015-06-02 16:28:01 UTC) #6
jam
https://codereview.chromium.org/1167703002/diff/40001/components/test_runner/common/DEPS File components/test_runner/common/DEPS (right): https://codereview.chromium.org/1167703002/diff/40001/components/test_runner/common/DEPS#newcode3 components/test_runner/common/DEPS:3: "+content/shell/common/test_runner", update? https://codereview.chromium.org/1167703002/diff/40001/components/test_runner/common/test_preferences.h File components/test_runner/common/test_preferences.h (right): https://codereview.chromium.org/1167703002/diff/40001/components/test_runner/common/test_preferences.h#newcode1 components/test_runner/common/test_preferences.h:1: // ...
5 years, 6 months ago (2015-06-02 18:02:59 UTC) #7
jochen (gone - plz use gerrit)
ptal https://codereview.chromium.org/1167703002/diff/40001/components/test_runner/common/DEPS File components/test_runner/common/DEPS (right): https://codereview.chromium.org/1167703002/diff/40001/components/test_runner/common/DEPS#newcode3 components/test_runner/common/DEPS:3: "+content/shell/common/test_runner", On 2015/06/02 at 18:02:59, jam wrote: > ...
5 years, 6 months ago (2015-06-02 18:36:27 UTC) #8
jam
lgtm https://codereview.chromium.org/1167703002/diff/60001/components/test_runner/DEPS File components/test_runner/DEPS (right): https://codereview.chromium.org/1167703002/diff/60001/components/test_runner/DEPS#newcode3 components/test_runner/DEPS:3: "+components/test_runner", not needed?
5 years, 6 months ago (2015-06-02 22:23:29 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1167703002/80001
5 years, 6 months ago (2015-06-03 07:13:40 UTC) #12
Mike West
On 2015/06/03 at 07:13:40, commit-bot wrote: > CQ is trying da patch. Follow status at ...
5 years, 6 months ago (2015-06-03 09:07:01 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-03 10:01:56 UTC) #14
commit-bot: I haz the power
5 years, 6 months ago (2015-06-03 10:02:54 UTC) #15
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/73e711c4c67eea6ab339493aa7703a0e29a2f5bd
Cr-Commit-Position: refs/heads/master@{#332583}

Powered by Google App Engine
This is Rietveld 408576698