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

Side by Side Diff: ui/file_manager/integration_tests/video_player_test_manifest.json

Issue 942393002: Add a simple way of performing step by step tests for testers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the flag. Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « ui/file_manager/integration_tests/remote_call.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // chrome-extension://ljoplibgfehghmibaoaepfagnmbbfiga 2 // chrome-extension://ljoplibgfehghmibaoaepfagnmbbfiga
3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvT+IcKSOCmrC9IOpAGaNaUX2pb JSJchiYUuE9YilghsxGTWA8nC34k5/+BycWnBOEUow2pQmTRHuxt9E/CBzH15ah7NmikclL6UsoRgDb0 Sj3zmhVNLXWX2jbFnECjTBPPbASj8Xnf20n6HNX3Yp9nnAJKzk5d/xzSgFz8uL9defwlZQB7t0E28+3D D9IoOWkEJWz6FRzhiY07TC2n6tjo0CPS150x1jEHyZF2oVLn8Cus28hBkoZ70GPWB6BQCxzGLcYWUJ6E KgE4iO9tcSDC2MMvA++n18JMb1APtxH3MIqQyGE/2cydjxEhhNLiD5Mp4tYHKObGWFefKQ0WlmEwIDAQ AB", 3 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvT+IcKSOCmrC9IOpAGaNaUX2pb JSJchiYUuE9YilghsxGTWA8nC34k5/+BycWnBOEUow2pQmTRHuxt9E/CBzH15ah7NmikclL6UsoRgDb0 Sj3zmhVNLXWX2jbFnECjTBPPbASj8Xnf20n6HNX3Yp9nnAJKzk5d/xzSgFz8uL9defwlZQB7t0E28+3D D9IoOWkEJWz6FRzhiY07TC2n6tjo0CPS150x1jEHyZF2oVLn8Cus28hBkoZ70GPWB6BQCxzGLcYWUJ6E KgE4iO9tcSDC2MMvA++n18JMb1APtxH3MIqQyGE/2cydjxEhhNLiD5Mp4tYHKObGWFefKQ0WlmEwIDAQ AB",
4 "name": "chrome os video player browser tests", 4 "name": "chrome os video player browser tests",
5 "version": "0.1", 5 "version": "0.1",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "web_accessible_resources": ["*"], 7 "web_accessible_resources": ["*"],
8 "background": { 8 "background": {
9 "scripts": [ 9 "scripts": [
10 "test_util.js", 10 "test_util.js",
11 "remote_call.js", 11 "remote_call.js",
12 "video_player/background.js", 12 "video_player/background.js",
13 "video_player/open_video_files.js" 13 "video_player/open_video_files.js"
14 ]}, 14 ]},
15 "incognito" : "split" 15 "incognito" : "split",
16 "permissions": ["commandLinePrivate"]
16 } 17 }
OLDNEW
« no previous file with comments | « ui/file_manager/integration_tests/remote_call.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698