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

Unified Diff: ui/base/gtk/owned_widget_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 | « content/browser/renderer_host/render_widget_host_view_gtk.cc ('k') | ui/gfx/path_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gtk/owned_widget_gtk.cc
diff --git a/ui/base/gtk/owned_widget_gtk.cc b/ui/base/gtk/owned_widget_gtk.cc
index 6a129a21807cf63f60044089402a4de9a47a2629..d8a1d0b4b7bc542c58e6a00d0d19b0397b9ee72d 100644
--- a/ui/base/gtk/owned_widget_gtk.cc
+++ b/ui/base/gtk/owned_widget_gtk.cc
@@ -8,6 +8,8 @@
#include "base/logging.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 ui {
OwnedWidgetGtk::~OwnedWidgetGtk() {
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_gtk.cc ('k') | ui/gfx/path_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698