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

Unified Diff: webrtc/build/common.gypi

Issue 1945803003: Revert of Remove the rtc_relative_path GYP variable and similar defines (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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/base/gunit_prod.h ('k') | webrtc/libjingle/xmllite/xmlbuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index 948cc8a9e9e16814fa3a36c03b404eaf40fe6fd3..f8446d9f91bce9e16aa52cd9dfc5df9ae293007e 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -64,6 +64,7 @@
'webrtc_vp9_dir%': '<(webrtc_vp9_dir)',
'include_ilbc%': '<(include_ilbc)',
'include_opus%': '<(include_opus)',
+ 'rtc_relative_path%': 1,
'external_libraries%': '0',
'json_root%': '<(DEPTH)/third_party/jsoncpp/source/include/',
# openssl needs to be defined or gyp will complain. Is is only used when
@@ -236,6 +237,9 @@
'cflags': [
'<!@(pkg-config --cflags dbus-glib-1)',
],
+ }],
+ ['rtc_relative_path==1', {
+ 'defines': ['EXPAT_RELATIVE_PATH',],
}],
['os_posix==1', {
'configurations': {
« no previous file with comments | « webrtc/base/gunit_prod.h ('k') | webrtc/libjingle/xmllite/xmlbuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698