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:
mbonadei
2017-01-24 04:49:35 -08:00
committed by Commit bot
parent 62d02c328d
commit 35a32700fc
42 changed files with 42 additions and 42 deletions

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("webrtc/build/webrtc.gni") import("webrtc/webrtc.gni")
group("default") { group("default") {
testonly = true testonly = true

View File

@ -10,7 +10,7 @@
import("//build/config/linux/pkg_config.gni") import("//build/config/linux/pkg_config.gni")
import("//build/config/sanitizers/sanitizers.gni") import("//build/config/sanitizers/sanitizers.gni")
import("build/webrtc.gni") import("webrtc.gni")
import("//third_party/protobuf/proto_library.gni") import("//third_party/protobuf/proto_library.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
rtc_static_library("audio") { rtc_static_library("audio") {
sources = [ sources = [

View File

@ -5,7 +5,7 @@
# tree. An additional intellectual property rights grant can be found # tree. An additional intellectual property rights grant can be found
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
group("utility") { group("utility") {
public_deps = [ public_deps = [

View File

@ -8,7 +8,7 @@
import("//build/config/crypto.gni") import("//build/config/crypto.gni")
import("//build/config/ui.gni") import("//build/config/ui.gni")
import("../build/webrtc.gni") import("../webrtc.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
rtc_source_set("call_interfaces") { rtc_source_set("call_interfaces") {
sources = [ sources = [

View File

@ -7,7 +7,7 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//build/config/arm.gni") import("//build/config/arm.gni")
import("../build/webrtc.gni") import("../webrtc.gni")
config("common_audio_config") { config("common_audio_config") {
include_dirs = [ include_dirs = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
config("common_video_config") { config("common_video_config") {
include_dirs = [ include_dirs = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
import("//third_party/protobuf/proto_library.gni") import("//third_party/protobuf/proto_library.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")

View File

@ -7,7 +7,7 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//build/config/linux/pkg_config.gni") import("//build/config/linux/pkg_config.gni")
import("../build/webrtc.gni") import("../webrtc.gni")
group("media") { group("media") {
public_deps = [ public_deps = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") import("audio_coding/audio_coding.gni")
group("modules") { group("modules") {

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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("audio_coding.gni")
import("//build/config/arm.gni") import("//build/config/arm.gni")
import("//third_party/protobuf/proto_library.gni") import("//third_party/protobuf/proto_library.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
audio_codec_defines = [] audio_codec_defines = []
if (rtc_include_ilbc) { if (rtc_include_ilbc) {

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") { config("audio_conference_mixer_config") {
visibility = [ ":*" ] # Only targets in this file can depend on this. visibility = [ ":*" ] # Only targets in this file can depend on this.

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
group("audio_mixer") { group("audio_mixer") {
public_deps = [ public_deps = [

View File

@ -8,7 +8,7 @@
import("//build/config/arm.gni") import("//build/config/arm.gni")
import("//third_party/protobuf/proto_library.gni") import("//third_party/protobuf/proto_library.gni")
import("../../build/webrtc.gni") import("../../webrtc.gni")
declare_args() { declare_args() {
# Disables the usual mode where we trust the reported system delay # Disables the usual mode where we trust the reported system delay

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") { rtc_static_library("bitrate_controller") {
# TODO(mbonadei): Remove (bugs.webrtc.org/6828) # TODO(mbonadei): Remove (bugs.webrtc.org/6828)

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") { rtc_static_library("congestion_controller") {
sources = [ sources = [

View File

@ -7,7 +7,7 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//build/config/ui.gni") import("//build/config/ui.gni")
import("../../build/webrtc.gni") import("../../webrtc.gni")
use_desktop_capture_differ_sse2 = current_cpu == "x86" || current_cpu == "x64" use_desktop_capture_differ_sse2 = current_cpu == "x86" || current_cpu == "x64"

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
config("media_file_config") { config("media_file_config") {
visibility = [ ":*" ] # Only targets in this file can depend on this. visibility = [ ":*" ] # Only targets in this file can depend on this.

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
rtc_static_library("pacing") { rtc_static_library("pacing") {
sources = [ sources = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") { rtc_static_library("remote_bitrate_estimator") {
# TODO(mbonadei): Remove (bugs.webrtc.org/6828) # TODO(mbonadei): Remove (bugs.webrtc.org/6828)

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") { rtc_static_library("rtp_rtcp") {
sources = [ sources = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
rtc_static_library("utility") { rtc_static_library("utility") {
sources = [ sources = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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. # Note this target is missing an implementation for the video capture.
# Targets must link with either 'video_capture' or # Targets must link with either 'video_capture' or

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # 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") { rtc_static_library("video_coding") {
sources = [ sources = [

View File

@ -7,7 +7,7 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//build/config/arm.gni") import("//build/config/arm.gni")
import("../../build/webrtc.gni") import("../../webrtc.gni")
build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64" build_video_processing_sse2 = current_cpu == "x86" || current_cpu == "x64"

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
group("p2p") { group("p2p") {
public_deps = [ public_deps = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
if (is_android) { if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
if (is_ios) { if (is_ios) {
import("//build/config/ios/rules.gni") import("//build/config/ios/rules.gni")
} }

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//webrtc/build/webrtc.gni") import("//webrtc/webrtc.gni")
import("//build/config/android/config.gni") import("//build/config/android/config.gni")
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
group("stats") { group("stats") {
public_deps = [ public_deps = [

View File

@ -10,7 +10,7 @@ if (is_android) {
import("//build/config/android/config.gni") import("//build/config/android/config.gni")
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")
} }
import("../build/webrtc.gni") import("../webrtc.gni")
rtc_static_library("system_wrappers") { rtc_static_library("system_wrappers") {
sources = [ sources = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
import("//build/config/ui.gni") import("//build/config/ui.gni")
if (is_android) { if (is_android) {
import("//build/config/android/rules.gni") import("//build/config/android/rules.gni")

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../../build/webrtc.gni") import("../../webrtc.gni")
import("//build/config/features.gni") import("//build/config/features.gni")
import("//testing/libfuzzer/fuzzer_test.gni") import("//testing/libfuzzer/fuzzer_test.gni")

View File

@ -7,7 +7,7 @@
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("//third_party/protobuf/proto_library.gni") import("//third_party/protobuf/proto_library.gni")
import("../build/webrtc.gni") import("../webrtc.gni")
group("tools") { group("tools") {
# This target shall build all targets in tools/. # This target shall build all targets in tools/.

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
rtc_static_library("video") { rtc_static_library("video") {
sources = [ sources = [

View File

@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may # in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree. # be found in the AUTHORS file in the root of the source tree.
import("../build/webrtc.gni") import("../webrtc.gni")
rtc_static_library("audio_coder") { rtc_static_library("audio_coder") {
sources = [ sources = [

View File

@ -178,7 +178,7 @@ rtc_desktop_capture_supported = is_win || is_mac || is_linux
# chromium. # chromium.
# We need absolute paths for all configs in templates as they are shared in # We need absolute paths for all configs in templates as they are shared in
# different subdirectories. # different subdirectories.
webrtc_root = get_path_info("../", "abspath") webrtc_root = get_path_info(".", "abspath")
# Global configuration that should be applied to all WebRTC targets. # Global configuration that should be applied to all WebRTC targets.
# You normally shouldn't need to include this in your target as it's # You normally shouldn't need to include this in your target as it's