Remove files related to custom_options_test

It turns out that including these tests in the build graph is impossible
because BUILD.gn files in the secondary source location are interpreted
as though they are in the primary source location. This means that paths
are interpreted relative to the primary source location, which doesn't
contain `src/test/custom_options.{cc,proto}`.

Change-Id: Ibb147189981dc8e990a18070950b7162e92fff0e
4 files changed
tree: 56b51685151ceb450dffd40386ab670c08c4adee
  1. AUTHORS
  2. BUILD.gn
  3. BUILD.input.gn
  4. CONTRIBUTING.md
  5. gen.py
  6. LICENSE
  7. OWNERS
  8. PATENTS
  9. proto_library.gni
  10. protoc_wrapper.py
  11. README.md
README.md

Protocol Buffers GN Build Support

This repository contains GN build system support for Protocol Buffers. It's in its own repository because it needs to be shared by Fuchsia and Cobalt.

This repo should be checked out such that:

  • It is in //build/secondary/third_party/protobuf.
  • Protobuf is in //third_party/protobuf.
  • //.gn contains secondary_source = "//build/secondary/"

See the GN documentation on secondary_source.