[roll] Roll fuchsia [build][fidl] Clean up experimental flags

This CL adds experimental flag forwarding to the GN SDK
gen_fidl_response_file.py script; makes it and the internal
gen_response_file.py use --experimental rather than --experimental-flag
for consistency with fidlc; and removes the obsolete new_syntax_only
flag so that we can delete it from fidlc.

Forwarding experimental flags in the GN SDK script is important so that
we can enable flags in the out-of-tree repo along with any necessary
code changes, rather than unconditionally setting flags in the script
and having to rely on LSC presubmits.

Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/691643
Original-Revision: 0a4f9be4065d5056a5ce032f0112b2a4d96e7354
GitOrigin-RevId: a670932f797df476daf91e314d96a9dbdf48f7a6
Change-Id: I34c3aefd937d95e4a0219b1c0cee1b2b2c003526
1 file changed
tree: e854c9110d66e9861e9aadb17cbc631a255eee15
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.