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

Unified Diff: build/android/tests/bad_resources/dep/java/res/values/strings.xml

Issue 1136653002: Reland: Actually use --extra-r-text-files in process_resources.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle APKs with no resources and add a --include-all-resources option Created 5 years, 7 months 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: build/android/tests/bad_resources/dep/java/res/values/strings.xml
diff --git a/build/android/tests/bad_resources/dep/java/res/values/strings.xml b/build/android/tests/bad_resources/dep/java/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a1b8842105217384a8a95b24c9b610af0da609ce
--- /dev/null
+++ b/build/android/tests/bad_resources/dep/java/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="world">World!</string>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698