Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "test1": { | 2 "test1": { |
| 3 "channel": "trunk", | 3 "channel": "trunk", |
| 4 "contexts": ["content_script"] | 4 "contexts": ["content_script"] |
| 5 }, | 5 }, |
| 6 "test1.foo": { | 6 "test1.foo": { |
| 7 "channel": "trunk", | 7 "channel": "trunk", |
| 8 "contexts": ["blessed_extension"] | 8 "contexts": ["blessed_extension"] |
| 9 }, | 9 }, |
| 10 "test2": { | 10 "test2": { |
| 11 "contexts": ["blessed_extension"], | 11 "channel": "trunk", |
| 12 "dependencies": ["api:test1"] | 12 "contexts": ["blessed_extension"] |
|
not at google - send to devlin
2014/07/07 22:25:05
the dependencies are broken, and I will fix these
| |
| 13 }, | 13 }, |
| 14 "test2.foo": { | 14 "test2.foo": { |
| 15 "channel": "trunk", | 15 "channel": "trunk", |
| 16 "contexts": ["content_script"] | 16 "contexts": ["content_script"] |
| 17 }, | 17 }, |
| 18 "test2.bar": { | 18 "test2.bar": { |
| 19 "channel": "trunk", | 19 "channel": "trunk", |
| 20 "contexts": ["content_script", "blessed_extension"] | 20 "contexts": ["content_script", "blessed_extension"] |
| 21 }, | 21 }, |
| 22 "test2.baz": { | 22 "test2.baz": { |
| 23 "contexts": ["blessed_extension"], | 23 "channel": "trunk", |
| 24 "dependencies": ["api:test2.foo"] | 24 "contexts": ["blessed_extension"] |
| 25 }, | 25 }, |
| 26 "test3": { | 26 "test3": { |
| 27 "channel": "trunk", | 27 "channel": "trunk", |
| 28 "contexts": ["content_script", "blessed_extension"] | 28 "contexts": ["content_script", "blessed_extension"] |
| 29 }, | 29 }, |
| 30 "test3.foo": { | 30 "test3.foo": { |
| 31 "channel": "trunk", | 31 "channel": "trunk", |
| 32 "contexts": ["blessed_extension"] | 32 "contexts": ["blessed_extension"] |
| 33 }, | 33 }, |
| 34 "test4": { | 34 "test4": { |
| 35 "contexts": ["content_script"], | 35 "channel": "trunk", |
| 36 "dependencies": ["api:test1.foo"] | 36 "contexts": ["web_page"], |
| 37 "matches": ["<all_urls>"] | |
| 38 }, | |
| 39 "test5": { | |
| 40 "channel": "trunk", | |
| 41 "contexts": ["blessed_web_page"] | |
| 37 } | 42 } |
| 38 } | 43 } |
| OLD | NEW |