Index: android_webview/test/shell/res/values/config.xml |
diff --git a/android_webview/test/shell/res/values/config.xml b/android_webview/test/shell/res/values/config.xml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d87517024f053d1665c6b3da8f8301d98f0adcc1 |
--- /dev/null |
+++ b/android_webview/test/shell/res/values/config.xml |
@@ -0,0 +1,13 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Copyright 2014 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> |
+ <!-- Array of "[keySystemName],[UuidOfMediaDrm]" --> |
+ <string-array name="config_key_system_uuid_mapping" translatable="false"> |
+ <!-- Use Widevine's UUID to pass the availability-test of MediaDRM plugin --> |
+ <item>"com.oem.test-keysystem,EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED"</item> |
boliu
2014/06/19 16:54:32
This is breaking webview downstream which does res
|
+ </string-array> |
+</resources> |