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

Unified Diff: chrome/common/cloud_print/BUILD.gn

Issue 2942643002: Break up the chrome/common:common target (Closed)
Patch Set: Remove obsolete owners from chrome/common/cloud_print Created 3 years, 6 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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/cloud_print/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/cloud_print/BUILD.gn
diff --git a/chrome/common/cloud_print/BUILD.gn b/chrome/common/cloud_print/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..4e7cba807d79ab19d24c157b484cf695442bd968
--- /dev/null
+++ b/chrome/common/cloud_print/BUILD.gn
@@ -0,0 +1,25 @@
+# Copyright 2017 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("cloud_print") {
+ sources = [
+ "cloud_print_cdd_conversion.cc",
+ "cloud_print_cdd_conversion.h",
+ "cloud_print_class_mac.h",
+ "cloud_print_class_mac.mm",
+ "cloud_print_constants.cc",
+ "cloud_print_constants.h",
+ "cloud_print_helpers.cc",
+ "cloud_print_helpers.h",
+ "cloud_print_proxy_info.cc",
+ "cloud_print_proxy_info.h",
+ ]
+ deps = [
+ "//base",
+ "//chrome/common:channel_info",
+ "//components/cloud_devices/common",
+ "//net",
+ "//printing",
+ ]
+}
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/cloud_print/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698