commit | 0959043e9ef27e593d6104a3d62b768bc88cadf9 | [log] [tgz] |
---|---|---|
author | Jason Graffius <jgraff@google.com> | Tue Apr 20 20:34:54 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 20 20:34:54 2021 +0000 |
tree | 6c4e6f84c568789f4512049f826ed9f204754d30 | |
parent | d8f3abfdfa49dbbf403268870b263a50693c2f24 [diff] | |
parent | 73fbd22d71b8963473e8d74fa97b622337a992ac [diff] |
Merge "[protobuf] Add options for plugin depfile"
diff --git a/BUILD.gn b/BUILD.gn index 9deb404..c606657 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -478,7 +478,7 @@ } if (is_fuchsia_tree) { - import("//src/sys/build/components.gni") + import("//build/components.gni") fuchsia_unittest_package("protobuf_tests") { deps = [ ":custom_options_test" ]