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

Unified Diff: extensions/browser/api/management/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . 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/api/management/BUILD.gn
diff --git a/extensions/browser/api/management/BUILD.gn b/extensions/browser/api/management/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..7fe5d399de9ba48c30e48af7a462c686bd0e7407
--- /dev/null
+++ b/extensions/browser/api/management/BUILD.gn
@@ -0,0 +1,17 @@
+# 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("management") {
+ sources = [
+ "management_api.cc",
+ "management_api.h",
+ "management_api_constants.cc",
+ "management_api_constants.h",
+ "management_api_delegate.h",
+ ]
+
+ deps = [
+ "//extensions/common/api",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698