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

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

Issue 2310613002: Inline GPU and opus GYP files into GN build. (Closed)
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « third_party/opus/opus_srcs.gypi ('k') | third_party/opus/opus_srcs_rtcd.gypi » ('j') | 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.
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/fixed_arm64.h',
8 'src/celt/arm/fixed_armv4.h',
9 'src/celt/arm/fixed_armv5e.h',
10 'src/celt/arm/kiss_fft_armv4.h',
11 'src/celt/arm/kiss_fft_armv5e.h',
12 'src/celt/arm/pitch_arm.h',
13 'src/silk/arm/macros_arm64.h',
14 'src/silk/arm/macros_armv4.h',
15 'src/silk/arm/macros_armv5e.h',
16 'src/silk/arm/SigProc_FIX_armv4.h',
17 'src/silk/arm/SigProc_FIX_armv5e.h',
18 ],
19 }
OLDNEW
« no previous file with comments | « third_party/opus/opus_srcs.gypi ('k') | third_party/opus/opus_srcs_rtcd.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698