diff options
author | newt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-14 17:17:17 +0000 |
---|---|---|
committer | newt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-14 17:17:17 +0000 |
commit | f5c912bcbce74a051558e54af311fc2f3917d80f (patch) | |
tree | 1d6254e9ba521ab6da27e0ca1187e4ae6bef2e9d | |
parent | 697aa97516178625618a4c40d64f4f16f65f4b5c (diff) | |
download | chromium_src-f5c912bcbce74a051558e54af311fc2f3917d80f.zip chromium_src-f5c912bcbce74a051558e54af311fc2f3917d80f.tar.gz chromium_src-f5c912bcbce74a051558e54af311fc2f3917d80f.tar.bz2 |
Remove empty strings.xml files.
These were used as sign posts during the transition from strings.xml
to grd strings, and hopefully aren't needed now that everyone is aware
of the change.
BUG=167248
Review URL: https://chromiumcodereview.appspot.com/12440037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188106 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/android/java/res/values/strings.xml | 16 | ||||
-rw-r--r-- | content/public/android/java/res/values/strings.xml | 16 | ||||
-rw-r--r-- | ui/android/java/res/values/strings.xml | 16 |
3 files changed, 0 insertions, 48 deletions
diff --git a/chrome/android/java/res/values/strings.xml b/chrome/android/java/res/values/strings.xml deleted file mode 100644 index 6be4feb..0000000 --- a/chrome/android/java/res/values/strings.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (c) 2012 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. ---> - -<!-- DO NOT ADD STRINGS HERE. - - Android chrome strings now live in - chrome/android/java/strings/android_chrome_strings.grd - - See http://www.chromium.org/developers/design-documents/ui-localization ---> - -<resources/> diff --git a/content/public/android/java/res/values/strings.xml b/content/public/android/java/res/values/strings.xml deleted file mode 100644 index 6ced8a8..0000000 --- a/content/public/android/java/res/values/strings.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (c) 2012 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. ---> - -<!-- DO NOT ADD STRINGS HERE. - - Android content strings now live in - content/public/android/java/strings/android_content_strings.grd - - See http://www.chromium.org/developers/design-documents/ui-localization ---> - -<resources/> diff --git a/ui/android/java/res/values/strings.xml b/ui/android/java/res/values/strings.xml deleted file mode 100644 index 850bcc5c..0000000 --- a/ui/android/java/res/values/strings.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (c) 2012 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. ---> - -<!-- DO NOT ADD STRINGS HERE. - - Android ui strings now live in - ui/android/java/strings/android_ui_strings.grd - - See http://www.chromium.org/developers/design-documents/ui-localization ---> - -<resources/> |