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

Unified Diff: extensions/common/api/extension_types.json

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: extensions/common/api/extension_types.json
diff --git a/extensions/common/api/extension_types.json b/extensions/common/api/extension_types.json
index 9f27590d41d440833b7dea5055d32c06901d2f4b..a69961dbf7bd5a62f05654d0c0bb967e28585cb7 100644
--- a/extensions/common/api/extension_types.json
+++ b/extensions/common/api/extension_types.json
@@ -6,6 +6,7 @@
{
"namespace": "extensionTypes",
"description": "The <code>chrome.extensionTypes</code> API contains type declarations for Chrome extensions.",
+ "compiler_options": {"use_movable_types": true},
"types": [
{
"id": "ImageFormat",
« no previous file with comments | « extensions/common/api/extension_options_internal.idl ('k') | extensions/common/api/extension_view_internal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698