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

Unified Diff: components/printing/common/BUILD.gn

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps, owners, readme Created 5 years, 11 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 | « components/printing/README ('k') | components/printing/common/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/common/BUILD.gn
diff --git a/components/printing/common/BUILD.gn b/components/printing/common/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..311007288bcb2d02f073e2f7133bea29ce0744bc
--- /dev/null
+++ b/components/printing/common/BUILD.gn
@@ -0,0 +1,18 @@
+# Copyright 2015 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.
+
+static_library("printing_common") {
+ sources = [
+ "print_messages.cc",
+ "print_messages.h",
+ ]
+
+ deps = [
+ "//base",
+ "//ipc",
+ "//printing",
+ "//third_party/WebKit/public:blink",
+ "//ui/gfx",
+ ]
+}
« no previous file with comments | « components/printing/README ('k') | components/printing/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698