Index: mojo/services/native_support/interfaces/BUILD.gn |
diff --git a/mojo/services/native_support/public/interfaces/BUILD.gn b/mojo/services/native_support/interfaces/BUILD.gn |
similarity index 79% |
rename from mojo/services/native_support/public/interfaces/BUILD.gn |
rename to mojo/services/native_support/interfaces/BUILD.gn |
index 64f98f2a8835663e74837aeac8b35644cf80ccbc..a6a04a830591d0bbbbab5148ba0e4c27143c0405 100644 |
--- a/mojo/services/native_support/public/interfaces/BUILD.gn |
+++ b/mojo/services/native_support/interfaces/BUILD.gn |
@@ -10,9 +10,9 @@ mojom("interfaces") { |
"process.mojom", |
] |
- import_dirs = [ get_path_info("../../../", "abspath") ] |
+ import_dirs = [ get_path_info("../../", "abspath") ] |
public_deps = [ |
- "../../../files/interfaces", |
+ "../../files/interfaces", |
] |
} |