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

Unified Diff: webrtc/base/BUILD.gn

Issue 2452373002: Testing if 2442743002 is causing problems. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index aed11586b5340b26484d79b4d5a09f2b97513ab5..a727a8fd899a2365ba98951902380ac6ad5a7625 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -37,7 +37,10 @@ config("rtc_base_approved_all_dependent_config") {
}
config("rtc_base_config") {
- defines = [ "FEATURE_ENABLE_SSL" ]
+ defines = [
+ "FEATURE_ENABLE_SSL",
+ "LOGGING=1",
+ ]
}
config("rtc_base_chromium_config") {
@@ -360,7 +363,6 @@ rtc_static_library("rtc_base") {
cflags = []
cflags_cc = []
libs = []
- defines = []
deps = [
"..:webrtc_common",
]
@@ -379,6 +381,7 @@ rtc_static_library("rtc_base") {
]
all_dependent_configs = [ ":rtc_base_all_dependent_config" ]
+ defines = [ "LOGGING=1" ]
sources = [
"applefilesystem.mm",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698