OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |