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

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

Issue 705623002: Initialize V8 in PDFium from external files (in-renderer process only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly cast size_t to int Created 6 years, 1 month 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/pdf.gypi ('k') | components/pdf/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pdf/renderer/BUILD.gn
diff --git a/components/pdf/renderer/BUILD.gn b/components/pdf/renderer/BUILD.gn
index c83ea41777c67abdb45768b02846ab6ce5aa9b25..5792d8d1e8c09e25c77251c5594e8b08ad19f1ff 100644
--- a/components/pdf/renderer/BUILD.gn
+++ b/components/pdf/renderer/BUILD.gn
@@ -20,6 +20,7 @@ static_library("renderer") {
"//components/resources:components_resources",
"//components/strings",
"//content/public/renderer",
+ "//gin",
"//ppapi:ppapi_shared",
"//third_party/icu",
"//v8",
« no previous file with comments | « components/pdf.gypi ('k') | components/pdf/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698