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

Unified Diff: content/public/android/java/res/values/official-command-line.xml

Issue 11360207: Add Java resources to 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: content/public/android/java/res/values/official-command-line.xml
diff --git a/content/public/android/java/res/values/official-command-line.xml b/content/public/android/java/res/values/official-command-line.xml
new file mode 100644
index 0000000000000000000000000000000000000000..4589501d7f0ed3b4d2befdfd5d9a71d33c6982c4
--- /dev/null
+++ b/content/public/android/java/res/values/official-command-line.xml
@@ -0,0 +1,14 @@
+<?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>
+ <string-array name="official_command_line">
+ <!-- Note: this value will be overridden by the identically named resource (if
+ one exists) in the apk that is being built. -->
+ <!-- Format: double-dashed command-line flags within <item></item> blocks. -->
+ </string-array>
+</resources>
« no previous file with comments | « content/public/android/java/res/values/dimens.xml ('k') | content/public/android/java/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698