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

Unified Diff: extensions/extensions.gypi

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | extensions/extensions_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gypi
diff --git a/extensions/extensions.gypi b/extensions/extensions.gypi
index 0470f0a7c75f817795dbf16307c862f753ecd1cd..e53a4b38e519bcfadd23c4ca186c5dec4b5cdaa2 100644
--- a/extensions/extensions.gypi
+++ b/extensions/extensions.gypi
@@ -19,6 +19,10 @@
'common/api/bluetooth/bluetooth_manifest_handler.h',
'common/api/bluetooth/bluetooth_manifest_permission.cc',
'common/api/bluetooth/bluetooth_manifest_permission.h',
+ 'common/api/declarative/declarative_manifest_data.cc',
+ 'common/api/declarative/declarative_manifest_data.h',
+ 'common/api/declarative/declarative_manifest_handler.cc',
+ 'common/api/declarative/declarative_manifest_handler.h',
'common/api/messaging/message.h',
'common/api/printer_provider/usb_printer_manifest_data.cc',
'common/api/printer_provider/usb_printer_manifest_data.h',
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | extensions/extensions_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698