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

Unified Diff: webrtc/test/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/sdk/android/BUILD.gn ('k') | webrtc/video/BUILD.gn » ('j') | 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 f54a62252db21efec8ff951d10c4b806af0088c1..2719db451dd2dcd37263020818cf43bf15493509 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -249,13 +249,13 @@ if (!build_with_chromium) {
}
test_support_unittests_resources = [
- "//resources/foreman_cif_short.yuv",
- "//resources/video_coding/frame-ethernet-ii.pcap",
- "//resources/video_coding/frame-loopback.pcap",
- "//resources/video_coding/pltype103.rtp",
- "//resources/video_coding/pltype103_header_only.rtp",
- "//resources/video_coding/ssrcs-2.pcap",
- "//resources/video_coding/ssrcs-3.pcap",
+ "../../resources/foreman_cif_short.yuv",
+ "../../resources/video_coding/frame-ethernet-ii.pcap",
+ "../../resources/video_coding/frame-loopback.pcap",
+ "../../resources/video_coding/pltype103.rtp",
+ "../../resources/video_coding/pltype103_header_only.rtp",
+ "../../resources/video_coding/ssrcs-2.pcap",
+ "../../resources/video_coding/ssrcs-3.pcap",
]
if (is_ios) {
@@ -606,8 +606,8 @@ if (!build_with_chromium && is_android) {
"android/org/webrtc/native_test/RTCNativeUnitTestActivity.java",
]
deps = [
+ "../rtc_base:base_java",
"//testing/android/native_test:native_test_java",
- "//webrtc/rtc_base:base_java",
]
}
}
« no previous file with comments | « webrtc/sdk/android/BUILD.gn ('k') | webrtc/video/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698