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

Unified Diff: services/catalog/public/cpp/BUILD.gn

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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: services/catalog/public/cpp/BUILD.gn
diff --git a/components/resource_provider/public/cpp/BUILD.gn b/services/catalog/public/cpp/BUILD.gn
similarity index 57%
rename from components/resource_provider/public/cpp/BUILD.gn
rename to services/catalog/public/cpp/BUILD.gn
index cd43772e46a2bd2c58bf1cb941e5fd0df05d4d4a..acd57f1517a2f3cdf796cb424e315b68286c1bac 100644
--- a/components/resource_provider/public/cpp/BUILD.gn
+++ b/services/catalog/public/cpp/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
+# Copyright 2016 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.
@@ -9,13 +9,9 @@ source_set("cpp") {
]
deps = [
- "../interfaces",
"//base",
- "//mojo/common",
+ "//components/filesystem/public/interfaces",
"//mojo/platform_handle",
"//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//services/shell/public/cpp",
- "//services/shell/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698