forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuchsia: Refactor Fuchsia SDK package GN templates.
Refactors the Fuchsia SDK packages to make dependencies on SDK FIDL libraries easier. The previous definitions hid FIDL definitions inside a template subtarget with inaccessible visibility. * Add fuchsia_sdk_fidl_pkg() for FIDL files only, which can be depended on by directly specifying the target_name (no suffix). * Remove fidl_* from fuchsia_sdk_pkg. * Combine fuchsia_sdk_lib_pkg and fuchsia_sdk_pkg - there is so much overlap between the two that the convenience seemed minor compared to the overhead of adding another rule. Change-Id: I2db7191d73fd971442b05ad91b831882cbaefe7e Reviewed-on: https://chromium-review.googlesource.com/1080207 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#563116}
- Loading branch information
Kevin Marshall
authored and
Commit Bot
committed
May 31, 2018
1 parent
1604ce4
commit d23c906
Showing
3 changed files
with
128 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.