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

Unified Diff: chrome/android/java/res/values/strings.xml

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove obsolete findbugs warnings Created 8 years, 1 month 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
Index: chrome/android/java/res/values/strings.xml
diff --git a/chrome/android/testshell/res/values/dimens.xml b/chrome/android/java/res/values/strings.xml
similarity index 70%
copy from chrome/android/testshell/res/values/dimens.xml
copy to chrome/android/java/res/values/strings.xml
index b3eb8f859ebbad84694a4b55272535579e41a12a..53c47d1e8a0edc5ff04d5c011ad063143113395d 100644
--- a/chrome/android/testshell/res/values/dimens.xml
+++ b/chrome/android/java/res/values/strings.xml
@@ -1,12 +1,9 @@
<?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.
- -->
+-->
<resources>
newt (away) 2012/11/15 00:25:41 this empty file forces git to create the res folde
- <!-- Link Preview dimensions -->
- <dimen name="link_preview_overlay_radius">0dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698