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

Issue 2083813003: Revert of Re-Reland: Make media/capture gn and gyps produce components (patchset #2 id:20001 of htt… (Closed)

Created:
4 years, 6 months ago by emircan
Modified:
4 years, 6 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, imcheng+watch_chromium.org, posciak+watch_chromium.org, avayvod+watch_chromium.org, jam, feature-media-reviews_chromium.org, darin-cc_chromium.org, mcasas+watch+vc_chromium.org, jasonroberts+watch_google.com, mkwst+moarreviews-renderer_chromium.org, piman+watch_chromium.org, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@2774
Target Ref:
refs/pending/branch-heads/2774
Project:
chromium
Visibility:
Public.

Description

Revert of Re-Reland: Make media/capture gn and gyps produce components (patchset #2 id:20001 of https://codereview.chromium.org/2068763002/ ) Reason for revert: Speculative revert: Appears to cause capture issues in Win7 tester using actual cameras. See below for more detail. https://bugs.chromium.org/p/chromium/issues/detail?id=621783 Original issue's description: > Re-Reland: Make media/capture gn and gyps produce components > > The CL is ready but causes a Warning C4267 (implicit size_t to int > conversion) in some Windows Waterfall bots (not in CQ). > After some land-archaeology, it seems that capture.gyp did not > have the warning explicitly disable, I believe it was lost in some > rebase. So, re-enabling it and relanding. > > Original re-reland description ----------------------------------------- > Re-reland: Make media/capture gn and gyps produce components > > Reland got reverted due to a WinX64 typical issue: > warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data > > This CL adds explicitly some buid/config/compiler/no_size_t_to_int_warning > causing C4267 in > https://build.chromium.org/p/chromium/builders/Win%20x64/builds/1472/steps/compile/logs/stdio > > Original reland description ------------------------------------------- > Reland: Make media/capture gn and gyps produce components > > Which got reverted due to a Mac build breakage (see > https://codereview.chromium.org/2059493002/) and > a Win one (https://crbug.com/618854). > > Original description --------------------------------------------------- > Make media/capture gn and gyps produce components > This CL separates media/capture into a component, > to allow, in a subsequent CL, linking with mojo for using > ImageCapture types. > > This basically reproduces the media/cast and media/midi > structure. > > Windows import/export issues made necessary to add > capture_export and associated CAPTURE_EXPORT macro, > again, replicating media/midi. > > gn gen ... --check uncovered some transitive dependencies > during the "analyze" phase of the bots and I had to make > them explicit (e.g. media:gpu). > > BUG=518807 > ----------------------------------------------------------------------- > CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel,mac_blink_rel,win_blink_rel > > TBR=avi@chromium.org, xhwang@chromium.org, miu@chromium.org > rationale: > reland: since the PS2/3 are trivial, just making explicit libs that are > already elsewhere in media/ build files- I wonder why it didn't fail in > the bots :( . > re-reland: I'm just adding a MSVS-warning disable that was lost in a > rebase :) > > Committed: https://crrev.com/a0f0c4ba5a7fd23448342a879d0a306b441af216 > Cr-Commit-Position: refs/heads/master@{#400708} TBR=avi@chromium.org,miu@chromium.org,xhwang@chromium.org,rockot@chromium.org,mcasas@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=518807 Review-Url: https://codereview.chromium.org/2081653004 Cr-Commit-Position: refs/heads/master@{#400898} (cherry picked from commit cc59e9ddffad4dada38daf44b7f69ac00cfbabd7)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -480 lines) Patch
M content/browser/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M content/common/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M content/content_browser.gypi View 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M content/content_tests.gypi View 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M content/test/BUILD.gn View 3 chunks +0 lines, -3 lines 0 comments Download
M media/BUILD.gn View 5 chunks +9 lines, -7 lines 0 comments Download
M media/base/BUILD.gn View 1 chunk +0 lines, -8 lines 0 comments Download
M media/base/win/BUILD.gn View 1 chunk +2 lines, -15 lines 0 comments Download
M media/base/win/mf_initializer.h View 1 chunk +2 lines, -2 lines 0 comments Download
D media/base/win/mf_initializer_export.h View 1 chunk +0 lines, -29 lines 0 comments Download
M media/capture/BUILD.gn View 6 chunks +17 lines, -28 lines 0 comments Download
D media/capture/capture.gyp View 1 chunk +0 lines, -225 lines 0 comments Download
A media/capture/capture.gypi View 1 chunk +106 lines, -0 lines 0 comments Download
D media/capture/capture_export.h View 1 chunk +0 lines, -29 lines 0 comments Download
M media/capture/content/animated_content_sampler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/content/capture_resolution_chooser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/content/feedback_signal_accumulator.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/content/screen_capture_device_core.h View 3 chunks +3 lines, -3 lines 0 comments Download
M media/capture/content/smooth_event_sampler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/capture/content/thread_safe_capture_oracle.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/content/thread_safe_capture_oracle.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/capture/content/video_capture_oracle.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/device_monitor_mac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/device_monitor_udev.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/system_message_window_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/capture/video/android/BUILD.gn View 1 chunk +0 lines, -6 lines 0 comments Download
M media/capture/video/android/capture_jni_registrar.h View 1 chunk +2 lines, -2 lines 0 comments Download
M media/capture/video/android/video_capture_device_android.h View 2 chunks +2 lines, -2 lines 0 comments Download
M media/capture/video/android/video_capture_device_factory_android.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/fake_video_capture_device.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/fake_video_capture_device.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M media/capture/video/fake_video_capture_device_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/file_video_capture_device.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/file_video_capture_device.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M media/capture/video/file_video_capture_device_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/linux/video_capture_device_factory_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/mac/video_capture_device_decklink_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/mac/video_capture_device_factory_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/mac/video_capture_device_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/video_capture_device.h View 4 chunks +5 lines, -5 lines 0 comments Download
M media/capture/video/video_capture_device_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/video_capture_device_info.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/win/filter_base_win.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/capture/video/win/video_capture_device_factory_win.h View 1 chunk +1 line, -1 line 0 comments Download
M media/capture/video/win/video_capture_device_factory_win.cc View 1 chunk +1 line, -2 lines 0 comments Download
M media/capture/video/win/video_capture_device_mf_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
M media/cast/cast.gyp View 1 chunk +0 lines, -3 lines 0 comments Download
M media/gpu/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M media/media.gyp View 16 chunks +104 lines, -55 lines 0 comments Download
M media/media_gpu.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (4 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2083813003/1
4 years, 6 months ago (2016-06-21 21:45:14 UTC) #4
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 21:49:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1)

Powered by Google App Engine
This is Rietveld 408576698