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

Unified Diff: build/json_schema_api.gni

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 | « no previous file | build/json_schema_bundle_registration_compile.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/json_schema_api.gni
diff --git a/extensions/generated_extensions_api.gni b/build/json_schema_api.gni
similarity index 99%
rename from extensions/generated_extensions_api.gni
rename to build/json_schema_api.gni
index f6f3d1faae1103d4338de9a2516f3a007b317a3e..58577396de28a900151cf2265c9375e18ba809da 100644
--- a/extensions/generated_extensions_api.gni
+++ b/build/json_schema_api.gni
@@ -49,7 +49,7 @@
# The static library target also inherits the visibility and output_name
# of its invoker.
-template("generated_extensions_api") {
+template("json_schema_api") {
assert(defined(invoker.sources),
"\"sources\" must be defined for the $target_name template.")
assert(defined(invoker.root_namespace),
« no previous file with comments | « no previous file | build/json_schema_bundle_registration_compile.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698