Moving webrtc.gni up one level from build/
BUG=webrtc:7030 Review-Url: https://codereview.webrtc.org/2651543003 Cr-Commit-Position: refs/heads/master@{#16241}
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../build/webrtc.gni")
|
||||
import("../webrtc.gni")
|
||||
import("audio_coding/audio_coding.gni")
|
||||
|
||||
group("modules") {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
import("audio_coding.gni")
|
||||
import("//build/config/arm.gni")
|
||||
import("//third_party/protobuf/proto_library.gni")
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
audio_codec_defines = []
|
||||
if (rtc_include_ilbc) {
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
config("audio_conference_mixer_config") {
|
||||
visibility = [ ":*" ] # Only targets in this file can depend on this.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
if (is_android) {
|
||||
import("//build/config/android/config.gni")
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
group("audio_mixer") {
|
||||
public_deps = [
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
import("//build/config/arm.gni")
|
||||
import("//third_party/protobuf/proto_library.gni")
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
declare_args() {
|
||||
# Disables the usual mode where we trust the reported system delay
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("bitrate_controller") {
|
||||
# TODO(mbonadei): Remove (bugs.webrtc.org/6828)
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("congestion_controller") {
|
||||
sources = [
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("//build/config/ui.gni")
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
use_desktop_capture_differ_sse2 = current_cpu == "x86" || current_cpu == "x64"
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
config("media_file_config") {
|
||||
visibility = [ ":*" ] # Only targets in this file can depend on this.
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("pacing") {
|
||||
sources = [
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("remote_bitrate_estimator") {
|
||||
# TODO(mbonadei): Remove (bugs.webrtc.org/6828)
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("rtp_rtcp") {
|
||||
sources = [
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("utility") {
|
||||
sources = [
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
# Note this target is missing an implementation for the video capture.
|
||||
# Targets must link with either 'video_capture' or
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# in the file PATENTS. All contributing project authors may
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
rtc_static_library("video_coding") {
|
||||
sources = [
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
# be found in the AUTHORS file in the root of the source tree.
|
||||
|
||||
import("//build/config/arm.gni")
|
||||
import("../../build/webrtc.gni")
|
||||
import("../../webrtc.gni")
|
||||
|
||||
build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user