From c601cd327760f385f03d228967d8aa7445712dd6 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 6 May 2009 01:13:41 +0000 Subject: move chrome_font to app/gfx http://crbug.com/11387 Review URL: http://codereview.chromium.org/115010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15367 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'chrome/chrome.gyp') 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', -- cgit v1.1