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

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

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds forgotten files 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/OWNERS ('k') | components/printing/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/printing/renderer/BUILD.gn
diff --git a/components/printing/renderer/BUILD.gn b/components/printing/renderer/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..1d9eb52fc13463908a6e68c8af99ad1321c2ec43
--- /dev/null
+++ b/components/printing/renderer/BUILD.gn
@@ -0,0 +1,23 @@
+# 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("renderer") {
Vitaly Buka (NO REVIEWS) 2015/01/05 17:26:07 printing_renderer
dgn 2015/01/05 18:52:52 Done.
+ sources = [
+ "print_web_view_helper.cc",
+ "print_web_view_helper.h",
+ "print_web_view_helper_android.cc",
+ "print_web_view_helper_linux.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//content/public/common",
+ "//content/public/renderer",
+ "//net",
+ "//printing",
+ "//third_party/WebKit/public",
+ "//ui/base",
+ "//chrome/common",
Vitaly Buka (NO REVIEWS) 2015/01/05 17:26:07 components MUST NOT depend on chrome chrome can de
+ ]
+}
« no previous file with comments | « components/printing/OWNERS ('k') | components/printing/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698