diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 19:10:58 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-18 19:10:58 +0000 |
commit | f90f5c51896294e5d0bb9c891fbc60a76f88fd48 (patch) | |
tree | ce4526dc2d21c927f89b62bc33e0177f48bdc934 /chrome/browser/dom_ui | |
parent | 47d054af93ac917522c4a432ab3388008d5d21c6 (diff) | |
download | chromium_src-f90f5c51896294e5d0bb9c891fbc60a76f88fd48.zip chromium_src-f90f5c51896294e5d0bb9c891fbc60a76f88fd48.tar.gz chromium_src-f90f5c51896294e5d0bb9c891fbc60a76f88fd48.tar.bz2 |
Add locale_settings.grd to the build. This generates
a locale_settings.h file that we use on all platforms. However,
the rc generation isn't correct yet, so for now, use the existing
locale_settings_*.rc files.
Also go ahead and generate the en-US locale pak on linux.
Review URL: http://codereview.chromium.org/20447
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/dom_ui')
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.cc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc index c817905..4a77e3a 100644 --- a/chrome/browser/dom_ui/new_tab_ui.cc +++ b/chrome/browser/dom_ui/new_tab_ui.cc @@ -6,7 +6,6 @@ #include "base/histogram.h" #include "base/string_piece.h" -#include "chrome/app/locales/locale_settings.h" #include "chrome/browser/bookmarks/bookmark_utils.h" #include "chrome/browser/browser.h" #include "chrome/browser/browser_process.h" @@ -30,11 +29,10 @@ #ifdef CHROME_PERSONALIZATION #include "chrome/personalization/personalization.h" #endif - -// Generated by GRIT -#include "browser_resources.h" -#include "chromium_strings.h" -#include "generated_resources.h" +#include "grit/browser_resources.h" +#include "grit/chromium_strings.h" +#include "grit/generated_resources.h" +#include "grit/locale_settings.h" // The URL scheme used for the new tab. static const char kNewTabUIScheme[] = "chrome-internal"; |