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

Unified Diff: third_party/WebKit/Source/config.gni

Issue 2240043002: Remove WTF_LOG(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: foo Created 4 years, 4 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 | « content/test/blink_test_environment.cc ('k') | third_party/WebKit/Source/platform/Logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/config.gni
diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
index db0d2295d1b990450be23bb45acd29490269f352..5c3805b6f4cebd6dbc7c845b89bb07af48a29a84 100644
--- a/third_party/WebKit/Source/config.gni
+++ b/third_party/WebKit/Source/config.gni
@@ -17,8 +17,8 @@ declare_args() {
# size of the binary and increasing the speed of gdb.
remove_webcore_debug_symbols = false
- # If true, enables blink logging macros (WTF_LOG and friends) unconditionally.
- # When false, blink logging macros are enabled only if assertions are enabled.
+ # If true, enables WTF::ScopedLogger unconditionally.
+ # When false, WTF::ScopedLogger is enabled only if assertions are enabled.
blink_logging_always_on = false
# If true, defaults image interpolation to low quality.
« no previous file with comments | « content/test/blink_test_environment.cc ('k') | third_party/WebKit/Source/platform/Logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698