commit | 35a32700fc9b5d932ddbd528c12f59c3274e4774 | [log] [tgz] |
---|---|---|
author | mbonadei <mbonadei@webrtc.org> | Tue Jan 24 04:49:35 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 24 12:49:35 2017 +0000 |
tree | 2f4f5c1b33bb5f6fc93f92fe815e21dc46c8b2e9 | |
parent | 62d02c328de2e882f580f28a6fbcbd9fd9e48b1e [diff] [blame] |
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}
diff --git a/webrtc/modules/audio_coding/audio_coding.gni b/webrtc/modules/audio_coding/audio_coding.gni index 13577f8..0f3a75f 100644 --- a/webrtc/modules/audio_coding/audio_coding.gni +++ b/webrtc/modules/audio_coding/audio_coding.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) {