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

Unified Diff: mojo/services/service_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/service_cache/public/interfaces/BUILD.gn
diff --git a/mojo/services/content_handler/public/interfaces/BUILD.gn b/mojo/services/service_cache/public/interfaces/BUILD.gn
similarity index 86%
copy from mojo/services/content_handler/public/interfaces/BUILD.gn
copy to mojo/services/service_cache/public/interfaces/BUILD.gn
index c58507a1f7de5a7a6d3aae41cb6bf13fd32db767..0feafa9f67a32dbe77835a78fcb67a5261b643da 100644
--- a/mojo/services/content_handler/public/interfaces/BUILD.gn
+++ b/mojo/services/service_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 = [
- "content_handler.mojom",
+ "service_cache.mojom",
]
import_dirs = [ get_path_info("../../../", "abspath") ]

Powered by Google App Engine
This is Rietveld 408576698