Index: mojo/runner/BUILD.gn |
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn |
index 6ed8bb196d7504cb486b36613b23d13099386356..b3902139b6753d8ebeac7b76546edaaf1af952f4 100644 |
--- a/mojo/runner/BUILD.gn |
+++ b/mojo/runner/BUILD.gn |
@@ -2,12 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//build/config/ui.gni") |
import("//mojo/generate_mojo_shell_assets_list.gni") |
-import("//third_party/mojo/src/mojo/public/mojo.gni") |
-import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
+import("//mojo/public/mojo_application.gni") |
import("//testing/test.gni") |
+import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
# We don't support building in the component build since mojo apps are |
# inherently components. |