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

Unified Diff: webrtc/webrtc.gni

Issue 2651543003: Moving webrtc.gni up one level from build/ (Closed)
Patch Set: Created 3 years, 11 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/voice_engine/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webrtc/voice_engine/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698