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

Unified Diff: extensions/common/BUILD.gn

Issue 2853023002: [Extensions Bindings] Add native declarativeContent verification (Closed)
Patch Set: lazyboy's Created 3 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: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index eecd57a47feec4f1d2a46f94ca43c5215ff8c364..1078607b22ae93a131b619f2dc9b548c63ed0f15 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -47,6 +47,8 @@ if (enable_extensions) {
"api/bluetooth/bluetooth_manifest_handler.h",
"api/bluetooth/bluetooth_manifest_permission.cc",
"api/bluetooth/bluetooth_manifest_permission.h",
+ "api/declarative/declarative_constants.cc",
+ "api/declarative/declarative_constants.h",
"api/declarative/declarative_manifest_data.cc",
"api/declarative/declarative_manifest_data.h",
"api/declarative/declarative_manifest_handler.cc",

Powered by Google App Engine
This is Rietveld 408576698