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

Issue 636083002: Remove obsoleted target_arch==armv7 from opus.gyp. (Closed)

Created:
6 years, 2 months ago by ajm
Modified:
6 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove obsoleted target_arch==armv7 from opus.gyp. - Modify rtcd usage to match the conditions in armcpu.c. - Make gyp and gn consistent. TBR=sergeyu BUG=webrtc:3906 Committed: https://crrev.com/cf18ab2e346a590462e6e1c3676845d4476c4261 Cr-Commit-Position: refs/heads/master@{#302449}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Add correct condition to gyp and gn. #

Patch Set 3 : Add missing cflags change to gn. #

Total comments: 4

Patch Set 4 : Rebase. #

Total comments: 7

Patch Set 5 : Use optimize_max with GN. #

Patch Set 6 : Use OS=="linux". #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -8 lines) Patch
M third_party/opus/BUILD.gn View 1 2 3 4 5 2 chunks +10 lines, -4 lines 0 comments Download
M third_party/opus/opus.gyp View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 39 (9 generated)
ajm
Henrik, if you lgtm this as-is, feel free to commit, as it's blocking fixing the ...
6 years, 2 months ago (2014-10-08 06:19:53 UTC) #2
kjellander_chromium
lgtm but I would like Tina to take a look as well. Ideally we would ...
6 years, 2 months ago (2014-10-08 07:24:04 UTC) #4
tlegrand1
Let me have a look, and consult Minyue. I think the opus.gyp file is the ...
6 years, 2 months ago (2014-10-08 09:03:27 UTC) #5
ajm
OK, gyp and gn are now consistent. The condition for enabling rtcd is correct AFAICT. ...
6 years, 2 months ago (2014-10-08 15:55:01 UTC) #6
tlegrand1
On 2014/10/08 15:55:01, ajm wrote: > OK, gyp and gn are now consistent. The condition ...
6 years, 2 months ago (2014-10-08 16:03:09 UTC) #7
ajm
On 2014/10/08 16:03:09, tlegrand1 wrote: > Minyue is having a look, so please wait for ...
6 years, 2 months ago (2014-10-08 18:10:22 UTC) #8
minyue
https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp File third_party/opus/opus.gyp (right): https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp#newcode8 third_party/opus/opus.gyp:8: ['target_arch=="arm" or target_arch=="arm64"', { Has armv7 become arm in ...
6 years, 2 months ago (2014-10-09 07:49:54 UTC) #10
ajm
https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp File third_party/opus/opus.gyp (right): https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp#newcode8 third_party/opus/opus.gyp:8: ['target_arch=="arm" or target_arch=="arm64"', { On 2014/10/09 07:49:53, minyue wrote: ...
6 years, 2 months ago (2014-10-09 15:29:32 UTC) #11
minyue
https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp File third_party/opus/opus.gyp (left): https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp#oldcode18 third_party/opus/opus.gyp:18: ['target_arch=="arm"', { With deprecation of armv7, did iOS already ...
6 years, 2 months ago (2014-10-09 15:38:10 UTC) #12
ajm
https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp File third_party/opus/opus.gyp (left): https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp#oldcode18 third_party/opus/opus.gyp:18: ['target_arch=="arm"', { On 2014/10/09 15:38:10, minyue wrote: > With ...
6 years, 2 months ago (2014-10-09 15:42:41 UTC) #13
minyue
On 2014/10/09 15:42:41, ajm wrote: > https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp > File third_party/opus/opus.gyp (left): > > https://codereview.chromium.org/636083002/diff/40001/third_party/opus/opus.gyp#oldcode18 > ...
6 years, 2 months ago (2014-10-09 21:05:27 UTC) #14
ajm
Sergey, can you give this an owner stamp?
6 years, 2 months ago (2014-10-10 00:42:18 UTC) #16
tlegrand1
6 years, 2 months ago (2014-10-10 06:42:50 UTC) #17
tlegrand1
On 2014/10/10 06:42:50, tlegrand1 wrote: Hmmm, my text disappeared. I don't think Opus is built ...
6 years, 2 months ago (2014-10-10 06:44:54 UTC) #18
chromium-reviews
I will try. If I cannot get results today. I will make it over the ...
6 years, 2 months ago (2014-10-10 08:04:23 UTC) #19
ajm
On 2014/10/10 06:44:54, tlegrand1 wrote: > On 2014/10/10 06:42:50, tlegrand1 wrote: > > Hmmm, my ...
6 years, 2 months ago (2014-10-10 17:41:15 UTC) #20
tlegrand1
On 2014/10/10 17:41:15, ajm wrote: > On 2014/10/10 06:44:54, tlegrand1 wrote: > > On 2014/10/10 ...
6 years, 2 months ago (2014-10-11 08:24:33 UTC) #21
ajm
Sergey, can you have a quick look for OWNER approval?
6 years, 2 months ago (2014-10-17 16:33:16 UTC) #22
ajm
TBRing to Sergey.
6 years, 1 month ago (2014-10-24 19:17:51 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/636083002/140001
6 years, 1 month ago (2014-10-24 19:18:56 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux () android_chromium_gn_compile_rel on tryserver.chromium.linux ()
6 years, 1 month ago (2014-10-24 19:46:06 UTC) #27
ajm
Brett, could you have a look at my GN question if you get a chance? ...
6 years, 1 month ago (2014-10-24 19:57:30 UTC) #29
brettw
https://codereview.chromium.org/636083002/diff/140001/third_party/opus/BUILD.gn File third_party/opus/BUILD.gn (right): https://codereview.chromium.org/636083002/diff/140001/third_party/opus/BUILD.gn#newcode88 third_party/opus/BUILD.gn:88: cflags -= [ "-Os" ] # Note addition of ...
6 years, 1 month ago (2014-10-24 23:36:19 UTC) #30
ajm
Tina, Minyue: this brings up an interesting point. Do we really only want to have ...
6 years, 1 month ago (2014-10-24 23:53:51 UTC) #31
brettw
lgtm https://codereview.chromium.org/636083002/diff/140001/third_party/opus/BUILD.gn File third_party/opus/BUILD.gn (right): https://codereview.chromium.org/636083002/diff/140001/third_party/opus/BUILD.gn#newcode88 third_party/opus/BUILD.gn:88: cflags -= [ "-Os" ] Oh yes, you're ...
6 years, 1 month ago (2014-10-25 15:58:06 UTC) #32
ajm
https://codereview.chromium.org/636083002/diff/140001/third_party/opus/opus.gyp File third_party/opus/opus.gyp (right): https://codereview.chromium.org/636083002/diff/140001/third_party/opus/opus.gyp#newcode18 third_party/opus/opus.gyp:18: ['target_arch=="arm" and (OS=="win" or OS=="android" or desktop_linux==1 or chromeos==1)', ...
6 years, 1 month ago (2014-10-26 18:20:31 UTC) #34
tlegrand1
Sorry for late reply Andrew, on your question "Do we really only want to have ...
6 years, 1 month ago (2014-11-03 11:27:34 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/636083002/200001
6 years, 1 month ago (2014-11-03 16:39:27 UTC) #37
commit-bot: I haz the power
Committed patchset #6 (id:200001)
6 years, 1 month ago (2014-11-03 18:20:57 UTC) #38
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 18:22:14 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cf18ab2e346a590462e6e1c3676845d4476c4261
Cr-Commit-Position: refs/heads/master@{#302449}

Powered by Google App Engine
This is Rietveld 408576698