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

Unified Diff: webrtc/pc/BUILD.gn

Issue 2974863003: Use relative paths in GN files. (Closed)
Patch Set: Created 3 years, 5 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/p2p/BUILD.gn ('k') | webrtc/rtc_tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 2ff1a0af503a86c41f0a78919f6f9d059b646431..783fd67a554afaa0bda7028c7f30908fc91b900d 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -431,9 +431,9 @@ if (rtc_include_tests) {
"test/androidtestinitializer.h",
]
deps += [
+ "../sdk/android:libjingle_peerconnection_java",
+ "../sdk/android:libjingle_peerconnection_jni",
"//testing/android/native_test:native_test_support",
- "//webrtc/sdk/android:libjingle_peerconnection_java",
- "//webrtc/sdk/android:libjingle_peerconnection_jni",
]
}
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | webrtc/rtc_tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698