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

Side by Side Diff: tools/telemetry/unittest_data/autotest_ext/manifest.json

Issue 183923029: Move login_unittest.py to cros_unittest.py so they run in the fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | « tools/telemetry/unittest_data/autotest_ext/background.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 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhG T3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vz z81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhG T3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vz z81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
3 "description": "Telemetry ChromeOS Autotest component extension", 3 "description": "Telemetry ChromeOS Autotest component extension",
4 "name": "Telemetry ChromeOS AutoTest Component Extension", 4 "name": "Telemetry ChromeOS AutoTest Component Extension",
5 "background": { 5 "background": {
6 "scripts": ["background.js"] 6 "scripts": ["background.js"]
7 }, 7 },
8 "manifest_version": 2, 8 "manifest_version": 2,
9 "version": "0.1", 9 "version": "0.1",
10 "permissions" : [ 10 "permissions" : [
11 "autotestPrivate" 11 "autotestPrivate"
12 ] 12 ]
13 } 13 }
OLDNEW
« no previous file with comments | « tools/telemetry/unittest_data/autotest_ext/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698