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

Unified Diff: ui/surface/transport_dib_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/native_theme/native_theme_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/transport_dib_gtk.cc
diff --git a/ui/surface/transport_dib_gtk.cc b/ui/surface/transport_dib_gtk.cc
index 61ec624c06582532dfd14299a28f0323c38845e9..0d075a18ac67c7948a2e7bb3f6f57bd6fcadcf8d 100644
--- a/ui/surface/transport_dib_gtk.cc
+++ b/ui/surface/transport_dib_gtk.cc
@@ -17,6 +17,8 @@
#include "ui/base/x/x11_util.h"
#include "ui/gfx/size.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."
+
// The shmat system call uses this as it's invalid return address
static void *const kInvalidAddress = (void*) -1;
« no previous file with comments | « ui/native_theme/native_theme_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698