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

Unified Diff: content/public/plugin/BUILD.gn

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 5 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_shell.gypi ('k') | content/public/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/plugin/BUILD.gn
diff --git a/content/public/plugin/BUILD.gn b/content/public/plugin/BUILD.gn
index 059aea60ebde90b69dc745b093d184dd8a793019..9147cb89bd9ff9302a30449203d6a90e6d9e5b28 100644
--- a/content/public/plugin/BUILD.gn
+++ b/content/public/plugin/BUILD.gn
@@ -6,4 +6,8 @@ source_set("plugin") {
sources = [
"content_plugin_client.h",
]
+
+ deps = [
+ "//content/plugin",
+ ]
}
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698