From 18e264be38a945d0a82b384a72a7dd8f5169392e Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Mon, 7 Dec 2009 21:33:29 +0000 Subject: Revert "Split app.gyp and add a Win64 version of the app_base target." This reverts r33990 due to compile failure on linux ChromeOS. Review URL: http://codereview.chromium.org/466059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33992 0039d316-1c4b-4281-b951-d872f2087c98 --- app/l10n_util_dummy.cc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 app/l10n_util_dummy.cc (limited to 'app/l10n_util_dummy.cc') diff --git a/app/l10n_util_dummy.cc b/app/l10n_util_dummy.cc deleted file mode 100644 index 749ecb4..0000000 --- a/app/l10n_util_dummy.cc +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "app/l10n_util.h" - -#include "app/resource_bundle.h" -#include "base/command_line.h" -#include "base/string16.h" -#include "base/string_piece.h" -#include "base/string_util.h" -#include "base/sys_string_conversions.h" -#include "build/build_config.h" -#include "unicode/uscript.h" - - -namespace l10n_util { - -// Represents the locale-specific text direction. -static TextDirection g_text_direction = UNKNOWN_DIRECTION; - -std::wstring GetString(int message_id) { - ResourceBundle& rb = ResourceBundle::GetSharedInstance(); - return UTF16ToWide(rb.GetLocalizedString(message_id)); -} - -} // namespace l10n_util -- cgit v1.1