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

Unified Diff: chrome/plugin/BUILD.gn

Issue 718453003: Initialize V8 in PDFium from external files (plugin process only) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix API 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 | « chrome/chrome_plugin.gypi ('k') | chrome/plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/BUILD.gn
diff --git a/chrome/plugin/BUILD.gn b/chrome/plugin/BUILD.gn
index 76e4109793243aa9990a9a8ae88c48e3b3a1fb2c..1da688a0741b86e45b2e3056bd13812ab31a3b1f 100644
--- a/chrome/plugin/BUILD.gn
+++ b/chrome/plugin/BUILD.gn
@@ -14,5 +14,6 @@ static_library("plugin") {
"//base",
"//chrome:strings",
"//content/public/plugin",
+ "//gin",
]
}
« no previous file with comments | « chrome/chrome_plugin.gypi ('k') | chrome/plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698