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

Unified Diff: content/ppapi_plugin/BUILD.gn

Issue 1856963002: Remove content/public/plugin and chrome/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_03_content_child_npapi
Patch Set: rebase Created 4 years, 8 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 | « content/content_ppapi_plugin.gypi ('k') | content/ppapi_plugin/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/BUILD.gn
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn
index eb608e72631f078ce8779a6f02b003897a2744f5..e8dfe47d7df5a4d7b593d186c89bf6122cedcc53 100644
--- a/content/ppapi_plugin/BUILD.gn
+++ b/content/ppapi_plugin/BUILD.gn
@@ -21,6 +21,7 @@ source_set("ppapi_plugin_sources") {
visibility = [
":ppapi_plugin",
"//content", # For the component build.
+ "//gin",
]
sources = [
@@ -36,7 +37,10 @@ source_set("ppapi_plugin_sources") {
"ppapi_thread.h",
]
- configs += [ "//content:content_implementation" ]
+ configs += [
+ "//content:content_implementation",
+ "//v8:external_startup_data",
+ ]
deps = [
"//base",
« no previous file with comments | « content/content_ppapi_plugin.gypi ('k') | content/ppapi_plugin/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698