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

Unified Diff: extensions/common/api/BUILD.gn

Issue 2479593006: Move enable extensions define to a build flag. (Closed)
Patch Set: Merge Created 4 years, 1 month 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/BUILD.gn ('k') | extensions/common/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
index dc63a7bb6d9aeca881d091397d43e2e44be9a8ea..d026d34f8c986dd8aeb29da0b14344ab2bfabaac 100644
--- a/extensions/common/api/BUILD.gn
+++ b/extensions/common/api/BUILD.gn
@@ -5,6 +5,7 @@
import("//build/config/features.gni")
import("//build/json_schema_api.gni")
import("//extensions/common/api/schema.gni")
+import("//extensions/features/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")
assert(enable_extensions)
@@ -18,6 +19,10 @@ json_schema_api("generated_api") {
uncompiled_sources = extensions_api_uncompiled_sources
uncompiled_bundle_schema_sources =
extensions_api_uncompiled_bundle_schema_sources
+ deps = [
+ "//base",
+ "//extensions/features",
+ ]
}
mojom("mojom") {
@@ -30,5 +35,6 @@ group("api") {
public_deps = [
":generated_api",
":mojom",
+ "//extensions/features",
]
}
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/common/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698