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

Unified Diff: chrome/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: nit fix 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 351fcadc227e6d69b2260d6ad1a3cac670fb9015..0fbd21a95acf63b3db1cf475e53088cb3beb112f 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -42,6 +42,7 @@ static_library("renderer") {
"//components/error_page/renderer",
"//components/password_manager/content/renderer",
"//components/plugins/renderer",
+ "//components/printing/renderer:printing_renderer",
"//components/startup_metric_utils",
"//components/translate/content/renderer",
"//components/translate/core/common",
@@ -162,7 +163,7 @@ static_library("renderer") {
# TODO(GYP)
Lei Zhang 2015/01/09 22:02:42 This entire block should be moved out of this file
dgn 2015/01/12 20:22:39 I guess I could fix the TODO as well while I'm at
Lei Zhang 2015/01/12 21:24:21 I guess someone added the file to the GN build and
# 'sources': [
- # 'renderer/printing/print_web_view_helper_pdf_win.cc',
+ # '//components/printing/renderer/print_web_view_helper_pdf_win.cc',
# ],
}

Powered by Google App Engine
This is Rietveld 408576698