[build] //build/components/components.gni -> //build/components.gni

Change-Id: Ic3a679df4896333be8b76e0a035d04bfa421a2d9
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514066
Fuchsia-Auto-Submit: Shai Barack <shayba@google.com>
Reviewed-by: Prashanth Swaminathan <prashanthsw@google.com>
Commit-Queue: Shai Barack <shayba@google.com>
diff --git a/build/components/components.gni b/build/components.gni
similarity index 100%
rename from build/components/components.gni
rename to build/components.gni
diff --git a/src/sys/build/components.gni b/src/sys/build/components.gni
index ccdd510..ddd9aef9 100644
--- a/src/sys/build/components.gni
+++ b/src/sys/build/components.gni
@@ -3,4 +3,4 @@
 # found in the LICENSE file.
 
 # TODO: delete this file and move all imports to the path below.
-import("//build/components/components.gni")
+import("//build/components.gni")