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 64% |
rename from components/resource_provider/public/cpp/BUILD.gn |
rename to services/catalog/public/cpp/BUILD.gn |
index cd43772e46a2bd2c58bf1cb941e5fd0df05d4d4a..09e533f3727c553ecd87e0f5248576e9d26d68fa 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,10 @@ 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", |
] |
} |