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

Unified Diff: webrtc/rtc_tools/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/pc/BUILD.gn ('k') | webrtc/rtc_tools/network_tester/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/BUILD.gn
diff --git a/webrtc/rtc_tools/BUILD.gn b/webrtc/rtc_tools/BUILD.gn
index e224380cc793133830e34ef3984e1fc09892b09a..fac42f389b48c89d6976572a0477878e75bcb8c1 100644
--- a/webrtc/rtc_tools/BUILD.gn
+++ b/webrtc/rtc_tools/BUILD.gn
@@ -275,9 +275,9 @@ if (rtc_include_tests) {
}
tools_unittests_resources = [
- "//resources/foreman_cif.yuv",
- "//resources/reference_less_video_test_file.y4m",
- "//resources/video_quality_analysis_frame.txt",
+ "../../resources/foreman_cif.yuv",
+ "../../resources/reference_less_video_test_file.y4m",
+ "../../resources/video_quality_analysis_frame.txt",
]
if (is_ios) {
« no previous file with comments | « webrtc/pc/BUILD.gn ('k') | webrtc/rtc_tools/network_tester/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698