X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbuild%2Fjson_schema_bundle_compile.gypi;h=7e712d7df49e45931305256e7342f98b02d3780e;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=9c505ff072998ad82ac2f6ec41662493b0f54d57;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/build/json_schema_bundle_compile.gypi b/src/build/json_schema_bundle_compile.gypi index 9c505ff..7e712d7 100644 --- a/src/build/json_schema_bundle_compile.gypi +++ b/src/build/json_schema_bundle_compile.gypi @@ -5,9 +5,15 @@ { 'variables': { # When including this gypi, the following variables must be set: - # schema_files: an array of json or idl files that comprise the api model. - # cc_dir: path to generated files - # root_namespace: the C++ namespace that all generated files go under + # schema_files: + # An array of json or idl files that comprise the api model. + # cc_dir: + # The directory to put the generated code in. + # root_namespace: + # A Python string substituion pattern used to generate the C++ + # namespace for each API. Use %(namespace)s to replace with the API + # namespace, like "toplevel::%(namespace)s_api". + # # Functions and namespaces can be excluded by setting "nocompile" to true. # The default root path of API implementation sources is # chrome/browser/extensions/api and can be overridden by setting "impl_dir". @@ -17,8 +23,7 @@ }, 'actions': [ { - # GN version: //build/json_schema.gni - # (json_schema_bundle_compile templates) + # GN version: //extensions/generated_extensions_api.gni 'action_name': 'genapi_bundle', 'inputs': [ '<(api_gen_dir)/cc_generator.py',