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

Unified Diff: third_party/libjingle/README.chromium

Issue 225001: Use base/logging from chrome/browser/sync. Add a macro to libjingle's (Closed)
Patch Set: Added README.chromium Created 11 years, 3 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
Index: third_party/libjingle/README.chromium
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium
index 47017445abe230b04761f4a276ab50cc313b407c..d2c362d67285b6b4813f68ac4cb0ef5d057487b3 100644
--- a/third_party/libjingle/README.chromium
+++ b/third_party/libjingle/README.chromium
@@ -32,3 +32,6 @@ Local Modifications:
* Removed Makefile.in files, *.sln, *.vcproj.
* Removed "examples", "thirdparty", and "sessions" directories.
* Removed a number of unneeded scope specifications to appease gcc.
+ * Added a #define guard to libjingle's base/logging.h to prevent the
+ LOG() macros from being redefined when included by users of the
+ library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS.

Powered by Google App Engine
This is Rietveld 408576698