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

Unified Diff: webrtc/BUILD.gn

Issue 2037983002: Reland 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: New changes 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 07f2fe998d37982aaa5a626c3c50bd1abf8bf37a..cdaa78e79d9b144e7811e7dd61b097bed0fb8ee5 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -113,6 +113,10 @@ config("common_config") {
all_dependent_configs = [ "dbus-glib" ]
}
+ if (rtc_relative_path) {
+ defines += [ "EXPAT_RELATIVE_PATH" ]
+ }
+
if (build_with_chromium) {
defines += [
# NOTICE: Since common_inherited_config is used in public_configs for our
@@ -233,11 +237,15 @@ source_set("webrtc") {
deps = [
":webrtc_common",
+
+ #"api", # TODO(kjellander): Enable when bugs.webrtc.org/4256 is fixed.
"audio",
"base:rtc_base",
"call",
"common_audio",
"common_video",
+
+ #"media", # TODO(kjellander): Enable when bugs.webrtc.org/4256 is fixed.
"modules/audio_coding",
"modules/audio_conference_mixer",
"modules/audio_device",
@@ -249,6 +257,9 @@ source_set("webrtc") {
"modules/utility",
"modules/video_coding",
"modules/video_processing",
+
+ #"p2p", # TODO(kjellander): Enable when bugs.webrtc.org/4256 is fixed.
+ #"pc", # TODO(kjellander): Enable when bugs.webrtc.org/4256 is fixed.
"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