Move *.gni files from root to config/gni
This allows us to clean up the OWNERS as well and add a single
OWNERS file in /config/gni to allow all COMMON_OWNERS to make
changes to these files.
DISABLE_THIRD_PARTY_CHECK=File move
[email protected]
Bug: 1187573
Change-Id: I989caf2762e75725d22fa80f573c72bcf6570dd8
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2817617
Reviewed-by: Yang Guo <[email protected]>
Commit-Queue: Tim van der Lippe <[email protected]>
diff --git a/BUILD.gn b/BUILD.gn
index 867367c..95d63c1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -4,11 +4,11 @@
import("//build/config/python.gni")
-import("./all_devtools_files.gni")
-import("./all_devtools_modules.gni")
-import("./devtools_grd_files.gni")
-import("./devtools_image_files.gni")
-import("./devtools_module_entrypoints.gni")
+import("./config/gni/all_devtools_files.gni")
+import("./config/gni/all_devtools_modules.gni")
+import("./config/gni/devtools_grd_files.gni")
+import("./config/gni/devtools_image_files.gni")
+import("./config/gni/devtools_module_entrypoints.gni")
import("./front_end/emulated_devices/optimized/optimized_images.gni")
import("./scripts/build/ninja/vars.gni")
import("./third_party/blink/public/public_features.gni")