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

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: 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 | « chrome/common/print_messages.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 351fcadc227e6d69b2260d6ad1a3cac670fb9015..600bf5349b6f2baf02572169ffaf2b00e7518ce1 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",
@@ -159,11 +160,6 @@ static_library("renderer") {
sources +=
rebase_path(gypi_values.chrome_renderer_non_android_sources, ".", "..")
}
-
- # TODO(GYP)
- # 'sources': [
- # 'renderer/printing/print_web_view_helper_pdf_win.cc',
- # ],
}
# In GYP this is part of test_support_common.
« no previous file with comments | « chrome/common/print_messages.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698