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

Issue 1845563005: Refactor content/common/gpu into gpu/ipc/service (Closed)

Created:
4 years, 8 months ago by Mark Dittmer
Modified:
4 years, 4 months ago
CC:
avayvod+watch_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, jochen+watch_chromium.org, kalyank, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-media_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, sievers+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor content/common/gpu into gpu/ipc/service. This is a part of a larger refactor for Mus (see label:gpurefactor). BUG=586385 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/721be995e023023793e547c28e0f6f7843bdbd99 Cr-Commit-Position: refs/heads/master@{#384705} Committed: https://crrev.com/d88b8358c712374a258672eaa373f0ad415e3c4e Cr-Commit-Position: refs/heads/master@{#386084}

Patch Set 1 #

Patch Set 2 : Add missing deps based on bot failures #

Patch Set 3 : Fix some mac and ozone deps #

Patch Set 4 : Fix Mac build errors #

Patch Set 5 : Rebase and fix missing ozone dep #

Patch Set 6 : Fixes for Mac and Android builds #

Patch Set 7 : Fix gn libs defs #

Patch Set 8 : Fix gn libs defs #

Total comments: 4

Patch Set 9 : Fix mac GN unittests #

Patch Set 10 : Drop gpu:: qualification from comments #

Patch Set 11 : Add Mac dep on CoreMedia in gyp case #

Patch Set 12 : rebase #

Patch Set 13 : Add skia dep for mac #

Patch Set 14 : Use non-third-party skia gyp dep (for mac) #

Patch Set 15 : Dep on skia, not skia_library #

Patch Set 16 : Fix deps for Mac and Windows #

Patch Set 17 : Fix source_set deps in the hopes of fixing Windows builds #

Patch Set 18 : rebase #

Patch Set 19 : Make gpu source deps private in gpu/ipc/service #

Patch Set 20 : Add private gn deps for test_support #

Patch Set 21 : rebase #

Patch Set 22 : rebase fix #

Patch Set 23 : Attempt: Remove dep on other CL #

Patch Set 24 : Attempt: Remove dep on other CL (again) #

Patch Set 25 : Make gpu/ipc/service:test_support dep on :service not :ipc_service_sources #

Patch Set 26 : Privatize gpu/command_buffer/service dep on gpu/command_buffer/common:common_sources #

Total comments: 2

Patch Set 27 : Revert bad deps change #

Patch Set 28 : Drop source_set dep from :test_support #

Total comments: 3

Patch Set 29 : rebase #

Patch Set 30 : Fix up gpu:: qualification after rebase #

Patch Set 31 : Fix up gpu:: qualification after rebase #

Patch Set 32 : Fix up gpu:: qualification after rebase #

Patch Set 33 : Add unittests dep on content #

Patch Set 34 : Revert dep on content (trying to fix the wrong unittest) #

Patch Set 35 : Add content_common as dep for video_decode_accelerator_unittest in both gyp and gn #

Patch Set 36 : Export GetContentClient to appease the gods of the Android build #

Total comments: 1

Patch Set 37 : Rebase, then drop unnnecesary content_common dep, add missing CONTENT_EXPORT, and add gpu_command_b… #

Patch Set 38 : rebase #

Total comments: 4

Patch Set 39 : Address comments from piman@ #

Patch Set 40 : Drop ref to deleted content_tests_gypi_values.content_unittests_ozone_sources #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1091 lines, -10120 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +1 line, -0 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 5 chunks +4 lines, -20 lines 0 comments Download
D content/common/gpu/ca_layer_partial_damage_tree_mac.h View 1 chunk +0 lines, -56 lines 0 comments Download
D content/common/gpu/ca_layer_partial_damage_tree_mac.mm View 1 chunk +0 lines, -287 lines 0 comments Download
D content/common/gpu/ca_layer_tree_mac.h View 1 chunk +0 lines, -202 lines 0 comments Download
D content/common/gpu/ca_layer_tree_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -571 lines 0 comments Download
D content/common/gpu/ca_layer_tree_unittest_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -852 lines 0 comments Download
D content/common/gpu/child_window_surface_win.h View 1 chunk +0 lines, -48 lines 0 comments Download
D content/common/gpu/child_window_surface_win.cc View 1 chunk +0 lines, -228 lines 0 comments Download
D content/common/gpu/gpu_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -484 lines 0 comments Download
D content/common/gpu/gpu_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -1072 lines 0 comments Download
D content/common/gpu/gpu_channel_manager.h View 1 chunk +0 lines, -228 lines 0 comments Download
D content/common/gpu/gpu_channel_manager.cc View 1 chunk +0 lines, -309 lines 0 comments Download
D content/common/gpu/gpu_channel_manager_delegate.h View 1 chunk +0 lines, -91 lines 0 comments Download
D content/common/gpu/gpu_channel_manager_unittest.cc View 1 chunk +0 lines, -101 lines 0 comments Download
D content/common/gpu/gpu_channel_test_common.h View 1 chunk +0 lines, -135 lines 0 comments Download
D content/common/gpu/gpu_channel_test_common.cc View 1 chunk +0 lines, -169 lines 0 comments Download
D content/common/gpu/gpu_channel_unittest.cc View 1 chunk +0 lines, -291 lines 0 comments Download
D content/common/gpu/gpu_command_buffer_stub.h View 1 chunk +0 lines, -286 lines 0 comments Download
D content/common/gpu/gpu_command_buffer_stub.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +0 lines, -1142 lines 0 comments Download
D content/common/gpu/gpu_config.h View 1 chunk +0 lines, -12 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory.h View 1 chunk +0 lines, -67 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_io_surface.h View 1 chunk +0 lines, -77 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_io_surface.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc View 1 chunk +0 lines, -16 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h View 1 chunk +0 lines, -67 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc View 1 chunk +0 lines, -128 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_surface_texture.h View 1 chunk +0 lines, -72 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_surface_texture.cc View 1 chunk +0 lines, -108 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc View 1 chunk +0 lines, -16 lines 0 comments Download
D content/common/gpu/gpu_memory_buffer_factory_test_template.h View 1 chunk +0 lines, -99 lines 0 comments Download
D content/common/gpu/gpu_memory_manager.h View 1 chunk +0 lines, -81 lines 0 comments Download
D content/common/gpu/gpu_memory_manager.cc View 1 chunk +0 lines, -125 lines 0 comments Download
D content/common/gpu/gpu_memory_tracking.h View 1 chunk +0 lines, -53 lines 0 comments Download
D content/common/gpu/gpu_memory_tracking.cc View 1 chunk +0 lines, -37 lines 0 comments Download
D content/common/gpu/gpu_watchdog.h View 1 chunk +0 lines, -28 lines 0 comments Download
D content/common/gpu/image_transport_surface.h View 1 chunk +0 lines, -47 lines 0 comments Download
D content/common/gpu/image_transport_surface_android.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D content/common/gpu/image_transport_surface_linux.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D content/common/gpu/image_transport_surface_mac.mm View 1 chunk +0 lines, -80 lines 0 comments Download
D content/common/gpu/image_transport_surface_overlay_mac.h View 1 chunk +0 lines, -158 lines 0 comments Download
D content/common/gpu/image_transport_surface_overlay_mac.mm View 1 chunk +0 lines, -563 lines 0 comments Download
D content/common/gpu/image_transport_surface_win.cc View 1 chunk +0 lines, -47 lines 0 comments Download
M content/common/gpu/media/android_deferred_rendering_backing_strategy.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -1 line 0 comments Download
M content/common/gpu/media/android_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/android_video_encode_accelerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/gpu_jpeg_decode_accelerator.h View 3 chunks +6 lines, -4 lines 0 comments Download
M content/common/gpu/media/gpu_jpeg_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 4 chunks +8 lines, -7 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 6 chunks +9 lines, -7 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 2 chunks +3 lines, -2 lines 0 comments Download
M content/common/gpu/media/gpu_video_encode_accelerator.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 4 chunks +7 lines, -6 lines 0 comments Download
M content/common/gpu/media/gpu_video_encode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 3 chunks +7 lines, -5 lines 0 comments Download
M content/common/gpu/media/media_channel.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -4 lines 0 comments Download
M content/common/gpu/media/media_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +6 lines, -6 lines 0 comments Download
M content/common/gpu/media/media_service.h View 2 chunks +7 lines, -4 lines 0 comments Download
M content/common/gpu/media/media_service.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M content/common/gpu/media/vaapi_jpeg_decode_accelerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/vaapi_video_decode_accelerator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
D content/common/gpu/pass_through_image_transport_surface.h View 1 chunk +0 lines, -73 lines 0 comments Download
D content/common/gpu/pass_through_image_transport_surface.cc View 1 chunk +0 lines, -175 lines 0 comments Download
D content/common/gpu/stream_texture_android.h View 1 2 3 4 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +0 lines, -111 lines 0 comments Download
D content/common/gpu/stream_texture_android.cc View 1 2 3 4 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 1 chunk +0 lines, -277 lines 0 comments Download
D content/common/gpu/x_util.h View 1 chunk +0 lines, -40 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 7 chunks +5 lines, -45 lines 0 comments Download
M content/content_gpu.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 6 chunks +3 lines, -16 lines 0 comments Download
M content/gpu/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.h View 7 chunks +15 lines, -15 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 chunks +4 lines, -4 lines 0 comments Download
M content/gpu/gpu_watchdog_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 chunks +3 lines, -3 lines 0 comments Download
M content/gpu/in_process_gpu_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -3 lines 0 comments Download
M content/gpu/in_process_gpu_thread.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 1 chunk +0 lines, -4 lines 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +2 lines, -2 lines 0 comments Download
M gpu/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/gpu.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 9 chunks +103 lines, -6 lines 0 comments Download
A gpu/gpu_ipc_service.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +103 lines, -0 lines 0 comments Download
A gpu/ipc/service/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 33 1 chunk +175 lines, -0 lines 0 comments Download
A + gpu/ipc/service/DEPS View 1 1 chunk +2 lines, -3 lines 0 comments Download
A + gpu/ipc/service/ca_layer_partial_damage_tree_mac.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + gpu/ipc/service/ca_layer_partial_damage_tree_mac.mm View 3 chunks +3 lines, -3 lines 0 comments Download
A + gpu/ipc/service/ca_layer_tree_mac.h View 4 chunks +7 lines, -7 lines 0 comments Download
A + gpu/ipc/service/ca_layer_tree_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +3 lines, -3 lines 0 comments Download
A + gpu/ipc/service/ca_layer_tree_unittest_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -3 lines 0 comments Download
A + gpu/ipc/service/child_window_surface_win.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + gpu/ipc/service/child_window_surface_win.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + gpu/ipc/service/gpu_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 16 chunks +50 lines, -51 lines 0 comments Download
A + gpu/ipc/service/gpu_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 15 chunks +34 lines, -34 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_manager.h View 10 chunks +27 lines, -27 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_manager.cc View 10 chunks +20 lines, -20 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_manager_delegate.h View 5 chunks +9 lines, -11 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_manager_unittest.cc View 3 chunks +7 lines, -8 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_test_common.h View 7 chunks +17 lines, -17 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_test_common.cc View 6 chunks +15 lines, -15 lines 0 comments Download
A + gpu/ipc/service/gpu_channel_unittest.cc View 16 chunks +28 lines, -28 lines 0 comments Download
A + gpu/ipc/service/gpu_command_buffer_stub.h View 13 chunks +38 lines, -38 lines 0 comments Download
A + gpu/ipc/service/gpu_command_buffer_stub.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 38 chunks +79 lines, -79 lines 0 comments Download
A + gpu/ipc/service/gpu_config.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory.h View 4 chunks +9 lines, -11 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory.cc View 2 chunks +6 lines, -6 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_io_surface.h View 6 chunks +12 lines, -12 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_io_surface.cc View 5 chunks +5 lines, -5 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_io_surface_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.h View 4 chunks +12 lines, -12 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap.cc View 5 chunks +5 lines, -5 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_surface_texture.h View 5 chunks +12 lines, -12 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_surface_texture.cc View 5 chunks +7 lines, -7 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_surface_texture_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_buffer_factory_test_template.h View 4 chunks +8 lines, -8 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_manager.h View 4 chunks +11 lines, -14 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_manager.cc View 6 chunks +10 lines, -12 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_tracking.h View 4 chunks +10 lines, -10 lines 0 comments Download
A + gpu/ipc/service/gpu_memory_tracking.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A + gpu/ipc/service/gpu_watchdog.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface_android.cc View 2 chunks +9 lines, -9 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface_linux.cc View 2 chunks +6 lines, -6 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface_mac.mm View 3 chunks +7 lines, -7 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface_overlay_mac.h View 5 chunks +9 lines, -9 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface_overlay_mac.mm View 5 chunks +9 lines, -9 lines 0 comments Download
A + gpu/ipc/service/image_transport_surface_win.cc View 2 chunks +7 lines, -7 lines 0 comments Download
A + gpu/ipc/service/pass_through_image_transport_surface.h View 3 chunks +6 lines, -6 lines 0 comments Download
A + gpu/ipc/service/pass_through_image_transport_surface.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + gpu/ipc/service/stream_texture_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 3 chunks +6 lines, -6 lines 0 comments Download
A + gpu/ipc/service/stream_texture_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 6 chunks +14 lines, -14 lines 0 comments Download
A + gpu/ipc/service/x_util.h View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 166 (59 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/1
4 years, 8 months ago (2016-03-30 20:06:39 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/42813) android_chromium_gn_compile_rel on ...
4 years, 8 months ago (2016-03-30 20:12:12 UTC) #5
Mark Dittmer
Add missing deps based on bot failures
4 years, 8 months ago (2016-03-30 20:51:06 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/20001
4 years, 8 months ago (2016-03-30 20:52:53 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/136841) linux_chromium_gn_chromeos_rel on ...
4 years, 8 months ago (2016-03-30 20:58:26 UTC) #10
Mark Dittmer
Fix some mac and ozone deps
4 years, 8 months ago (2016-03-30 22:28:59 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/40001
4 years, 8 months ago (2016-03-30 22:30:11 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/136940) linux_chromium_gn_chromeos_rel on ...
4 years, 8 months ago (2016-03-30 22:35:51 UTC) #15
Mark Dittmer
Fix Mac build errors
4 years, 8 months ago (2016-03-31 13:49:11 UTC) #16
Mark Dittmer
Initial reviewers: please review code in mentioned locations, and new gpu/ipc/service/DEPS on said locations. bsalomon@: ...
4 years, 8 months ago (2016-03-31 14:47:18 UTC) #19
Mark Dittmer
Rebase and fix missing ozone dep
4 years, 8 months ago (2016-03-31 14:50:12 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/80001
4 years, 8 months ago (2016-03-31 14:50:57 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/87908)
4 years, 8 months ago (2016-03-31 14:57:51 UTC) #24
Mark Dittmer
Fixes for Mac and Android builds
4 years, 8 months ago (2016-03-31 15:42:09 UTC) #26
Mark Dittmer
Fix gn libs defs
4 years, 8 months ago (2016-03-31 16:07:10 UTC) #27
Mark Dittmer
Added/modified reviewers: dpranke@: PTAL @ top-level BULID.gn; piman@ and ccameron@: PTAL @ content/common; piman@: PTAL ...
4 years, 8 months ago (2016-03-31 16:12:19 UTC) #29
Mark Dittmer
Fix gn libs defs
4 years, 8 months ago (2016-03-31 16:14:31 UTC) #30
Dirk Pranke
//BUILD.gn lgtm. I didn't really look at the rest; let me know if you want ...
4 years, 8 months ago (2016-03-31 18:39:09 UTC) #31
piman
LGTM modulo link issue https://codereview.chromium.org/1845563005/diff/140001/content/common/gpu/client/gpu_channel_host.h File content/common/gpu/client/gpu_channel_host.h (right): https://codereview.chromium.org/1845563005/diff/140001/content/common/gpu/client/gpu_channel_host.h#newcode64 content/common/gpu/client/gpu_channel_host.h:64: // On the GPU process ...
4 years, 8 months ago (2016-03-31 19:26:17 UTC) #32
Mark Dittmer
Fix mac GN unittests
4 years, 8 months ago (2016-03-31 19:40:44 UTC) #33
Mark Dittmer
Drop gpu:: qualification from comments
4 years, 8 months ago (2016-03-31 19:56:38 UTC) #34
Mark Dittmer
Fixed piman@'s nits. rjkroege@, sadrul@, ccameron@, bsalomon@ PTAL. https://codereview.chromium.org/1845563005/diff/140001/content/common/gpu/client/gpu_channel_host.h File content/common/gpu/client/gpu_channel_host.h (right): https://codereview.chromium.org/1845563005/diff/140001/content/common/gpu/client/gpu_channel_host.h#newcode64 content/common/gpu/client/gpu_channel_host.h:64: // ...
4 years, 8 months ago (2016-03-31 19:57:34 UTC) #35
ccameron
On 2016/03/31 14:47:18, Mark Dittmer wrote: > Initial reviewers: please review code in mentioned locations, ...
4 years, 8 months ago (2016-03-31 20:05:02 UTC) #36
chromium-reviews
There is a new DEPS reference in gpu/ipc/service. Does it look good to you? On ...
4 years, 8 months ago (2016-03-31 20:17:21 UTC) #37
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/180001
4 years, 8 months ago (2016-03-31 20:24:00 UTC) #39
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/162910)
4 years, 8 months ago (2016-03-31 20:39:34 UTC) #41
rjkroege
*ozone* changes lgtm
4 years, 8 months ago (2016-03-31 20:53:44 UTC) #42
bsalomon
skia dependency lgtm
4 years, 8 months ago (2016-03-31 20:55:41 UTC) #43
sadrul
lgtm It doesn't look like any of the targets actually list ui/base in its dependency ...
4 years, 8 months ago (2016-03-31 21:06:57 UTC) #44
ccameron
On 2016/03/31 20:17:21, chromium-reviews wrote: > There is a new DEPS reference in gpu/ipc/service. Does ...
4 years, 8 months ago (2016-03-31 22:20:24 UTC) #45
Mark Dittmer
Add Mac dep on CoreMedia in gyp case
4 years, 8 months ago (2016-04-01 12:04:03 UTC) #46
Mark Dittmer
rebase
4 years, 8 months ago (2016-04-01 13:52:06 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/220001
4 years, 8 months ago (2016-04-01 13:53:32 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/181323)
4 years, 8 months ago (2016-04-01 14:31:55 UTC) #52
Mark Dittmer
Add skia dep for mac
4 years, 8 months ago (2016-04-01 18:09:28 UTC) #53
Mark Dittmer
Use non-third-party skia gyp dep (for mac)
4 years, 8 months ago (2016-04-01 18:41:15 UTC) #54
Mark Dittmer
Dep on skia, not skia_library
4 years, 8 months ago (2016-04-01 20:19:41 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/280001
4 years, 8 months ago (2016-04-01 20:20:14 UTC) #58
commit-bot: I haz the power
Committed patchset #15 (id:280001)
4 years, 8 months ago (2016-04-01 22:20:32 UTC) #60
commit-bot: I haz the power
Patchset 15 (id:??) landed as https://crrev.com/721be995e023023793e547c28e0f6f7843bdbd99 Cr-Commit-Position: refs/heads/master@{#384705}
4 years, 8 months ago (2016-04-01 22:21:49 UTC) #62
Łukasz Anforowicz
A revert of this CL (patchset #15 id:280001) has been created in https://codereview.chromium.org/1846253003/ by lukasza@chromium.org. ...
4 years, 8 months ago (2016-04-01 23:03:21 UTC) #63
Mark Dittmer
Fix deps for Mac and Windows
4 years, 8 months ago (2016-04-03 01:01:31 UTC) #64
Mark Dittmer
Fix source_set deps in the hopes of fixing Windows builds
4 years, 8 months ago (2016-04-04 14:55:33 UTC) #66
Mark Dittmer
rebase
4 years, 8 months ago (2016-04-04 17:35:57 UTC) #67
Mark Dittmer
Make gpu source deps private in gpu/ipc/service
4 years, 8 months ago (2016-04-04 18:06:02 UTC) #68
Mark Dittmer
Add private gn deps for test_support
4 years, 8 months ago (2016-04-04 19:34:11 UTC) #69
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/350133 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/350133
4 years, 8 months ago (2016-04-04 20:40:34 UTC) #71
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/164288) linux_chromium_clobber_rel_ng on ...
4 years, 8 months ago (2016-04-04 20:47:11 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/350133 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/350133
4 years, 8 months ago (2016-04-04 21:00:57 UTC) #75
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/166543) linux_chromium_rel_ng on ...
4 years, 8 months ago (2016-04-04 21:09:38 UTC) #77
Mark Dittmer
rebase
4 years, 8 months ago (2016-04-04 21:23:08 UTC) #78
Mark Dittmer
rebase fix
4 years, 8 months ago (2016-04-04 21:26:57 UTC) #79
Mark Dittmer
Attempt: Remove dep on other CL
4 years, 8 months ago (2016-04-04 21:42:52 UTC) #80
Mark Dittmer
Attempt: Remove dep on other CL (again)
4 years, 8 months ago (2016-04-04 21:46:13 UTC) #81
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/450001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/450001
4 years, 8 months ago (2016-04-04 21:47:08 UTC) #83
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-04 23:57:01 UTC) #85
Mark Dittmer
Make gpu/ipc/service:test_support dep on :service not :ipc_service_sources
4 years, 8 months ago (2016-04-05 18:56:32 UTC) #86
Mark Dittmer
Privatize gpu/command_buffer/service dep on gpu/command_buffer/common:common_sources
4 years, 8 months ago (2016-04-05 20:24:02 UTC) #87
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/490001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/490001
4 years, 8 months ago (2016-04-05 20:25:37 UTC) #89
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/167270) linux_chromium_rel_ng on ...
4 years, 8 months ago (2016-04-05 20:32:11 UTC) #91
jbroman
https://codereview.chromium.org/1845563005/diff/490001/gpu/ipc/service/BUILD.gn File gpu/ipc/service/BUILD.gn (right): https://codereview.chromium.org/1845563005/diff/490001/gpu/ipc/service/BUILD.gn#newcode126 gpu/ipc/service/BUILD.gn:126: "//gpu/ipc/common:ipc_common_sources", shouldn't this be //gpu/ipc/common?
4 years, 8 months ago (2016-04-05 22:03:38 UTC) #92
Mark Dittmer
Revert bad deps change
4 years, 8 months ago (2016-04-06 00:00:52 UTC) #93
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/510001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/510001
4 years, 8 months ago (2016-04-06 00:02:55 UTC) #95
Mark Dittmer
Fixed up sourc_set dep. https://codereview.chromium.org/1845563005/diff/490001/gpu/ipc/service/BUILD.gn File gpu/ipc/service/BUILD.gn (right): https://codereview.chromium.org/1845563005/diff/490001/gpu/ipc/service/BUILD.gn#newcode126 gpu/ipc/service/BUILD.gn:126: "//gpu/ipc/common:ipc_common_sources", On 2016/04/05 22:03:37, jbroman ...
4 years, 8 months ago (2016-04-06 00:51:53 UTC) #96
Mark Dittmer
Drop source_set dep from :test_support
4 years, 8 months ago (2016-04-06 00:53:35 UTC) #97
brettw
https://codereview.chromium.org/1845563005/diff/530001/gpu/ipc/service/BUILD.gn File gpu/ipc/service/BUILD.gn (right): https://codereview.chromium.org/1845563005/diff/530001/gpu/ipc/service/BUILD.gn#newcode123 gpu/ipc/service/BUILD.gn:123: "//testing/gtest:gtest", Remove ":gtest" suffix, it's redundant. https://codereview.chromium.org/1845563005/diff/530001/gpu/ipc/service/BUILD.gn#newcode130 gpu/ipc/service/BUILD.gn:130: test("gpu_ipc_service_unittests") ...
4 years, 8 months ago (2016-04-06 01:26:27 UTC) #99
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/530001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/530001
4 years, 8 months ago (2016-04-06 09:39:08 UTC) #101
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/14767) mac_chromium_compile_dbg_ng on ...
4 years, 8 months ago (2016-04-06 09:42:26 UTC) #103
Mark Dittmer
rebase
4 years, 8 months ago (2016-04-06 12:08:03 UTC) #104
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/550001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/550001
4 years, 8 months ago (2016-04-06 12:09:25 UTC) #106
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_oilpan_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_blink_oilpan_rel/builds/27253)
4 years, 8 months ago (2016-04-06 12:20:55 UTC) #108
Mark Dittmer
Fix up gpu:: qualification after rebase
4 years, 8 months ago (2016-04-06 12:30:48 UTC) #109
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/570001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/570001
4 years, 8 months ago (2016-04-06 12:34:04 UTC) #111
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/46190) cast_shell_android on ...
4 years, 8 months ago (2016-04-06 12:45:39 UTC) #113
Mark Dittmer
Fix up gpu:: qualification after rebase
4 years, 8 months ago (2016-04-06 14:19:30 UTC) #114
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/590001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/590001
4 years, 8 months ago (2016-04-06 14:23:06 UTC) #116
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/117567)
4 years, 8 months ago (2016-04-06 14:35:31 UTC) #118
Mark Dittmer
Fix up gpu:: qualification after rebase
4 years, 8 months ago (2016-04-06 15:11:24 UTC) #119
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/610001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/610001
4 years, 8 months ago (2016-04-06 15:18:36 UTC) #121
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-06 16:24:16 UTC) #123
Mark Dittmer
Add unittests dep on content
4 years, 8 months ago (2016-04-06 17:01:06 UTC) #124
Mark Dittmer
Revert dep on content (trying to fix the wrong unittest)
4 years, 8 months ago (2016-04-06 17:26:00 UTC) #125
Mark Dittmer
Add content_common as dep for video_decode_accelerator_unittest in both gyp and gn
4 years, 8 months ago (2016-04-06 17:40:55 UTC) #126
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/670001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/670001
4 years, 8 months ago (2016-04-06 17:44:10 UTC) #128
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/200596)
4 years, 8 months ago (2016-04-06 18:52:35 UTC) #130
Mark Dittmer
Export GetContentClient to appease the gods of the Android build
4 years, 8 months ago (2016-04-06 20:41:04 UTC) #131
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/690001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/690001
4 years, 8 months ago (2016-04-06 20:44:44 UTC) #133
Mark Dittmer
piman@, PTAL: Small change to content/public/common exports to fix Android build failure. https://codereview.chromium.org/1845563005/diff/690001/content/public/common/content_client.h File content/public/common/content_client.h ...
4 years, 8 months ago (2016-04-06 20:47:57 UTC) #134
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/200858)
4 years, 8 months ago (2016-04-06 22:24:10 UTC) #136
Mark Dittmer
Rebase, then drop unnnecesary content_common dep, add missing CONTENT_EXPORT, and add gpu_command_buffer_service dep to get ...
4 years, 8 months ago (2016-04-07 15:28:19 UTC) #137
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/710001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/710001
4 years, 8 months ago (2016-04-07 15:31:30 UTC) #139
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/197543) mac_chromium_gn_rel on ...
4 years, 8 months ago (2016-04-07 15:34:52 UTC) #141
Mark Dittmer
rebase
4 years, 8 months ago (2016-04-07 17:30:51 UTC) #142
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/730001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/730001
4 years, 8 months ago (2016-04-07 17:52:56 UTC) #144
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-07 21:11:51 UTC) #146
piman
https://codereview.chromium.org/1845563005/diff/730001/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h File content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h (right): https://codereview.chromium.org/1845563005/diff/730001/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h#newcode39 content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h:39: #endif Please just add CONTENT_EXPORT unconditionally (just remove the ...
4 years, 8 months ago (2016-04-07 22:26:58 UTC) #147
Mark Dittmer
Address comments from piman@
4 years, 8 months ago (2016-04-08 13:08:24 UTC) #148
Mark Dittmer
Addressed comments from piman@ https://codereview.chromium.org/1845563005/diff/730001/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h File content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h (right): https://codereview.chromium.org/1845563005/diff/730001/content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h#newcode39 content/common/gpu/media/gpu_video_decode_accelerator_factory_impl.h:39: #endif On 2016/04/07 22:26:58, piman ...
4 years, 8 months ago (2016-04-08 13:08:44 UTC) #149
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/740001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/740001
4 years, 8 months ago (2016-04-08 13:40:54 UTC) #152
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/141919)
4 years, 8 months ago (2016-04-08 13:49:48 UTC) #154
Mark Dittmer
Drop ref to deleted content_tests_gypi_values.content_unittests_ozone_sources
4 years, 8 months ago (2016-04-08 14:27:52 UTC) #155
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845563005/760001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845563005/760001
4 years, 8 months ago (2016-04-08 14:28:33 UTC) #158
commit-bot: I haz the power
Committed patchset #40 (id:760001)
4 years, 8 months ago (2016-04-08 15:29:02 UTC) #160
commit-bot: I haz the power
Patchset 40 (id:??) landed as https://crrev.com/d88b8358c712374a258672eaa373f0ad415e3c4e Cr-Commit-Position: refs/heads/master@{#386084}
4 years, 8 months ago (2016-04-08 15:30:26 UTC) #162
tommi (sloooow) - chröme
On 2016/04/08 15:30:26, commit-bot: I haz the power wrote: > Patchset 40 (id:??) landed as ...
4 years, 4 months ago (2016-07-27 21:59:36 UTC) #163
Fady Samuel
On 2016/07/27 21:59:36, tommi-chrömium wrote: > On 2016/04/08 15:30:26, commit-bot: I haz the power wrote: ...
4 years, 4 months ago (2016-07-27 22:02:23 UTC) #165
tommi (sloooow) - chröme
4 years, 4 months ago (2016-07-27 22:06:56 UTC) #166
Message was sent while issue was closed.
On 2016/07/27 22:02:23, Fady Samuel wrote:
> On 2016/07/27 21:59:36, tommi-chrömium wrote:
> > On 2016/04/08 15:30:26, commit-bot: I haz the power wrote:
> > > Patchset 40 (id:??) landed as
> > > https://crrev.com/d88b8358c712374a258672eaa373f0ad415e3c4e
> > > Cr-Commit-Position: refs/heads/master@{#386084}
> > 
> > Is there a chance that this CL could have caused performance regressions on
> > CrOS?
> 
> That seems highly unlikely I think. This is a pure move / refactor. This
> shouldn't have changed any performance characteristics.

Thanks.  We're looking through a large list of CLs to track down perf issues
that seem to be specific to CrOS.  This CL is huge, so thanks for helping with
the due diligence.

Powered by Google App Engine
This is Rietveld 408576698