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

Unified Diff: ui/gfx/gfx.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/base/nine_image_painter_factory.cc ('k') | ui/gfx/nine_image_painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 66c384eb2787b8d85a352a28aa96ce5913c5223b..a8ff4edcbf751d19f7e04e097c6e67cbb3c6d945 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -222,6 +222,8 @@
'linux_font_delegate.h',
'mac/scoped_ns_disable_screen_updates.h',
'native_widget_types.h',
+ 'nine_image_painter.cc',
+ 'nine_image_painter.h',
'ozone/dri/dri_skbitmap.cc',
'ozone/dri/dri_skbitmap.h',
'ozone/dri/dri_surface.cc',
@@ -403,6 +405,12 @@
],
},
}],
+ ['use_aura==0', {
+ 'sources!': [
+ 'nine_image_painter.cc',
+ 'nine_image_painter.h',
+ ],
+ }],
['OS=="android" and use_aura==0', {
'sources!': [
'path.cc',
« no previous file with comments | « ui/base/nine_image_painter_factory.cc ('k') | ui/gfx/nine_image_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698