Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2106)

Unified Diff: app/l10n_util_dummy.cc

Issue 466059: Revert "Split app.gyp and add a Win64 version of the app_base target." (Closed)
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/app_base.gypi ('k') | app/resource_bundle_dummy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/l10n_util_dummy.cc
diff --git a/app/l10n_util_dummy.cc b/app/l10n_util_dummy.cc
deleted file mode 100644
index 749ecb461c962b3f640b39507fbf88ba1c9d5d55..0000000000000000000000000000000000000000
--- 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
« no previous file with comments | « app/app_base.gypi ('k') | app/resource_bundle_dummy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698