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

Unified Diff: ui/base/view_prop.h

Issue 110283005: Make aura_demo work on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: ui/base/view_prop.h
diff --git a/ui/base/view_prop.h b/ui/base/view_prop.h
index eae6792b8455174bbbce5980469aec3c9dcf9c6a..e80dd9740ee3437f2b617837a64d4cde185f52c7 100644
--- a/ui/base/view_prop.h
+++ b/ui/base/view_prop.h
@@ -10,7 +10,7 @@
#include "ui/base/ui_export.h"
#include "ui/gfx/native_widget_types.h"
-#if defined(OS_MACOSX) || (defined(OS_LINUX) && !defined(USE_AURA))
+#if !defined(OS_WIN) && !defined(USE_AURA)
#error view_prop.h is only for windows and aura builds.
#endif

Powered by Google App Engine
This is Rietveld 408576698