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

Unified Diff: ui/file_manager/integration_tests/audio_player_test_manifest.json

Issue 1526923002: AudioPlayer: Add UI tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: ui/file_manager/integration_tests/audio_player_test_manifest.json
diff --git a/ui/file_manager/integration_tests/audio_player_test_manifest.json b/ui/file_manager/integration_tests/audio_player_test_manifest.json
index 0ac5ce62a95dafb5cd791c17253d0a548fd17181..5f9ec74a5bcb59459cf57f16a689d6023687c511 100644
--- a/ui/file_manager/integration_tests/audio_player_test_manifest.json
+++ b/ui/file_manager/integration_tests/audio_player_test_manifest.json
@@ -10,7 +10,8 @@
"test_util.js",
"remote_call.js",
"audio_player/background.js",
- "audio_player/open_audio_files.js"
+ "audio_player/open_audio_files.js",
+ "audio_player/click_control_buttons.js"
yawano 2015/12/16 02:54:14 nit: put file names in alphabetical order.
fukino 2015/12/16 07:42:02 Done.
]},
"incognito" : "split",
"permissions": ["commandLinePrivate"]

Powered by Google App Engine
This is Rietveld 408576698