diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 22:46:50 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-04 22:46:50 +0000 |
commit | ef4fa407ff456030dd1835de46b565f1c7cac5ab (patch) | |
tree | 28b0d11e77341a490486ae376844a93dfac962d7 /base/i18n | |
parent | 0d9a743fd1a8a51cfa77e71b39bb67329de1fa9a (diff) | |
download | chromium_src-ef4fa407ff456030dd1835de46b565f1c7cac5ab.zip chromium_src-ef4fa407ff456030dd1835de46b565f1c7cac5ab.tar.gz chromium_src-ef4fa407ff456030dd1835de46b565f1c7cac5ab.tar.bz2 |
Split base.gyp and add base_nacl_win64 target
TEST=none
BUG=28176
Review URL: http://codereview.chromium.org/462009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/i18n')
-rw-r--r-- | base/i18n/icu_util_nacl_win64.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/base/i18n/icu_util_nacl_win64.cc b/base/i18n/icu_util_nacl_win64.cc new file mode 100644 index 0000000..6e0bb6b --- /dev/null +++ b/base/i18n/icu_util_nacl_win64.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2009 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 "base/i18n/icu_util.h" + +namespace icu_util { + +bool Initialize() { + return true; +} + +} // namespace icu_util |