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

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

Issue 597713002: Move json schema compiler target into build/ to match gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_wk_dep
Patch Set: Created 6 years, 3 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/BUILD.gn
diff --git a/extensions/common/api/BUILD.gn b/extensions/common/api/BUILD.gn
index 8d2e3cf1fc361423b1595e7c512932710b858508..0f7b85832fc8c10b34683195bc43a0a0ce8a0db0 100644
--- a/extensions/common/api/BUILD.gn
+++ b/extensions/common/api/BUILD.gn
@@ -2,17 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//extensions/generated_extensions_api.gni")
+import("//build/json_schema_compile.gni")
import("schemas.gni")
# GYP version: extensions/common/api/api.gyp:extensions_api
-generated_extensions_api("api") {
+json_schema_compile("api") {
schemas = true
bundle = true
}
# GYP version: extensions/browser/api/api_registration.gyp:extensions_api_registration
-generated_extensions_api("api_registration") {
+json_schema_compile("api_registration") {
impl_dir = "//extensions/browser/api"
bundle_registration = true

Powered by Google App Engine
This is Rietveld 408576698