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

Unified Diff: ui/ui.gyp

Issue 143953007: Changes look for scrollbars on windows (2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 11 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/resources/ui_resources.grd ('k') | ui/views/painter.h » ('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 1d7173fc7f5c98f6098b77c30dede50ad4347dfd..0b8ba382b9ccceecb02bdc2c676bd33118cdfa64 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -236,6 +236,8 @@
'base/models/tree_model.h',
'base/models/tree_node_iterator.h',
'base/models/tree_node_model.h',
+ 'base/nine_image_painter_factory.cc',
+ 'base/nine_image_painter_factory.h',
'base/resource/data_pack.cc',
'base/resource/data_pack.h',
'base/resource/resource_bundle.cc',
@@ -381,6 +383,8 @@
'base/cursor/cursor_mac.mm',
'base/cursor/cursor_win.cc',
'base/cursor/cursor_x11.cc',
+ 'base/nine_image_painter_factory.cc',
+ 'base/nine_image_painter_factory.h',
'base/x/selection_owner.cc',
'base/x/selection_owner.h',
'base/x/selection_requestor.cc',
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/views/painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698