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

Unified Diff: ui/gfx/gfx.gyp

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 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/gfx/display.cc ('k') | ui/gfx/gfx_tests.gyp » ('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 b912b4575e6e3696d231527281aa08ee2b933fd6..ed37001a29d36e577a1283a912865c7213d6e12f 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -203,8 +203,6 @@
'mac/coordinate_conversion.mm',
'mac/scoped_ns_disable_screen_updates.h',
'native_widget_types.h',
- 'nine_image_painter.cc',
- 'nine_image_painter.h',
'overlay_transform.h',
'pango_util.cc',
'pango_util.h',
@@ -221,7 +219,6 @@
'platform_font_ios.mm',
'platform_font_mac.h',
'platform_font_mac.mm',
- 'platform_font_ozone.cc',
'platform_font_pango.cc',
'platform_font_pango.h',
'platform_font_win.cc',
@@ -236,7 +233,6 @@
'render_text_harfbuzz.h',
'render_text_mac.cc',
'render_text_mac.h',
- 'render_text_ozone.cc',
'render_text_pango.cc',
'render_text_pango.h',
'render_text_win.cc',
@@ -353,12 +349,6 @@
],
},
}],
- ['use_aura==0 and toolkit_views==0', {
- 'sources!': [
- 'nine_image_painter.cc',
- 'nine_image_painter.h',
- ],
- }],
['OS=="android" and use_aura==0', {
'sources!': [
'path.cc',
@@ -393,10 +383,6 @@
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:pangocairo',
],
- 'sources!': [
- 'platform_font_ozone.cc',
- 'render_text_ozone.cc',
- ],
}],
['desktop_linux==1 or chromeos==1', {
'dependencies': [
« no previous file with comments | « ui/gfx/display.cc ('k') | ui/gfx/gfx_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698