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

Unified Diff: ui/gfx/path_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/base/gtk/owned_widget_gtk.cc ('k') | ui/native_theme/native_theme_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/path_gtk.cc
diff --git a/ui/gfx/path_gtk.cc b/ui/gfx/path_gtk.cc
index 110f6c04883367b8e354de791f21f537f6772ca1..d5c376d2871a3b6b4d31957122b57936562515e2 100644
--- a/ui/gfx/path_gtk.cc
+++ b/ui/gfx/path_gtk.cc
@@ -9,6 +9,8 @@
#include "base/command_line.h"
#include "base/memory/scoped_ptr.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 gfx {
GdkRegion* Path::CreateNativeRegion() const {
« no previous file with comments | « ui/base/gtk/owned_widget_gtk.cc ('k') | ui/native_theme/native_theme_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698