Index: webrtc/webrtc.gni |
diff --git a/webrtc/build/webrtc.gni b/webrtc/webrtc.gni |
similarity index 99% |
rename from webrtc/build/webrtc.gni |
rename to webrtc/webrtc.gni |
index d179ed4e7dbda3822daa454b986ae409cfe0ef39..53dcae2b7c862d9b6b3d21b986fa2c763d8050c6 100644 |
--- a/webrtc/build/webrtc.gni |
+++ b/webrtc/webrtc.gni |
@@ -178,7 +178,7 @@ rtc_desktop_capture_supported = is_win || is_mac || is_linux |
# chromium. |
# We need absolute paths for all configs in templates as they are shared in |
# different subdirectories. |
-webrtc_root = get_path_info("../", "abspath") |
+webrtc_root = get_path_info(".", "abspath") |
# Global configuration that should be applied to all WebRTC targets. |
# You normally shouldn't need to include this in your target as it's |