summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp15
1 files changed, 8 insertions, 7 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 99099a6..0da07eb 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -108,6 +108,7 @@
},
},
{
+ # TODO(beng): rename to 'app' when moves to top level.
'target_name': 'app_base',
'type': '<(library)',
'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE',
@@ -129,7 +130,12 @@
'../app/gfx/chrome_canvas.cc',
'../app/gfx/chrome_canvas.h',
'../app/gfx/chrome_canvas_linux.cc',
- '../app/gfx/chrome_canvas_win.cc',
+ '../app/gfx/chrome_canvas_win.cc',
+ '../app/gfx/chrome_font.h',
+ '../app/gfx/chrome_font_gtk.cc',
+ '../app/gfx/chrome_font_mac.mm',
+ '../app/gfx/chrome_font_skia.cc',
+ '../app/gfx/chrome_font_win.cc',
'../app/l10n_util.cc',
'../app/l10n_util.h',
'../app/l10n_util_posix.cc',
@@ -220,11 +226,6 @@
'common/extensions/url_pattern.h',
'common/extensions/user_script.cc',
'common/extensions/user_script.h',
- 'common/gfx/chrome_font.h',
- 'common/gfx/chrome_font_gtk.cc',
- 'common/gfx/chrome_font_mac.mm',
- 'common/gfx/chrome_font_skia.cc',
- 'common/gfx/chrome_font_win.cc',
'common/gfx/color_utils.cc',
'common/gfx/color_utils.h',
'common/gfx/emf.cc',
@@ -2495,7 +2496,7 @@
'common/extensions/url_pattern_unittest.cc',
'common/extensions/user_script_unittest.cc',
'common/file_descriptor_set_unittest.cc',
- 'common/gfx/chrome_font_unittest.cc',
+ '../app/gfx/chrome_font_unittest.cc',
'common/gfx/emf_unittest.cc',
'common/gfx/icon_util_unittest.cc',
'common/gfx/text_elider_unittest.cc',