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

Issue 1473223005: Move Chromium logging into rtc_base_approved. (Closed)

Created:
5 years ago by pbos-webrtc
Modified:
5 years ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move Chromium logging into rtc_base_approved. The corresponding set of overrides weren't moved when logging.cc etc. was moved over. This wasn't noticed because all existing targets before webrtc fuzzers used to link both rtc_base and rtc_base_approved in Chromium. Also adding //base:base as a dependency, this used to be linked in by other targets either way before but generated build errors when a target solely depends on rtc_base_approved. BUG=webrtc:4771 R=kjellander@webrtc.org TBR=henrikg@webrtc.org Committed: https://crrev.com/11e022904dcae5a5a9d17efc2454a43cd4d0e176 Cr-Commit-Position: refs/heads/master@{#10792}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -8 lines) Patch
M webrtc/base/BUILD.gn View 3 chunks +10 lines, -6 lines 3 comments Download
M webrtc/base/base.gyp View 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
pbos-webrtc
PTAL
5 years ago (2015-11-25 20:04:07 UTC) #1
kjellander_webrtc
lgtm, but there really should be a .gypi and BUILD.gn file in https://code.google.com/p/chromium/codesearch#chromium/src/third_party/webrtc_overrides/ that is ...
5 years ago (2015-11-25 20:21:30 UTC) #3
pbos-webrtc
TBR=henrikg@, this solves a breakage
5 years ago (2015-11-25 20:35:55 UTC) #6
pbos-webrtc
Committed patchset #1 (id:1) manually as 11e022904dcae5a5a9d17efc2454a43cd4d0e176 (presubmit successful).
5 years ago (2015-11-25 20:40:18 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/11e022904dcae5a5a9d17efc2454a43cd4d0e176 Cr-Commit-Position: refs/heads/master@{#10792}
5 years ago (2015-11-25 20:40:19 UTC) #10
Henrik Grunell WebRTC
lgtm https://codereview.webrtc.org/1473223005/diff/1/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/1473223005/diff/1/webrtc/base/BUILD.gn#newcode165 webrtc/base/BUILD.gn:165: "constructormagic.h", constructormagic.h isn't in the gyp file for ...
5 years ago (2015-11-26 11:42:44 UTC) #11
pbos-webrtc
https://codereview.webrtc.org/1473223005/diff/1/webrtc/base/BUILD.gn File webrtc/base/BUILD.gn (right): https://codereview.webrtc.org/1473223005/diff/1/webrtc/base/BUILD.gn#newcode165 webrtc/base/BUILD.gn:165: "constructormagic.h", On 2015/11/26 11:42:44, Henrik Grunell (webrtc) wrote: > ...
5 years ago (2015-11-26 11:48:07 UTC) #12
Henrik Grunell WebRTC
On 2015/11/25 20:21:30, kjellander (webrtc) wrote: > lgtm, but there really should be a .gypi ...
5 years ago (2015-11-26 11:50:05 UTC) #13
Henrik Grunell WebRTC
5 years ago (2015-11-26 11:52:07 UTC) #14
Message was sent while issue was closed.
https://codereview.webrtc.org/1473223005/diff/1/webrtc/base/BUILD.gn
File webrtc/base/BUILD.gn (right):

https://codereview.webrtc.org/1473223005/diff/1/webrtc/base/BUILD.gn#newcode165
webrtc/base/BUILD.gn:165: "constructormagic.h",
On 2015/11/26 11:48:07, pbos-webrtc wrote:
> On 2015/11/26 11:42:44, Henrik Grunell (webrtc) wrote:
> > constructormagic.h isn't in the gyp file for this target. Which one is
> correct?
> 
> It is, but it's also excluded from rtc_base which should be a no-op since it's
> not present there.
> 
> We can build this file in Chromium due to your RTC_ prefixes. CL here that
> cleans this up: https://codereview.webrtc.org/1477013003/

Acknowledged.

Powered by Google App Engine
This is Rietveld 408576698