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

Issue 608853002: Move speex into the chrome repo (Closed)

Created:
6 years, 2 months ago by brettw
Modified:
6 years, 2 months ago
CC:
chromium-reviews, iannucci
Base URL:
https://chromium.googlesource.com/chromium/src.git@pullpdf
Project:
chromium
Visibility:
Public.

Description

Move speex into the chrome repo This is a smaller library that is always checked out and depsed in. It seems there is no particular reason for it to be in a separate repo other than it makes changes more difficult. Committed: https://crrev.com/ef5e3c5c987cbf9fbd1a37743094847580d3e821 Cr-Commit-Position: refs/heads/master@{#297781}

Patch Set 1 #

Patch Set 2 : deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17182 lines, -5 lines) Patch
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M DEPS View 1 2 chunks +0 lines, -4 lines 0 comments Download
A third_party/speex/AUTHORS View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/speex/BUILD.gn View 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/speex/COPYING View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/speex/README View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/speex/README.chromium View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/speex/TODO View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex.h View 1 chunk +424 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_bits.h View 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_buffer.h View 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_callbacks.h View 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_config_types.h View 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_config_types.h.in View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_echo.h View 1 chunk +170 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_header.h View 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_jitter.h View 1 chunk +197 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_preprocess.h View 1 chunk +219 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_resampler.h View 1 chunk +340 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_stereo.h View 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/speex/include/speex/speex_types.h View 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/arch.h View 1 chunk +239 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/bits.c View 1 chunk +372 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/buffer.c View 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/cb_search.h View 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/cb_search.c View 1 chunk +612 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/exc_10_16_table.c View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/exc_10_32_table.c View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/exc_20_32_table.c View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/exc_5_256_table.c View 1 chunk +290 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/exc_5_64_table.c View 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/exc_8_128_table.c View 1 chunk +162 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/filters.h View 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/filters.c View 1 chunk +821 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/gain_table.c View 1 chunk +160 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/gain_table_lbr.c View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/hexc_10_32_table.c View 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/hexc_table.c View 1 chunk +162 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/high_lsp_tables.c View 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/lpc.h View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/lpc.c View 1 chunk +201 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/lsp.h View 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/lsp.c View 1 chunk +656 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/lsp_tables_nb.c View 1 chunk +360 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/ltp.h View 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/ltp.c View 1 chunk +839 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/math_approx.h View 1 chunk +332 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/modes.h View 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/modes.c View 1 chunk +366 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/modes_wb.c View 1 chunk +300 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/nb_celp.h View 1 chunk +203 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/nb_celp.c View 1 chunk +1903 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/os_support.h View 1 chunk +169 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/pseudofloat.h View 1 chunk +379 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/quant_lsp.h View 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/quant_lsp.c View 1 chunk +385 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/resample.c View 1 chunk +1131 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/sb_celp.h View 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/sb_celp.c View 1 chunk +1488 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/speex.c View 1 chunk +250 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/speex_callbacks.c View 1 chunk +144 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/speex_header.c View 1 chunk +200 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/stack_alloc.h View 1 chunk +115 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/stereo.c View 1 chunk +296 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/vbr.h View 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/vbr.c View 1 chunk +275 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/vq.h View 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/vq.c View 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/speex/libspeex/window.c View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/speex/speex.gyp View 1 chunk +94 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (5 generated)
brettw
6 years, 2 months ago (2014-09-26 18:11:58 UTC) #2
Paweł Hajdan Jr.
LGTM If possible please wait for M-A or Aaron to also take a look. I ...
6 years, 2 months ago (2014-09-26 18:53:46 UTC) #4
M-A Ruel
I think it's eric that wrote the code that handles this situation but I want ...
6 years, 2 months ago (2014-09-26 19:10:43 UTC) #6
borenet
On 2014/09/26 19:10:43, M-A Ruel wrote: > I think it's eric that wrote the code ...
6 years, 2 months ago (2014-09-26 19:18:21 UTC) #7
brettw
On 2014/09/26 19:18:21, borenet wrote: > On 2014/09/26 19:10:43, M-A Ruel wrote: > > I ...
6 years, 2 months ago (2014-09-26 19:20:12 UTC) #8
borenet
On 2014/09/26 19:20:12, brettw wrote: > On 2014/09/26 19:18:21, borenet wrote: > > On 2014/09/26 ...
6 years, 2 months ago (2014-09-26 19:22:54 UTC) #9
brettw
What do we think the right approach to landing this is then? Land it some ...
6 years, 2 months ago (2014-09-26 19:24:19 UTC) #10
borenet
On 2014/09/26 19:24:19, brettw wrote: > What do we think the right approach to landing ...
6 years, 2 months ago (2014-09-26 19:51:05 UTC) #11
agable
Even if we can't make gclient smart enough for this, we should be able to ...
6 years, 2 months ago (2014-09-29 08:59:51 UTC) #13
brettw
Any update on this? Try runs are green so tomorrow I'm going to assume this ...
6 years, 2 months ago (2014-09-30 04:15:56 UTC) #14
agable
On 2014/09/30 04:15:56, brettw wrote: > Any update on this? Try runs are green so ...
6 years, 2 months ago (2014-09-30 14:24:45 UTC) #15
agable
On 2014/09/30 04:15:56, brettw wrote: > Any update on this? Try runs are green so ...
6 years, 2 months ago (2014-09-30 14:24:46 UTC) #16
agable
On 2014/09/30 04:15:56, brettw wrote: > Any update on this? Try runs are green so ...
6 years, 2 months ago (2014-09-30 14:27:07 UTC) #17
Paweł Hajdan Jr.
On 2014/09/30 14:27:07, agable wrote: > Two solutions right now: > a) somehow teach bot_update ...
6 years, 2 months ago (2014-10-01 11:37:15 UTC) #18
brettw
On 2014/10/01 11:37:15, Paweł Hajdan Jr. wrote: > On 2014/09/30 14:27:07, agable wrote: > > ...
6 years, 2 months ago (2014-10-01 16:20:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/608853002/20001
6 years, 2 months ago (2014-10-02 04:15:06 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 4c91dbf90c03659e24b069509e5aef8e4d1d2070
6 years, 2 months ago (2014-10-02 04:20:01 UTC) #22
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/ef5e3c5c987cbf9fbd1a37743094847580d3e821 Cr-Commit-Position: refs/heads/master@{#297781}
6 years, 2 months ago (2014-10-02 04:20:39 UTC) #23
brettw
6 years, 2 months ago (2014-10-02 05:04:42 UTC) #24
Message was sent while issue was closed.
For the record, the answer to "what will happen" is that gclient does delete the
directory and the bot goes red on the runhooks step (since a .gypi is missing).
But a whitespace change or a force build puts the bot back into a good state and
everything can continue.

Powered by Google App Engine
This is Rietveld 408576698