diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 06:37:13 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 06:37:13 +0000 |
commit | af7baa16383a62872d57219cfdca27caca4dd6a7 (patch) | |
tree | 86619134033f1ad511d75654a84a0f9d1170194d /app/gfx | |
parent | f2c444980e5e4aac875b96cb911b0d347f3d81c5 (diff) | |
download | chromium_src-af7baa16383a62872d57219cfdca27caca4dd6a7.zip chromium_src-af7baa16383a62872d57219cfdca27caca4dd6a7.tar.gz chromium_src-af7baa16383a62872d57219cfdca27caca4dd6a7.tar.bz2 |
Create a new app_strings target that builds strings for the app_base and eventually views targets.
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113565
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r-- | app/gfx/font_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/gfx/font_win.cc b/app/gfx/font_win.cc index 7323e9c..c1b9d24 100644 --- a/app/gfx/font_win.cc +++ b/app/gfx/font_win.cc @@ -12,7 +12,6 @@ #include "app/l10n_util_win.h" #include "base/logging.h" #include "base/win_util.h" -#include "grit/generated_resources.h" namespace gfx { |