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

Unified Diff: talk/examples/android/res/values/arrays.xml

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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
« no previous file with comments | « talk/examples/android/res/values-v21/styles.xml ('k') | talk/examples/android/res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/examples/android/res/values/arrays.xml
diff --git a/talk/examples/android/res/values/arrays.xml b/talk/examples/android/res/values/arrays.xml
deleted file mode 100644
index ba8c8918ce060c1a3fa6c1f424f3114c11673381..0000000000000000000000000000000000000000
--- a/talk/examples/android/res/values/arrays.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string-array name="videoResolutions">
- <item>Default</item>
- <item>HD (1280 x 720)</item>
- <item>VGA (640 x 480)</item>
- <item>QVGA (320 x 240)</item>
- </string-array>
-
- <string-array name="videoResolutionsValues">
- <item>Default</item>
- <item>1280 x 720</item>
- <item>640 x 480</item>
- <item>320 x 240</item>
- </string-array>
-
- <string-array name="cameraFps">
- <item>Default</item>
- <item>30 fps</item>
- <item>15 fps</item>
- </string-array>
-
- <string-array name="startBitrate">
- <item>Default</item>
- <item>Manual</item>
- </string-array>
-
- <string-array name="videoCodecs">
- <item>VP8</item>
- <item>VP9</item>
- <item>H264</item>
- </string-array>
-
- <string-array name="audioCodecs">
- <item>OPUS</item>
- <item>ISAC</item>
- </string-array>
-
-</resources>
« no previous file with comments | « talk/examples/android/res/values-v21/styles.xml ('k') | talk/examples/android/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698