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

Side by Side Diff: ui/file_manager/integration_tests/file_manager_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 | « no previous file | ui/file_manager/integration_tests/gallery_test_manifest.json » ('j') | 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://hoobinhbdbiehknkpbpejbbpdbkdjmoco/ 2 // chrome-extension://hoobinhbdbiehknkpbpejbbpdbkdjmoco/
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB",
4 "name": "chrome file manager browser tests", 4 "name": "chrome file manager browser tests",
5 "version": "0.1", 5 "version": "0.1",
6 "incognito": "split", // Run a separate instance for the incognito mode. 6 "incognito": "split", // Run a separate instance for the incognito mode.
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "background": { 8 "background": {
9 "scripts": [ 9 "scripts": [
10 // List test_util.js and background.js first because the testcase 10 // List test_util.js and background.js first because the testcase
(...skipping 18 matching lines...) Expand all
29 "file_manager/suggest_app_dialog.js", 29 "file_manager/suggest_app_dialog.js",
30 "file_manager/tab_index.js", 30 "file_manager/tab_index.js",
31 "file_manager/tasks.js", 31 "file_manager/tasks.js",
32 "file_manager/transfer.js", 32 "file_manager/transfer.js",
33 "file_manager/traverse.js" 33 "file_manager/traverse.js"
34 ] 34 ]
35 }, 35 },
36 "permissions": [ 36 "permissions": [
37 "fileSystem", 37 "fileSystem",
38 "tabs", 38 "tabs",
39 "commandLinePrivate",
39 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*", 40 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*",
40 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*" 41 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*"
41 ] 42 ]
42 } 43 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/integration_tests/gallery_test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698