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

Issue 2863233002: [WebView] Move files from native to browser (Closed)

Created:
3 years, 7 months ago by Shimi Zhang
Modified:
3 years, 7 months ago
Reviewers:
gsennton, Torne
CC:
chromium-reviews, android-webview-reviews_chromium.org, pfeldman, devtools-reviews_chromium.org, sgurun-gerrit only, paulmiller, gsennton
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[WebView] Move files from native to browser This patch: - Moved files from native to broswer mechanically by using tools/git/move_source_file.py. - Moved content in //android_webview/native/BUILD.gn to //android_webview/BUILD.gn. - Updated //android_webview/test/BUILD.gn for unit tests in //android_webview/native/. - Updated corresponding include_rules to //android_webview/broswer/DEPS. - Contains a lot of formatting from git cl format. BUG=716604 NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/2863233002 Cr-Commit-Position: refs/heads/master@{#470203} Committed: https://chromium.googlesource.com/chromium/src/+/0baa01dcbb179dd9c4ede2ceeff24fbe5e885e86

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+770 lines, -13355 lines) Patch
M android_webview/BUILD.gn View 3 chunks +181 lines, -3 lines 2 comments Download
M android_webview/browser/DEPS View 2 chunks +4 lines, -1 line 0 comments Download
A + android_webview/browser/address_parser.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/address_parser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + android_webview/browser/address_parser_internal.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/address_parser_internal.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/address_parser_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + android_webview/browser/android_protocol_handler.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/android_protocol_handler.cc View 6 chunks +7 lines, -12 lines 0 comments Download
A + android_webview/browser/android_webview_jni_registrar.h View 2 chunks +4 lines, -4 lines 0 comments Download
A android_webview/browser/android_webview_jni_registrar.cc View 1 chunk +67 lines, -0 lines 0 comments Download
A + android_webview/browser/aw_autofill_client.h View 3 chunks +4 lines, -5 lines 0 comments Download
A + android_webview/browser/aw_autofill_client.cc View 2 chunks +4 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_contents.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + android_webview/browser/aw_contents.cc View 15 chunks +46 lines, -53 lines 0 comments Download
A + android_webview/browser/aw_contents_background_thread_client.h View 2 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/aw_contents_background_thread_client.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_contents_client_bridge.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_contents_client_bridge.cc View 5 chunks +7 lines, -9 lines 0 comments Download
A + android_webview/browser/aw_contents_client_bridge_unittest.cc View 8 chunks +13 lines, -11 lines 0 comments Download
A + android_webview/browser/aw_contents_io_thread_client_impl.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + android_webview/browser/aw_contents_io_thread_client_impl.cc View 10 chunks +15 lines, -19 lines 0 comments Download
A + android_webview/browser/aw_contents_lifecycle_notifier.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + android_webview/browser/aw_contents_lifecycle_notifier.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_contents_statics.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + android_webview/browser/aw_contents_statics.cc View 3 chunks +6 lines, -7 lines 0 comments Download
A + android_webview/browser/aw_debug.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_debug.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_devtools_server.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_devtools_server.cc View 5 chunks +7 lines, -11 lines 0 comments Download
A + android_webview/browser/aw_form_database.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_form_database.cc View 3 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/aw_gl_functor.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_gl_functor.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_http_auth_handler.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + android_webview/browser/aw_http_auth_handler.cc View 2 chunks +6 lines, -7 lines 0 comments Download
A + android_webview/browser/aw_locale_manager_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_locale_manager_impl.cc View 1 chunk +4 lines, -6 lines 0 comments Download
A + android_webview/browser/aw_media_url_interceptor.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_media_url_interceptor.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_media_url_interceptor_unittest.cc View 5 chunks +18 lines, -17 lines 0 comments Download
A + android_webview/browser/aw_metrics_log_uploader.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_metrics_log_uploader.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_metrics_service_client_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_metrics_service_client_impl.cc View 4 chunks +8 lines, -12 lines 0 comments Download
A + android_webview/browser/aw_pdf_exporter.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_pdf_exporter.cc View 4 chunks +10 lines, -15 lines 0 comments Download
A + android_webview/browser/aw_picture.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + android_webview/browser/aw_picture.cc View 2 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/aw_quota_manager_bridge_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_quota_manager_bridge_impl.cc View 15 chunks +35 lines, -61 lines 0 comments Download
A + android_webview/browser/aw_renderer_priority_manager.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + android_webview/browser/aw_renderer_priority_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_resource.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + android_webview/browser/aw_settings.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + android_webview/browser/aw_settings.cc View 12 chunks +36 lines, -23 lines 0 comments Download
A + android_webview/browser/aw_web_contents_delegate.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_web_contents_delegate.cc View 5 chunks +19 lines, -23 lines 0 comments Download
A + android_webview/browser/aw_web_contents_view_delegate.h View 2 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/aw_web_contents_view_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_web_preferences_populater_impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/aw_web_preferences_populater_impl.cc View 1 chunk +4 lines, -6 lines 0 comments Download
A + android_webview/browser/aw_web_resource_response_impl.h View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/aw_web_resource_response_impl.cc View 6 chunks +13 lines, -15 lines 0 comments Download
A + android_webview/browser/cookie_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/cookie_manager.cc View 8 chunks +27 lines, -42 lines 0 comments Download
A + android_webview/browser/input_stream_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + android_webview/browser/input_stream_impl.cc View 4 chunks +5 lines, -7 lines 0 comments Download
A + android_webview/browser/input_stream_unittest.cc View 3 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/java_browser_view_renderer_helper.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/java_browser_view_renderer_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/net_init_native_callback.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/permission/aw_permission_request.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + android_webview/browser/permission/aw_permission_request.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + android_webview/browser/permission/aw_permission_request_delegate.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + android_webview/browser/permission/aw_permission_request_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/permission/media_access_permission_request.h View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/permission/media_access_permission_request.cc View 5 chunks +21 lines, -19 lines 0 comments Download
A + android_webview/browser/permission/media_access_permission_request_unittest.cc View 3 chunks +10 lines, -13 lines 0 comments Download
A + android_webview/browser/permission/permission_request_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
A + android_webview/browser/permission/permission_request_handler.cc View 4 chunks +8 lines, -8 lines 0 comments Download
A + android_webview/browser/permission/permission_request_handler_client.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + android_webview/browser/permission/permission_request_handler_client.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/permission/permission_request_handler_unittest.cc View 9 chunks +31 lines, -55 lines 0 comments Download
A + android_webview/browser/permission/simple_permission_request.h View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/permission/simple_permission_request.cc View 2 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/popup_touch_handle_drawable.h View 1 chunk +0 lines, -1 line 0 comments Download
A + android_webview/browser/popup_touch_handle_drawable.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/state_serializer.h View 3 chunks +3 lines, -4 lines 0 comments Download
A + android_webview/browser/state_serializer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/state_serializer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + android_webview/browser/token_binding_manager_bridge.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + android_webview/browser/token_binding_manager_bridge.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M android_webview/lib/main/webview_jni_onload.cc View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/lib/main/webview_tests.cc View 1 chunk +1 line, -1 line 0 comments Download
D android_webview/native/BUILD.gn View 1 chunk +0 lines, -185 lines 0 comments Download
D android_webview/native/DEPS View 1 chunk +0 lines, -22 lines 0 comments Download
D android_webview/native/address_parser.h View 1 chunk +0 lines, -36 lines 0 comments Download
D android_webview/native/address_parser.cc View 1 chunk +0 lines, -225 lines 0 comments Download
D android_webview/native/address_parser_internal.h View 1 chunk +0 lines, -89 lines 0 comments Download
D android_webview/native/address_parser_internal.cc View 1 chunk +0 lines, -670 lines 0 comments Download
D android_webview/native/address_parser_unittest.cc View 1 chunk +0 lines, -612 lines 0 comments Download
D android_webview/native/android_protocol_handler.h View 1 chunk +0 lines, -36 lines 0 comments Download
D android_webview/native/android_protocol_handler.cc View 1 chunk +0 lines, -257 lines 0 comments Download
D android_webview/native/android_webview_jni_registrar.h View 1 chunk +0 lines, -17 lines 0 comments Download
D android_webview/native/android_webview_jni_registrar.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D android_webview/native/aw_autofill_client.h View 1 chunk +0 lines, -144 lines 0 comments Download
D android_webview/native/aw_autofill_client.cc View 1 chunk +0 lines, -287 lines 0 comments Download
D android_webview/native/aw_contents.h View 1 chunk +0 lines, -429 lines 0 comments Download
D android_webview/native/aw_contents.cc View 1 chunk +0 lines, -1459 lines 0 comments Download
D android_webview/native/aw_contents_background_thread_client.h View 1 chunk +0 lines, -27 lines 0 comments Download
D android_webview/native/aw_contents_background_thread_client.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D android_webview/native/aw_contents_client_bridge.h View 1 chunk +0 lines, -118 lines 0 comments Download
D android_webview/native/aw_contents_client_bridge.cc View 1 chunk +0 lines, -537 lines 0 comments Download
D android_webview/native/aw_contents_client_bridge_unittest.cc View 1 chunk +0 lines, -159 lines 0 comments Download
D android_webview/native/aw_contents_io_thread_client_impl.h View 1 chunk +0 lines, -70 lines 0 comments Download
D android_webview/native/aw_contents_io_thread_client_impl.cc View 1 chunk +0 lines, -417 lines 0 comments Download
D android_webview/native/aw_contents_lifecycle_notifier.h View 1 chunk +0 lines, -24 lines 0 comments Download
D android_webview/native/aw_contents_lifecycle_notifier.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D android_webview/native/aw_contents_statics.h View 1 chunk +0 lines, -16 lines 0 comments Download
D android_webview/native/aw_contents_statics.cc View 1 chunk +0 lines, -126 lines 0 comments Download
D android_webview/native/aw_debug.h View 1 chunk +0 lines, -20 lines 0 comments Download
D android_webview/native/aw_debug.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D android_webview/native/aw_devtools_server.h View 1 chunk +0 lines, -40 lines 0 comments Download
D android_webview/native/aw_devtools_server.cc View 1 chunk +0 lines, -145 lines 0 comments Download
D android_webview/native/aw_form_database.h View 1 chunk +0 lines, -16 lines 0 comments Download
D android_webview/native/aw_form_database.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D android_webview/native/aw_gl_functor.h View 1 chunk +0 lines, -46 lines 0 comments Download
D android_webview/native/aw_gl_functor.cc View 1 chunk +0 lines, -107 lines 0 comments Download
D android_webview/native/aw_http_auth_handler.h View 1 chunk +0 lines, -57 lines 0 comments Download
D android_webview/native/aw_http_auth_handler.cc View 1 chunk +0 lines, -82 lines 0 comments Download
D android_webview/native/aw_locale_manager_impl.h View 1 chunk +0 lines, -29 lines 0 comments Download
D android_webview/native/aw_locale_manager_impl.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D android_webview/native/aw_media_url_interceptor.h View 1 chunk +0 lines, -28 lines 0 comments Download
D android_webview/native/aw_media_url_interceptor.cc View 1 chunk +0 lines, -38 lines 0 comments Download
D android_webview/native/aw_media_url_interceptor_unittest.cc View 1 chunk +0 lines, -73 lines 0 comments Download
D android_webview/native/aw_metrics_log_uploader.h View 1 chunk +0 lines, -35 lines 0 comments Download
D android_webview/native/aw_metrics_log_uploader.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D android_webview/native/aw_metrics_service_client_impl.h View 1 chunk +0 lines, -83 lines 0 comments Download
D android_webview/native/aw_metrics_service_client_impl.cc View 1 chunk +0 lines, -247 lines 0 comments Download
D android_webview/native/aw_pdf_exporter.h View 1 chunk +0 lines, -57 lines 0 comments Download
D android_webview/native/aw_pdf_exporter.cc View 1 chunk +0 lines, -133 lines 0 comments Download
D android_webview/native/aw_picture.h View 1 chunk +0 lines, -45 lines 0 comments Download
D android_webview/native/aw_picture.cc View 1 chunk +0 lines, -54 lines 0 comments Download
D android_webview/native/aw_quota_manager_bridge_impl.h View 1 chunk +0 lines, -99 lines 0 comments Download
D android_webview/native/aw_quota_manager_bridge_impl.cc View 1 chunk +0 lines, -367 lines 0 comments Download
D android_webview/native/aw_renderer_priority_manager.h View 1 chunk +0 lines, -42 lines 0 comments Download
D android_webview/native/aw_renderer_priority_manager.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D android_webview/native/aw_resource.cc View 1 chunk +0 lines, -28 lines 0 comments Download
D android_webview/native/aw_settings.h View 1 chunk +0 lines, -81 lines 0 comments Download
D android_webview/native/aw_settings.cc View 1 chunk +0 lines, -468 lines 0 comments Download
D android_webview/native/aw_web_contents_delegate.h View 1 chunk +0 lines, -74 lines 0 comments Download
D android_webview/native/aw_web_contents_delegate.cc View 1 chunk +0 lines, -322 lines 0 comments Download
D android_webview/native/aw_web_contents_view_delegate.h View 1 chunk +0 lines, -43 lines 0 comments Download
D android_webview/native/aw_web_contents_view_delegate.cc View 1 chunk +0 lines, -44 lines 0 comments Download
D android_webview/native/aw_web_preferences_populater_impl.h View 1 chunk +0 lines, -25 lines 0 comments Download
D android_webview/native/aw_web_preferences_populater_impl.cc View 1 chunk +0 lines, -26 lines 0 comments Download
D android_webview/native/aw_web_resource_response_impl.h View 1 chunk +0 lines, -47 lines 0 comments Download
D android_webview/native/aw_web_resource_response_impl.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D android_webview/native/cookie_manager.h View 1 chunk +0 lines, -16 lines 0 comments Download
D android_webview/native/cookie_manager.cc View 1 chunk +0 lines, -647 lines 0 comments Download
D android_webview/native/input_stream_impl.h View 1 chunk +0 lines, -55 lines 0 comments Download
D android_webview/native/input_stream_impl.cc View 1 chunk +0 lines, -131 lines 0 comments Download
D android_webview/native/input_stream_unittest.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D android_webview/native/java_browser_view_renderer_helper.h View 1 chunk +0 lines, -38 lines 0 comments Download
D android_webview/native/java_browser_view_renderer_helper.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D android_webview/native/net_init_native_callback.cc View 1 chunk +0 lines, -23 lines 0 comments Download
D android_webview/native/permission/aw_permission_request.h View 1 chunk +0 lines, -87 lines 0 comments Download
D android_webview/native/permission/aw_permission_request.cc View 1 chunk +0 lines, -95 lines 0 comments Download
D android_webview/native/permission/aw_permission_request_delegate.h View 1 chunk +0 lines, -35 lines 0 comments Download
D android_webview/native/permission/aw_permission_request_delegate.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D android_webview/native/permission/media_access_permission_request.h View 1 chunk +0 lines, -45 lines 0 comments Download
D android_webview/native/permission/media_access_permission_request.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D android_webview/native/permission/media_access_permission_request_unittest.cc View 1 chunk +0 lines, -138 lines 0 comments Download
D android_webview/native/permission/permission_request_handler.h View 1 chunk +0 lines, -84 lines 0 comments Download
D android_webview/native/permission/permission_request_handler.cc View 1 chunk +0 lines, -142 lines 0 comments Download
D android_webview/native/permission/permission_request_handler_client.h View 1 chunk +0 lines, -27 lines 0 comments Download
D android_webview/native/permission/permission_request_handler_client.cc View 1 chunk +0 lines, -13 lines 0 comments Download
D android_webview/native/permission/permission_request_handler_unittest.cc View 1 chunk +0 lines, -351 lines 0 comments Download
D android_webview/native/permission/simple_permission_request.h View 1 chunk +0 lines, -40 lines 0 comments Download
D android_webview/native/permission/simple_permission_request.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D android_webview/native/popup_touch_handle_drawable.h View 1 chunk +0 lines, -49 lines 0 comments Download
D android_webview/native/popup_touch_handle_drawable.cc View 1 chunk +0 lines, -97 lines 0 comments Download
D android_webview/native/state_serializer.h View 1 chunk +0 lines, -71 lines 0 comments Download
D android_webview/native/state_serializer.cc View 1 chunk +0 lines, -342 lines 0 comments Download
D android_webview/native/state_serializer_unittest.cc View 1 chunk +0 lines, -226 lines 0 comments Download
D android_webview/native/token_binding_manager_bridge.h View 1 chunk +0 lines, -16 lines 0 comments Download
D android_webview/native/token_binding_manager_bridge.cc View 1 chunk +0 lines, -119 lines 0 comments Download
M android_webview/test/BUILD.gn View 1 chunk +13 lines, -7 lines 0 comments Download

