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

Unified Diff: chrome/common/extensions/api/schemas.gypi

Issue 2257003002: [Extensions] Generate all schema resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 4 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
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/common/extensions/api/tts.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/schemas.gypi
diff --git a/chrome/common/extensions/api/schemas.gypi b/chrome/common/extensions/api/schemas.gypi
index e912684caf88a3277e9c0ced37483eb7774ef8dc..9574e2f2ff60c3d8ac07916cecd0d5c8f8b68be0 100644
--- a/chrome/common/extensions/api/schemas.gypi
+++ b/chrome/common/extensions/api/schemas.gypi
@@ -156,6 +156,30 @@
'non_compiled_schema_files': [
'<@(main_non_compiled_schema_files)',
],
+
+ 'non_compiled_bundle_schema_files': [
+ 'app.json',
+ 'browser_action.json',
+ 'commands.json',
+ 'declarative_content.json',
+ 'file_browser_handler.json',
+ 'page_action.json',
+ 'privacy.json',
+ 'proxy.json',
+ 'tts_engine.json',
+ 'tts.json',
+ 'types_private.json',
+ 'webstore.json',
+ ],
+
+ # On ChromeOS, input_method_private is fully compiled (as part of
+ # schema_files), and so gets added to the bundle already. On other
+ # platforms, we still need it added to the bundle.
+ # TODO(devlin): That's weird. Investigate.
+ 'non_chromeos_non_compiled_bundle_schema_files': [
+ 'input_method_private.json',
+ ],
+
'schema_dependencies': [
'<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
],
« no previous file with comments | « chrome/common/extensions/api/schemas.gni ('k') | chrome/common/extensions/api/tts.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698