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

Unified Diff: build/android/tests/bad_resources/app/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/app/res/values/strings.xml
diff --git a/build/android/tests/bad_resources/app/res/values/strings.xml b/build/android/tests/bad_resources/app/res/values/strings.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ff6a3f1a2ca04ef5e196b7abcfe37379ca9fb83a
--- /dev/null
+++ b/build/android/tests/bad_resources/app/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="hello">Hello</string>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698