|
|
Created:
3 years, 11 months ago by ossu Modified:
3 years, 11 months ago Reviewers:
kjellander_webrtc CC:
webrtc-reviews_webrtc.org, the sun, tterriberry_mozilla.com Target Ref:
refs/heads/master Project:
webrtc Visibility:
Public. |
DescriptionFixed public_deps for libjingle_peerconnection{,_api}
https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger.
NOTRY=true # Only build changes and windows bots are cranky atm.
BUG=webrtc:5883
Review-Url: https://codereview.webrtc.org/2651663002
Cr-Commit-Position: refs/heads/master@{#16214}
Committed: https://chromium.googlesource.com/external/webrtc/+/da250064312d4ad6404ac962fc0ef33b6359bb72
Patch Set 1 #Patch Set 2 : Removed doubles from deps. #
Messages
Total messages: 22 (14 generated)
Description was changed from ========== Fixed public_deps for libjingle_peerconnection{,_api} BUG=webrtc:5806 ========== to ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. BUG=webrtc:5806 ==========
ossu@webrtc.org changed reviewers: + kjellander@webrtc.org
The CQ bit was checked by ossu@webrtc.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_baremetal/builds/17902) win_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_clang_dbg/builds/10178) win_clang_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_clang_rel/builds/10086) win_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_dbg/builds/15446) win_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_rel/builds/22405) win_x64_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_clang_dbg/build...) win_x64_clang_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_clang_rel/build...) win_x64_dbg on master.tryserver.webrtc (JOB_FAILED, no build URL) win_x64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_rel/builds/21909)
PTAL at this small change. I've added libjingle_peerconnection targets as public_deps as well as normal deps. Not sure if just adding as public_deps is preferred.
On 2017/01/23 13:23:09, ossu wrote: > PTAL at this small change. I've added libjingle_peerconnection targets as > public_deps as well as normal deps. Not sure if just adding as public_deps is > preferred. Please remove it from normal deps to avoid duplicating them. Do you plan to remove the public_deps once the targets that needs them are including them explicitly? If so, please add a TODO as well for that work.
Removed. There's a TODO for removing the api:libjingle_peerconnection target already. I think api:libjingle_peerconnection_api should remain in the public_deps of pc:libjingle_peerconnection; to me that makes sense.
On 2017/01/23 14:07:05, ossu wrote: > Removed. lgtm > There's a TODO for removing the api:libjingle_peerconnection target already. I > think api:libjingle_peerconnection_api should remain in the public_deps of > pc:libjingle_peerconnection; to me that makes sense. Yeah, you're right about that.
The CQ bit was checked by ossu@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_baremetal on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_baremetal/builds/17909) win_clang_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_clang_dbg/builds/10187) win_clang_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_clang_rel/builds/10095) win_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_dbg/builds/15453) win_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_rel/builds/22413) win_x64_clang_dbg on master.tryserver.webrtc (JOB_FAILED, no build URL) win_x64_clang_rel on master.tryserver.webrtc (JOB_FAILED, no build URL) win_x64_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_dbg/builds/5514) win_x64_rel on master.tryserver.webrtc (JOB_FAILED, no build URL)
Description was changed from ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. BUG=webrtc:5806 ========== to ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and win-bots are cranky atm. BUG=webrtc:5806 ==========
Description was changed from ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and win-bots are cranky atm. BUG=webrtc:5806 ========== to ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and windows bots are cranky atm. BUG=webrtc:5806 ==========
The CQ bit was checked by ossu@webrtc.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/...
CQ is committing da patch. Bot data: {"patchset_id": 20001, "attempt_start_ts": 1485185721148020, "parent_rev": "50cfe1fda7f2b4a6a449fe7234f4c1aa2a475c61", "commit_rev": "da250064312d4ad6404ac962fc0ef33b6359bb72"}
Message was sent while issue was closed.
Description was changed from ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and windows bots are cranky atm. BUG=webrtc:5806 ========== to ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and windows bots are cranky atm. BUG=webrtc:5806 Review-Url: https://codereview.webrtc.org/2651663002 Cr-Commit-Position: refs/heads/master@{#16214} Committed: https://chromium.googlesource.com/external/webrtc/+/da250064312d4ad6404ac962f... ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/external/webrtc/+/da250064312d4ad6404ac962f...
Message was sent while issue was closed.
Description was changed from ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and windows bots are cranky atm. BUG=webrtc:5806 Review-Url: https://codereview.webrtc.org/2651663002 Cr-Commit-Position: refs/heads/master@{#16214} Committed: https://chromium.googlesource.com/external/webrtc/+/da250064312d4ad6404ac962f... ========== to ========== Fixed public_deps for libjingle_peerconnection{,_api} https://codereview.webrtc.org/2514883002/ changed and moved these targets around but did not add public dependencies for the fallbacks, which causes gn gen --check a lot of anger. NOTRY=true # Only build changes and windows bots are cranky atm. BUG=webrtc:5883 Review-Url: https://codereview.webrtc.org/2651663002 Cr-Commit-Position: refs/heads/master@{#16214} Committed: https://chromium.googlesource.com/external/webrtc/+/da250064312d4ad6404ac962f... ========== |