Moved Gn target rtc_event_log to one directory above.

This is done to ensure GN targets are placed in the same directory as of the source files.

BUG=webrtc:6412
NOTRY=True

Review-Url: https://codereview.webrtc.org/2365383004
Cr-Commit-Position: refs/heads/master@{#14411}
This commit is contained in:
charujain
2016-09-28 00:48:57 -07:00
committed by Commit bot
parent b7446d7101
commit 89a3a1a363
7 changed files with 35 additions and 35 deletions

View File

@ -117,7 +117,7 @@ rtc_static_library("audio_coding") {
":audio_network_adaptor",
":neteq",
":rent_a_codec",
"../..:rtc_event_log",
"../../call:rtc_event_log",
]
defines = audio_coding_defines
}