Index: gfx/gfx.gyp |
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp |
index 824e9b01bcc9f5e9db51940cd6b4d849a040c898..ac512f3879c5dc75d87441a4f372aad2333178ee 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 @@ |
}], |
], |
}, |
- |
+ |
], |
} |