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

Side by Side Diff: extensions/test/data/manifest_tests/event_rules.json

Issue 1158693006: Create a mechanism define declarative rules via the extension manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add thread safety to extensionregistry notifications Created 5 years, 6 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 | « extensions/extensions_tests.gypi ('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
(Empty)
1 {
2 "name": "extensions_unittests --gtest_filter=DeclarativeManifestTest.Valid",
3 "version": "1",
4 "manifest_version": 2,
5 "app": {
6 "background": {
7 "scripts": ["background.js"]
8 }
9 },
10 "event_rules": [{
11 "event": "foo",
12 "conditions": [{"type": "condition_type"}],
13 "actions": [{"type": "action_type"}]
14 }]
15 }
OLDNEW
« no previous file with comments | « extensions/extensions_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698