summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/content_browser.gypi3
-rw-r--r--content/content_common.gypi3
-rw-r--r--ui/gfx/gfx.gyp4
3 files changed, 8 insertions, 2 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 003c733..1cc82de 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1426,6 +1426,9 @@
'dependencies': [
'../build/linux/system.gyp:pangocairo',
],
+ 'sources!': [
+ 'pepper_truetype_font_list_ozone.cc',
+ ],
}],
['OS=="android"', {
'dependencies': [
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 08eaf5e..4269329 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -457,9 +457,8 @@
'dependencies': [
'../build/linux/system.gyp:pangocairo',
],
- }, { # use_pango == 0
'sources!': [
- 'common/font_list_pango.cc',
+ 'common/font_list_ozone.cc',
],
}],
['use_x11 == 1', {
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index ce9550e..59ed0d2 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -373,6 +373,10 @@
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:pangocairo',
],
+ 'sources!': [
+ 'platform_font_ozone.cc',
+ 'render_text_ozone.cc',
+ ],
}],
['ozone_platform_dri==1', {
'dependencies': [