OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 import("../../webrtc.gni") | 9 import("../../webrtc.gni") |
10 import("//build/config/android/config.gni") | 10 import("//build/config/android/config.gni") |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 ":peerconnection_jni", | 144 ":peerconnection_jni", |
145 "../..:webrtc_common", | 145 "../..:webrtc_common", |
146 "../../api:libjingle_peerconnection_api", | 146 "../../api:libjingle_peerconnection_api", |
147 "../../api:video_frame_api", | 147 "../../api:video_frame_api", |
148 "../../api/video_codecs:video_codecs_api", | 148 "../../api/video_codecs:video_codecs_api", |
149 "../../common_video:common_video", | 149 "../../common_video:common_video", |
150 "../../media:rtc_audio_video", | 150 "../../media:rtc_audio_video", |
151 "../../media:rtc_media_base", | 151 "../../media:rtc_media_base", |
152 "../../modules:module_api", | 152 "../../modules:module_api", |
153 "../../modules/utility:utility", | 153 "../../modules/utility:utility", |
| 154 "../../modules/video_coding:codec_globals_headers", |
154 "../../modules/video_coding:video_coding_utility", | 155 "../../modules/video_coding:video_coding_utility", |
155 "../../rtc_base:rtc_base", | 156 "../../rtc_base:rtc_base", |
156 "../../rtc_base:rtc_base_approved", | 157 "../../rtc_base:rtc_base_approved", |
157 "../../rtc_base:rtc_task_queue", | 158 "../../rtc_base:rtc_task_queue", |
158 "../../rtc_base:sequenced_task_checker", | 159 "../../rtc_base:sequenced_task_checker", |
159 "../../rtc_base:weak_ptr", | 160 "../../rtc_base:weak_ptr", |
160 "../../system_wrappers:system_wrappers", | 161 "../../system_wrappers:system_wrappers", |
161 ] | 162 ] |
162 | 163 |
163 if (rtc_build_libyuv) { | 164 if (rtc_build_libyuv) { |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 "//third_party/android_support_test_runner:runner_java", | 516 "//third_party/android_support_test_runner:runner_java", |
516 "//third_party/junit", | 517 "//third_party/junit", |
517 ] | 518 ] |
518 | 519 |
519 shared_libraries = [ "../../sdk/android:libjingle_peerconnection_so" ] | 520 shared_libraries = [ "../../sdk/android:libjingle_peerconnection_so" ] |
520 | 521 |
521 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 | 522 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 |
522 no_build_hooks = true | 523 no_build_hooks = true |
523 } | 524 } |
524 } | 525 } |
OLD | NEW |