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

Side by Side Diff: third_party/opus/opus_arm_srcs.gypi

Issue 150103006: Enabling ARM optimizations for Opus on Android and ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« third_party/opus/opus.gyp ('K') | « third_party/opus/opus.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
Sergey Ulanov 2014/02/06 18:23:13 call this file opus_srcs_arm.gypi, for consistency
tlegrand1 2014/02/07 14:38:43 Done.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'sources': [
7 'src/celt/arm/arm_celt_map.c',
8 'src/celt/arm/armcpu.c',
9 'src/celt/arm/armcpu.h',
10 'src/celt/arm/celt_pitch_xcorr_arm_gnu.S',
11 'src/celt/arm/fixed_armv4.h',
12 'src/celt/arm/fixed_armv5e.h',
13 'src/celt/arm/kiss_fft_armv4.h',
14 'src/celt/arm/kiss_fft_armv5e.h',
15 'src/celt/pitch_arm.h',
16 'src/silk/arm/macro_armv4.h',
17 'src/silk/arm/macro_armv5e.h',
18 'src/silk/arm/SigProc_FIX_armv4.h',
19 'src/silk/arm/SigProc_FIX_armv5e.h',
20 ],
21 }
OLDNEW
« third_party/opus/opus.gyp ('K') | « third_party/opus/opus.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698