summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp8
1 files changed, 5 insertions, 3 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 824e9b0..ac512f3 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -7,7 +7,7 @@
'chromium_code': 1,
'grit_info_cmd': ['python', '../tools/grit/grit_info.py',
'<@(grit_defines)'],
- 'grit_cmd': ['python', '../tools/grit/grit.py'],
+ 'grit_cmd': ['python', '../tools/grit/grit.py'],
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx',
},
'targets': [
@@ -110,6 +110,8 @@
'font.cc',
'gfx_paths.cc',
'gfx_paths.h',
+ 'gfx_module.cc',
+ 'gfx_module.h',
'insets.cc',
'insets.h',
'native_widget_types.h',
@@ -158,7 +160,7 @@
'include_dirs': [
'..',
'<(DEPTH)/third_party/wtl/include',
- ],
+ ],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [
@@ -218,7 +220,7 @@
}],
],
},
-
+
],
}