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

Unified Diff: chrome/renderer/BUILD.gn

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 33bb0fe6ba21fb52e8070f1bd847cc92a660371b..fef95078847bbc2adf2e4d19c8da20923d56d675 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -124,8 +124,10 @@ static_library("renderer") {
if (printing_mode > 0) {
deps += [ "//printing" ]
+ sources += rebase_path(gypi_values.chrome_renderer_printing_sources,
+ ".", "..")
if (printing_mode == 1) {
- sources += rebase_path(gypi_values.chrome_renderer_printing_sources,
+ sources += rebase_path(gypi_values.chrome_renderer_full_printing_sources,
".", "..")
}
}

Powered by Google App Engine
This is Rietveld 408576698