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

Unified Diff: ui/ui.gyp

Issue 9595003: gtk: Move ScopedRegion into scoped_region.{h,cc}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing UI_EXPORT to fix the undefined reference error Created 8 years, 9 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/scoped_region.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 4e682e5be700859ae5b00b01bb0b477274a31bc8..babdb55bc7813ca1f55e623eeb9e5ed37b861ffa 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -139,6 +139,8 @@
'base/gtk/gtk_windowing.h',
'base/gtk/owned_widget_gtk.cc',
'base/gtk/owned_widget_gtk.h',
+ 'base/gtk/scoped_region.cc',
+ 'base/gtk/scoped_region.h',
'base/gtk/tooltip_window_gtk.cc',
'base/gtk/tooltip_window_gtk.h',
'base/hit_test.h',
« no previous file with comments | « ui/base/gtk/scoped_region.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698