Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1675)

Unified Diff: mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn

Issue 1088533003: Adding URLResponse Disk Cache to mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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") ]
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698