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

Issue 2849823002: Extract iOS SDK helpers to separate target. (Closed)

Created:
3 years, 7 months ago by kjellander_webrtc
Modified:
3 years, 7 months ago
Reviewers:
mbonadei
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, audio-team_agora.io, sdk-team_agora.io, peah-webrtc, henrika_webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Extract iOS SDK helpers to separate target. This will reduce the redundant objects built in Chromium when opening up test_support for the fuzzer tests. BUG=webrtc:6828 NOTRY=True Review-Url: https://codereview.webrtc.org/2849823002 Cr-Commit-Position: refs/heads/master@{#17972} Committed: https://chromium.googlesource.com/external/webrtc/+/3c1e558449309be965815e1bf67d2391500343ce

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated to relative path #

Patch Set 3 : Fix more targets in //webrtc/sdk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -7 lines) Patch
M webrtc/modules/audio_device/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/sdk/BUILD.gn View 1 2 7 chunks +21 lines, -7 lines 0 comments Download
M webrtc/test/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
kjellander_webrtc
3 years, 7 months ago (2017-04-28 12:22:27 UTC) #2
kjellander_webrtc
3 years, 7 months ago (2017-04-28 12:22:29 UTC) #3
mbonadei
On 2017/04/28 12:22:29, kjellander_webrtc wrote: lgtm
3 years, 7 months ago (2017-04-28 12:30:22 UTC) #4
mbonadei
I am touching the same files in https://codereview.webrtc.org/2845323002. So I think we should land this ...
3 years, 7 months ago (2017-05-02 07:37:29 UTC) #5
kjellander_webrtc
https://codereview.webrtc.org/2849823002/diff/1/webrtc/test/BUILD.gn File webrtc/test/BUILD.gn (right): https://codereview.webrtc.org/2849823002/diff/1/webrtc/test/BUILD.gn#newcode303 webrtc/test/BUILD.gn:303: deps += [ "//webrtc/sdk:rtc_sdk_helpers_objc" ] On 2017/05/02 07:37:29, mbonadei ...
3 years, 7 months ago (2017-05-02 09:03:47 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2849823002/40001
3 years, 7 months ago (2017-05-02 11:49:08 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/external/webrtc/+/3c1e558449309be965815e1bf67d2391500343ce
3 years, 7 months ago (2017-05-02 11:51:44 UTC) #13
perkj_webrtc
On 2017/05/02 11:51:44, commit-bot: I haz the power wrote: > Committed patchset #3 (id:40001) as ...
3 years, 7 months ago (2017-05-02 14:22:40 UTC) #14
perkj_webrtc
3 years, 7 months ago (2017-05-02 14:23:02 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.webrtc.org/2853273002/ by perkj@webrtc.org.

The reason for reverting is:
https://chromium.googlesource.com/external/webrtc/+/3c1e558449309be965815e1bf...

I suspect this breaks Chrome ios. 
https://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bu...
https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Ftryserver.chromium.mac%2...

Undefined symbols for architecture x86_64:
  "base::allocator::g_replaced_default_zone", referenced from:
      base::allocator::IsAllocatorInitialized() in libbase.a(allocator_check.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Traceback (most recent call last):
  File "../../build/toolchain/mac/linker_driver.py", line 229, in <module>
    Main(sys.argv)
  File "../../build/toolchain/mac/linker_driver.py", line 79, in Main
    subprocess.check_call(compiler_driver_args)
  File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
line 540, in check_call
    raise CalledProcessError(retcode, cmd).

Powered by Google App Engine
This is Rietveld 408576698