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" ]