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

Unified Diff: cc/stubs/config.h

Issue 11410021: Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: cc/stubs/config.h
diff --git a/cc/stubs/config.h b/cc/stubs/config.h
index df9b7260f3e589540017c24a1790403cf995f3b3..0c3ec76b6212d865886f2e261fa7a73d8e9f8fb5 100644
--- a/cc/stubs/config.h
+++ b/cc/stubs/config.h
@@ -7,6 +7,7 @@
// Chromium's LOG() macro collides with one from WTF.
+#if 0
#if INSIDE_WEBKIT_BUILD
jamesr 2012/11/10 01:12:18 just delete this file
piman 2012/11/10 01:28:36 Doh, I meant to. Done.
#include "Source/WTF/config.h"
#else
@@ -17,5 +18,6 @@
#ifdef LOG
#undef LOG
#endif
+#endif
#endif // CC_STUBS_CONFIG_H_

Powered by Google App Engine
This is Rietveld 408576698