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

Unified Diff: webrtc/test/BUILD.gn

Issue 2908973005: Fixing absolute path that was breaking chromium (Closed)
Patch Set: Fixing common_video typo Created 3 years, 7 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/sdk/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 252e638a76f4af4ac92fa2e875d47aa279f921e8..bf8e59dc6cf9c297e12dc8370156725e8cb52414 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -317,7 +317,7 @@ rtc_source_set("fileutils") {
if (is_ios) {
sources += [ "testsupport/iosfileutils.mm" ]
deps = [
- "//webrtc/sdk:objc_common",
+ "../sdk:objc_common",
]
}
visibility = [ ":*" ]
« no previous file with comments | « webrtc/sdk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698