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

Unified Diff: ui/native_theme/native_theme_gtk.cc

Issue 226413006: GTK: Adds #error statements to GTK code to root out unknown bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « ui/gfx/path_gtk.cc ('k') | ui/surface/transport_dib_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_gtk.cc
diff --git a/ui/native_theme/native_theme_gtk.cc b/ui/native_theme/native_theme_gtk.cc
index e74976678d896a5c621f7dd9bbbca460de137f6d..404936322390c85e0f286cbc325fc12550d67c64 100644
--- a/ui/native_theme/native_theme_gtk.cc
+++ b/ui/native_theme/native_theme_gtk.cc
@@ -10,6 +10,8 @@
#include "base/logging.h"
#include "ui/gfx/skia_utils_gtk.h"
+#error "The GTK+ port will be deleted later this week. If you are seeing this, you are trying to compile it. Please check your gyp flags for 'use_aura=0' and remove them."
+
namespace {
const SkColor kInvalidColorIdColor = SkColorSetRGB(255, 0, 128);
« no previous file with comments | « ui/gfx/path_gtk.cc ('k') | ui/surface/transport_dib_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698