Skip to content
Snippets Groups Projects
build.yaml 97.51 KiB
'#1': This file describes the list of targets and dependencies.
'#2': It is used among other things to generate all of our project files.
'#3': Please refer to the templates directory for more information.
settings:
  '#01': The public version number of the library.
  '#02': ===
  '#03': Please update the 'g_stands_for' field periodically with a new g word
  '#04': not listed in doc/g_stands_for.md - and update that document to list the
  '#05': new word.
  '#06': ===
  '#07': Master always has a "-dev" suffix
  '#08': Use "-preN" suffixes to identify pre-release versions
  '#09': Per-language overrides are possible with (eg) ruby_version tag here
  '#10': See the expand_version.py for all the quirks here
  core_version: 3.0.0-dev
  g_stands_for: green
  version: 1.3.0-dev
filegroups:
- name: census
  public_headers:
  - include/grpc/census.h
  headers:
  - src/core/ext/census/aggregation.h
  - src/core/ext/census/base_resources.h
  - src/core/ext/census/census_interface.h
  - src/core/ext/census/census_rpc_stats.h
  - src/core/ext/census/gen/census.pb.h
  - src/core/ext/census/gen/trace_context.pb.h
  - src/core/ext/census/grpc_filter.h
  - src/core/ext/census/mlog.h
  - src/core/ext/census/resource.h
  - src/core/ext/census/rpc_metric_id.h
  - src/core/ext/census/trace_context.h
  - src/core/ext/census/trace_label.h
  - src/core/ext/census/trace_propagation.h
  - src/core/ext/census/trace_status.h
  - src/core/ext/census/trace_string.h
  - src/core/ext/census/tracing.h
  src:
  - src/core/ext/census/base_resources.c
  - src/core/ext/census/context.c
  - src/core/ext/census/gen/census.pb.c
  - src/core/ext/census/gen/trace_context.pb.c
  - src/core/ext/census/grpc_context.c
  - src/core/ext/census/grpc_filter.c
  - src/core/ext/census/grpc_plugin.c
  - src/core/ext/census/initialize.c
  - src/core/ext/census/mlog.c
  - src/core/ext/census/operation.c
  - src/core/ext/census/placeholders.c
  - src/core/ext/census/resource.c
  - src/core/ext/census/trace_context.c
  - src/core/ext/census/tracing.c
  plugin: census_grpc_plugin
  uses:
  - grpc_base
  - nanopb
- name: gpr_base
  public_headers:
  - include/grpc/support/alloc.h
  - include/grpc/support/atm.h
  - include/grpc/support/atm_gcc_atomic.h
  - include/grpc/support/atm_gcc_sync.h
  - include/grpc/support/atm_windows.h
  - include/grpc/support/avl.h
  - include/grpc/support/cmdline.h
  - include/grpc/support/cpu.h
  - include/grpc/support/histogram.h
  - include/grpc/support/host_port.h
  - include/grpc/support/log.h