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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2393133007: Using relative path for GN for iOS. (Closed)
Patch Set: Remove the && \!is_ios check that was added, that is not needed. Created 4 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/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index f4402c8b452b3a90b516cf44c829a849589c7102..e22ad344abc69aae3b05ffc47a292b60c337bde0 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -267,8 +267,8 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
deps = [
":rtc_sdk_peerconnection_objc",
- "//webrtc/system_wrappers:field_trial_default",
- "//webrtc/system_wrappers:metrics_default",
+ "../system_wrappers:field_trial_default",
+ "../system_wrappers:metrics_default",
]
libs = [
@@ -309,8 +309,8 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
deps = [
":rtc_sdk_peerconnection_objc",
- "//webrtc/system_wrappers:field_trial_default",
- "//webrtc/system_wrappers:metrics_default",
+ "../system_wrappers:field_trial_default",
+ "../system_wrappers:metrics_default",
]
libs = [
« 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