| Index: mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn
|
| diff --git a/mojo/services/navigation/public/interfaces/BUILD.gn b/mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn
|
| similarity index 84%
|
| copy from mojo/services/navigation/public/interfaces/BUILD.gn
|
| copy to mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn
|
| index 19b9f8aa184858784dad5f0e3e8a84320b97766c..aac931e1dc928612f4fd3874dc29686d613945c0 100644
|
| --- a/mojo/services/navigation/public/interfaces/BUILD.gn
|
| +++ b/mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2015 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.
|
|
|
| @@ -7,7 +7,7 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "navigation.mojom",
|
| + "url_response_disk_cache.mojom",
|
| ]
|
|
|
| import_dirs = [ get_path_info("../../../", "abspath") ]
|
|
|