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

Side by Side Diff: webrtc/build/common.gypi

Issue 1612443002: Create local copy of Opus v1.1.2 Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: testing if neteq4_opus_network_stats.dat.sha1 needs to be updated Created 4 years, 11 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
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # This file contains common settings for building WebRTC components. 9 # This file contains common settings for building WebRTC components.
10 10
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 }, 46 },
47 'build_with_chromium%': '<(build_with_chromium)', 47 'build_with_chromium%': '<(build_with_chromium)',
48 'build_with_mozilla%': '<(build_with_mozilla)', 48 'build_with_mozilla%': '<(build_with_mozilla)',
49 'webrtc_root%': '<(webrtc_root)', 49 'webrtc_root%': '<(webrtc_root)',
50 'apk_tests_path%': '<(apk_tests_path)', 50 'apk_tests_path%': '<(apk_tests_path)',
51 'modules_java_gyp_path%': '<(modules_java_gyp_path)', 51 'modules_java_gyp_path%': '<(modules_java_gyp_path)',
52 'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8', 52 'webrtc_vp8_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp8',
53 'webrtc_vp9_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp9', 53 'webrtc_vp9_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp9',
54 'include_ilbc%': '<(include_ilbc)', 54 'include_ilbc%': '<(include_ilbc)',
55 'include_opus%': '<(include_opus)', 55 'include_opus%': '<(include_opus)',
56 'opus_dir%': '<(DEPTH)/third_party/opus', 56 'opus_dir%': '<(DEPTH)/webrtc/modules/audio_coding/codecs/opus/opus',
57 }, 57 },
58 'build_with_chromium%': '<(build_with_chromium)', 58 'build_with_chromium%': '<(build_with_chromium)',
59 'build_with_mozilla%': '<(build_with_mozilla)', 59 'build_with_mozilla%': '<(build_with_mozilla)',
60 'webrtc_root%': '<(webrtc_root)', 60 'webrtc_root%': '<(webrtc_root)',
61 'apk_tests_path%': '<(apk_tests_path)', 61 'apk_tests_path%': '<(apk_tests_path)',
62 'modules_java_gyp_path%': '<(modules_java_gyp_path)', 62 'modules_java_gyp_path%': '<(modules_java_gyp_path)',
63 'webrtc_vp8_dir%': '<(webrtc_vp8_dir)', 63 'webrtc_vp8_dir%': '<(webrtc_vp8_dir)',
64 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)', 64 'webrtc_vp9_dir%': '<(webrtc_vp9_dir)',
65 'include_ilbc%': '<(include_ilbc)', 65 'include_ilbc%': '<(include_ilbc)',
66 'include_opus%': '<(include_opus)', 66 'include_opus%': '<(include_opus)',
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 # of a more specific macro. 464 # of a more specific macro.
465 'defines': [ 465 'defines': [
466 'WEBRTC_POSIX', 466 'WEBRTC_POSIX',
467 ], 467 ],
468 }], 468 }],
469 ], 469 ],
470 }, 470 },
471 }, # target_defaults 471 }, # target_defaults
472 } 472 }
473 473
OLDNEW
« no previous file with comments | « resources/short_mixed_mono_48_arm.dat.sha1 ('k') | webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698