Messages

Total messages: 32 (18 generated)
Shimi Zhang
torne@, PTAL, looks like an XL CL, but most of the changes are made by ...
3 years, 7 months ago (2017-05-05 23:30:30 UTC) #6
gsennton
https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn File android_webview/BUILD.gn (right): https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn#newcode39 android_webview/BUILD.gn:39: source_set("native") { Are you planning to merge this with ...
3 years, 7 months ago (2017-05-08 13:12:04 UTC) #12
Tobias Sargeant
On 2017/05/08 13:12:04, gsennton wrote: > https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn > File android_webview/BUILD.gn (right): > > https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn#newcode39 > ...
3 years, 7 months ago (2017-05-08 13:18:08 UTC) #13
Shimi Zhang
On 2017/05/08 13:12:04, gsennton wrote: > https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn > File android_webview/BUILD.gn (right): > > https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn#newcode39 > ...
3 years, 7 months ago (2017-05-08 19:55:53 UTC) #14
Shimi Zhang
On 2017/05/08 13:18:08, Tobias Sargeant wrote: > IMO it would be better to do this ...
3 years, 7 months ago (2017-05-08 20:00:07 UTC) #15
Shimi Zhang
On 2017/05/08 20:00:07, Shimi Zhang wrote: > On 2017/05/08 13:18:08, Tobias Sargeant wrote: > > ...
3 years, 7 months ago (2017-05-08 21:08:41 UTC) #16
Torne
On 2017/05/08 21:08:41, Shimi Zhang wrote: > On 2017/05/08 20:00:07, Shimi Zhang wrote: > > ...
3 years, 7 months ago (2017-05-08 21:47:47 UTC) #17
Torne
https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn File android_webview/BUILD.gn (right): https://codereview.chromium.org/2863233002/diff/1/android_webview/BUILD.gn#newcode39 android_webview/BUILD.gn:39: source_set("native") { On 2017/05/08 13:12:04, gsennton wrote: > Are ...
3 years, 7 months ago (2017-05-08 21:48:15 UTC) #18
Torne
3 years, 7 months ago (2017-05-08 21:48:17 UTC) #19
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/2863233002/1
3 years, 7 months ago (2017-05-09 00:07:24 UTC) #24
Shimi Zhang
On 2017/05/08 21:47:47, Torne wrote: > On 2017/05/08 21:08:41, Shimi Zhang wrote: > > On ...
3 years, 7 months ago (2017-05-09 01:13:37 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/264789) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 7 months ago (2017-05-09 01:21:56 UTC) #27
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/2863233002/1
3 years, 7 months ago (2017-05-09 01:26:00 UTC) #29
commit-bot: I haz the power
3 years, 7 months ago (2017-05-09 04:27:51 UTC) #32
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/0baa01dcbb179dd9c4ede2ceeff2...

Powered by Google App Engine
This is Rietveld 408576698