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

Unified Diff: ui/accessibility/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
« no previous file with comments | « extensions/generated_extensions_api.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/BUILD.gn
diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn
index 9300120a2a06e40afd0391194111136cfd84706f..a95527f2196c682d3a7cef8ec80c578c9077b7d8 100644
--- a/ui/accessibility/BUILD.gn
+++ b/ui/accessibility/BUILD.gn
@@ -2,7 +2,7 @@
# 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_api.gni")
component("accessibility") {
sources = [
@@ -71,7 +71,7 @@ test("accessibility_unittests") {
]
}
-generated_extensions_api("ax_gen") {
+json_schema_api("ax_gen") {
sources = [ "ax_enums.idl" ]
deps = [ "//base/third_party/dynamic_annotations" ]
root_namespace = "ui"
« no previous file with comments | « extensions/generated_extensions_api.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698