commit | 87c850207e26babd15dbec3cf4932e2aea5e5078 | [log] [tgz] |
---|---|---|
author | Kevin Marshall <[email protected]> | Tue Oct 23 00:29:44 2018 |
committer | Commit Bot <[email protected]> | Tue Oct 23 00:29:44 2018 |
tree | 3133420614da3d0b496a0c7e537e14817ea6b6c9 | |
parent | 84d6ae374c2591fd605e3fba51e15ca5421d749e [diff] [blame] |
Fuchsia: Use SDK manifest for CC prebuilt and source packages. Finishes the switch from using hand-rolled SDK target definitions to using targets automatically generated from SDK metadata files. A slightly oddball Vulkan copy rule remains intact. * Remove the old targets from fuchsia_sdk/BUILD.gn * Switch existing dependents of fuchsia_sdk:* targets to use fuchsia_sdk/sdk:* instead. * Some "gn format" fixups. [email protected] Bug: 888753 Change-Id: I3aa9e6aa68cebae343609fc85c9a1c7d0ed1c7aa Reviewed-on: https://chromium-review.googlesource.com/c/1292570 Reviewed-by: Kevin Marshall <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Wez <[email protected]> Reviewed-by: David Benjamin <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Commit-Queue: Kevin Marshall <[email protected]> Cr-Commit-Position: refs/heads/master@{#601799}
diff --git a/net/BUILD.gn b/net/BUILD.gn index d88b362..99041ad 100644 --- a/net/BUILD.gn +++ b/net/BUILD.gn
@@ -5396,7 +5396,7 @@ if (is_fuchsia) { use_test_server = true deps += [ - "//third_party/fuchsia-sdk:fidl_cpp", + "//third_party/fuchsia-sdk/sdk:fidl_cpp", "//third_party/fuchsia-sdk/sdk:netstack", ] sources += [ "base/network_change_notifier_fuchsia_unittest.cc" ]