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

Unified Diff: webrtc/sound/BUILD.gn

Issue 1419953003: Fix for Mac GN BUILD. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/BUILD.gn
diff --git a/webrtc/sound/BUILD.gn b/webrtc/sound/BUILD.gn
index 82bfdd104e8ceb558ba841efcec5099dfe49f013..82c6d778f19081aa9295174038d4e80af351d8bb 100644
--- a/webrtc/sound/BUILD.gn
+++ b/webrtc/sound/BUILD.gn
@@ -35,7 +35,7 @@ static_library("rtc_sound") {
}
deps = [
- "//webrtc/base:rtc_base",
+ "../base:rtc_base",
]
if (is_linux) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698