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

Unified Diff: chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_item_not_string.json

Issue 263703002: Allow shared modules to whitelist extensions that import them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_item_not_string.json
diff --git a/chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json b/chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_item_not_string.json
similarity index 73%
copy from chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json
copy to chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_item_not_string.json
index 3f59ac2aa93205b8a0731e137ccacff0b1653743..2e7550290fa8083ddfc91c1b385e02baf2432aa3 100644
--- a/chrome/test/data/extensions/manifest_tests/shared_module_export_and_import.json
+++ b/chrome/test/data/extensions/manifest_tests/shared_module_export_whitelist_item_not_string.json
@@ -5,10 +5,13 @@
"export": {
"resources": [
"*"
+ ],
+ "whitelist": [
+ {
+ "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa": "",
+ "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb": ""
+ }
]
},
- "import": [{
- "id": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
- }],
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq2ADgfXh2Yh6uLgpBrls/gtQEp5gLWZedwRV1Cyy4R1giRnGeYwZ8pgmtpkjdSfoNIrx/WfiXDF+K2TF2I9V+LM60FqqoY6uJNmXjByzKFjNtFETXthA+v/zv6uX1NJ3m+GN9tdDR53AC7ws28Zi0S4+n/a++uzDY+aDubrp+PwIDAQAB"
}

Powered by Google App Engine
This is Rietveld 408576698