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

Unified Diff: webrtc/BUILD.gn

Issue 2999703002: Removing EXPAT_RELATIVE_PATH and rtc_relative_path (Closed)
Patch Set: Rebasing Created 3 years, 4 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 | « no previous file | webrtc/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index b917566891835d6ab3c51f7eb69787cf8e2f3b92..1af5e804af1a417fb4e353ed453d9cd7c7a66dd8 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -43,7 +43,6 @@ config("common_inherited_config") {
# TODO(kjellander): Cleanup unused ones and move defines closer to
# the source when webrtc:4256 is completed.
"FEATURE_ENABLE_VOICEMAIL",
- "EXPAT_RELATIVE_PATH",
"GTEST_RELATIVE_PATH",
"WEBRTC_CHROMIUM_BUILD",
]
@@ -125,10 +124,6 @@ config("common_config") {
defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
}
- if (rtc_relative_path) {
- defines += [ "EXPAT_RELATIVE_PATH" ]
- }
-
if (!rtc_libvpx_build_vp9) {
defines += [ "RTC_DISABLE_VP9" ]
}
« no previous file with comments | « no previous file | webrtc/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698