[roll] Roll fuchsia [boards][x64] Factor out common x86 configs into "x86-common.gni".

We move the duplicated config items into a single base config
"x86-common.gni" that the other configs derive from.

This CL creates no semantic changes. Running the script:

    for i in x64 chromebook-x64 qemu-x64; do
        git checkout ${BEFORE}
        fx --dir out/default set core.$i
        fx gn gen out/default --ide=json --json-file-name=before.json
        git checkout ${AFTER}
        fx gn gen out/default --ide=json --json-file-name=after.json
        wdiff --no-common out/default/before.json out/default/after.json
    done

shows no change in targets after this CL.

Original-Bug: 67913
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472704
Original-Revision: efce093eeaed8c9b9a7bcdd4ad8228151f037ef6
GitOrigin-RevId: 4dd9ff9cc6ebb1c73089d4fd7dcc048e3ef7dd1e
Change-Id: I1421ef9a46c0ef04980db4108919464b4f562713
1 file changed
tree: e3a3e70de300787298a0344e1c39de19a35c439e
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.