Skip to content
Snippets Groups Projects
build.yaml 61.09 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:
  '#1': The public version number of the library.
  '#2': Master always has a "-dev" suffix
  '#3': Use "-preN" suffixes to identify pre-release versions
  '#4': Per-language overrides are possible with (eg) ruby_version tag here
  '#5': See the expand_version.py for all the quirks here
  version: 0.14.0-dev
filegroups:
- name: census
  public_headers:
  - include/grpc/census.h
  headers:
  - src/core/census/aggregation.h
  - src/core/census/mlog.h
  - src/core/census/rpc_metric_id.h
  src:
  - src/core/census/context.c
  - src/core/census/initialize.c
  - src/core/census/mlog.c
  - src/core/census/operation.c
  - src/core/census/placeholders.c
  - src/core/census/tracing.c
- name: gpr
  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_win32.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
  - include/grpc/support/log_win32.h
  - include/grpc/support/port_platform.h
  - include/grpc/support/slice.h
  - include/grpc/support/slice_buffer.h
  - include/grpc/support/string_util.h
  - include/grpc/support/subprocess.h
  - include/grpc/support/sync.h
  - include/grpc/support/sync_generic.h
  - include/grpc/support/sync_posix.h
  - include/grpc/support/sync_win32.h
  - include/grpc/support/thd.h
  - include/grpc/support/time.h
  - include/grpc/support/tls.h
  - include/grpc/support/tls_gcc.h
  - include/grpc/support/tls_msvc.h
  - include/grpc/support/tls_pthread.h
  - include/grpc/support/useful.h
  headers:
  - src/core/profiling/timers.h
  - src/core/support/block_annotate.h
  - src/core/support/env.h
  - src/core/support/file.h
  - src/core/support/murmur_hash.h
  - src/core/support/stack_lockfree.h
  - src/core/support/string.h
  - src/core/support/string_win32.h
  - src/core/support/thd_internal.h
  - src/core/support/time_precise.h
  src:
  - src/core/profiling/basic_timers.c
  - src/core/profiling/stap_timers.c
  - src/core/support/alloc.c