diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 01:13:41 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 01:13:41 +0000 |
commit | c601cd327760f385f03d228967d8aa7445712dd6 (patch) | |
tree | 3849dc1f70c468d26dc2543db85979eb8a5b8c1d /chrome/chrome.gyp | |
parent | 24e5219bf22811b32ca821c35c85f31e2697160a (diff) | |
download | chromium_src-c601cd327760f385f03d228967d8aa7445712dd6.zip chromium_src-c601cd327760f385f03d228967d8aa7445712dd6.tar.gz chromium_src-c601cd327760f385f03d228967d8aa7445712dd6.tar.bz2 |
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
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 15 |
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', |