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

Unified Diff: extensions/browser/mojo/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: unending win fixes Created 4 years, 3 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: extensions/browser/mojo/BUILD.gn
diff --git a/services/catalog/public/cpp/BUILD.gn b/extensions/browser/mojo/BUILD.gn
similarity index 52%
copy from services/catalog/public/cpp/BUILD.gn
copy to extensions/browser/mojo/BUILD.gn
index 3b2def13e7e2d22f958a5a54913022f3dab96347..dde44d2dfc2997af42c2a77d16ac92059b9fedd8 100644
--- a/services/catalog/public/cpp/BUILD.gn
+++ b/extensions/browser/mojo/BUILD.gn
@@ -2,17 +2,18 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
+source_set("mojo") {
sources = [
- "resource_loader.cc",
- "resource_loader.h",
+ "keep_alive_impl.cc",
+ "keep_alive_impl.h",
+ "service_registration.cc",
+ "service_registration.h",
+ "stash_backend.cc",
+ "stash_backend.h",
]
deps = [
- "//base",
- "//components/filesystem/public/interfaces",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
+ "//extensions/common:mojo",
"//services/shell/public/cpp",
]
}

Powered by Google App Engine
This is Rietveld 408576698