| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index 168207bec25599bee3a08ae132921d0e946ea217..b31a07c83da4322974da14a3367082f03a6edf6b 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -82,10 +82,6 @@
|
| # build/config/linux/pkg-config.py dbus-glib-1 returns correct include
|
| # dirs on Linux.
|
| all_dependent_configs = [ "dbus-glib" ]
|
| - }
|
| -
|
| - if (rtc_relative_path) {
|
| - defines += [ "EXPAT_RELATIVE_PATH" ]
|
| }
|
|
|
| if (build_with_chromium) {
|
| @@ -186,13 +182,11 @@
|
|
|
| deps = [
|
| ":webrtc_common",
|
| - "api",
|
| "audio",
|
| "base:rtc_base",
|
| "call",
|
| "common_audio",
|
| "common_video",
|
| - "media",
|
| "modules/audio_coding",
|
| "modules/audio_conference_mixer",
|
| "modules/audio_device",
|
| @@ -204,8 +198,6 @@
|
| "modules/utility",
|
| "modules/video_coding",
|
| "modules/video_processing",
|
| - "p2p",
|
| - "pc",
|
| "system_wrappers",
|
| "tools",
|
| "video",
|
|
|