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

Unified Diff: webrtc/BUILD.gn

Issue 1975223002: Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/api/BUILD.gn » ('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 374e6526425713a48b328846045993f09d9cdb14..e1aeb45720577402d1692d2c1f6cc20db23309b7 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",
« no previous file with comments | « no previous file | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698