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

Issue 1981723002: media: Set RUNPATH in cdm adapter in GN component build (Closed)

Created:
4 years, 7 months ago by xhwang
Modified:
4 years, 7 months ago
Reviewers:
Lei Zhang, ddorwin
CC:
chromium-reviews, eme-reviews_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

media: Set RUNPATH in cdm adapter in GN component build The CDM should always be able to find the CDM, regardless of how the loader of the CDM adapter is configured. In tests, currently, browser_tests sets a RPATH of $ORIGIN, which makes the test work. But if we put the CDM adapter and CDM in a different folder, then the test will break in GN component build. See BUG for more detailed discussion. BUG=612007 TEST=browser_tests pass in GN component build Committed: https://crrev.com/91b24b67d6ac964927c3a008fc16b2c9a068f7f7 Cr-Commit-Position: refs/heads/master@{#394272}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M media/cdm/ppapi/ppapi_cdm_adapter.gni View 1 chunk +2 lines, -2 lines 4 comments Download

Messages

Total messages: 14 (5 generated)
xhwang
PTAL
4 years, 7 months ago (2016-05-15 17:52:25 UTC) #2
ddorwin
Some comments, but I defer to thestig@. https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni File media/cdm/ppapi/ppapi_cdm_adapter.gni (right): https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni#newcode64 media/cdm/ppapi/ppapi_cdm_adapter.gni:64: configs += ...
4 years, 7 months ago (2016-05-16 18:11:12 UTC) #3
xhwang
https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni File media/cdm/ppapi/ppapi_cdm_adapter.gni (right): https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni#newcode64 media/cdm/ppapi/ppapi_cdm_adapter.gni:64: configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] On 2016/05/16 18:11:12, ddorwin ...
4 years, 7 months ago (2016-05-16 18:23:07 UTC) #4
ddorwin
LGTM % comments. https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni File media/cdm/ppapi/ppapi_cdm_adapter.gni (right): https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni#newcode64 media/cdm/ppapi/ppapi_cdm_adapter.gni:64: configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] On ...
4 years, 7 months ago (2016-05-16 18:28:46 UTC) #5
xhwang
thestig: kindly ping!
4 years, 7 months ago (2016-05-17 16:17:03 UTC) #7
Lei Zhang
lgtm https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni File media/cdm/ppapi/ppapi_cdm_adapter.gni (right): https://chromiumcodereview.appspot.com/1981723002/diff/1/media/cdm/ppapi/ppapi_cdm_adapter.gni#newcode64 media/cdm/ppapi/ppapi_cdm_adapter.gni:64: configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] On 2016/05/16 18:28:46, ...
4 years, 7 months ago (2016-05-17 20:31:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1981723002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1981723002/1
4 years, 7 months ago (2016-05-17 20:59:20 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 7 months ago (2016-05-17 23:57:39 UTC) #12
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 23:59:01 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/91b24b67d6ac964927c3a008fc16b2c9a068f7f7
Cr-Commit-Position: refs/heads/master@{#394272}

Powered by Google App Engine
This is Rietveld 408576698