diff --git a/mojo/services/mojo_sdk_root.gni b/mojo/services/mojo_sdk_root.gni deleted file mode 100644 index 1d31dcc674d74c..00000000000000 --- a/mojo/services/mojo_sdk_root.gni +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 2014 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# This variable should point to the parent directory of the Mojo SDK. -mojo_sdk_root = "//third_party/mojo/src" diff --git a/third_party/mojo_services/src/mojo_sdk_root.gni b/third_party/mojo_services/src/mojo_sdk_root.gni deleted file mode 100644 index be420b7342399b..00000000000000 --- a/third_party/mojo_services/src/mojo_sdk_root.gni +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2014 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# This variable should point to the parent directory of the Mojo SDK. -mojo_sdk_root = "//third_party/mojo/src" -network_service_root = "//mojo/services"