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

Unified Diff: webrtc/base/BUILD.gn

Issue 2442743002: Remove LOGGING=1 define. (Closed)
Patch Set: Fixed some code paths Created 4 years, 2 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/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 908c7b77ca60dd180bbd551809caa5670f5fbf98..6c5a4bb3d88735699e25bc94032ddf23be06a60c 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -26,10 +26,7 @@ config("rtc_base_approved_all_dependent_config") {
}
config("rtc_base_config") {
- defines = [
- "FEATURE_ENABLE_SSL",
- "LOGGING=1",
- ]
+ defines = [ "FEATURE_ENABLE_SSL" ]
}
config("rtc_base_chromium_config") {
@@ -350,6 +347,7 @@ rtc_static_library("rtc_base") {
cflags = []
cflags_cc = []
libs = []
+ defines = []
deps = [
"..:webrtc_common",
]
@@ -368,7 +366,6 @@ 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