Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2365383004: Moved Gn target rtc_event_log to one directory above (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index 8ea5328114944baec0fc50f936b895ecaf64ce44..8450d1dce3094efbad4d8e7c09fa6228d70e1420 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -89,10 +89,10 @@ rtc_static_library("voice_engine") {
]
deps = [
":level_indicator",
- "..:rtc_event_log",
"..:webrtc_common",
"../api:call_api",
"../base:rtc_base_approved",
+ "../call:rtc_event_log",
"../common_audio",
"../modules/audio_conference_mixer",
"../modules/audio_device",
@@ -244,7 +244,7 @@ if (rtc_include_tests) {
":voice_engine",
"//testing/gtest",
"//third_party/gflags",
- "//webrtc:rtc_event_log",
+ "//webrtc/call:rtc_event_log",
"//webrtc/system_wrappers",
"//webrtc/system_wrappers:system_wrappers_default",
"//webrtc/test:test_support",
@@ -271,7 +271,7 @@ if (rtc_include_tests) {
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
- "//webrtc/:rtc_event_log",
+ "//webrtc/call:rtc_event_log",
"//webrtc/modules/video_capture",
"//webrtc/system_wrappers",
"//webrtc/system_wrappers/:system_wrappers_default",
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698