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

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

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: fix moar dependencies. 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/extensions/browser/mojo/BUILD.gn b/extensions/browser/mojo/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..43eb068adab803155e9149e35e86b02646dc9100
--- /dev/null
+++ b/extensions/browser/mojo/BUILD.gn
@@ -0,0 +1,18 @@
+# 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.
+
+source_set("mojo") {
+ sources = [
+ "keep_alive_impl.cc",
+ "keep_alive_impl.h",
+ "service_registration.cc",
+ "service_registration.h",
+ "stash_backend.cc",
+ "stash_backend.h",
+ ]
+
+ deps = [
+ "//extensions/common:mojo",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698