| Index: webrtc/build/common.gypi
|
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
|
| index f8446d9f91bce9e16aa52cd9dfc5df9ae293007e..948cc8a9e9e16814fa3a36c03b404eaf40fe6fd3 100644
|
| --- a/webrtc/build/common.gypi
|
| +++ b/webrtc/build/common.gypi
|
| @@ -64,7 +64,6 @@
|
| '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
|
| @@ -238,9 +237,6 @@
|
| '<!@(pkg-config --cflags dbus-glib-1)',
|
| ],
|
| }],
|
| - ['rtc_relative_path==1', {
|
| - 'defines': ['EXPAT_RELATIVE_PATH',],
|
| - }],
|
| ['os_posix==1', {
|
| 'configurations': {
|
| 'Debug_Base': {
|
|
|