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

Unified Diff: third_party/WebKit/Source/core/plugins/BUILD.gn

Issue 2718023002: //third_party/WebKit/Source/core: include v8 as a user, not system, header (Closed)
Patch Set: Fix plugin/BUILD.gn deps Created 3 years, 10 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: third_party/WebKit/Source/core/plugins/BUILD.gn
diff --git a/third_party/WebKit/Source/core/plugins/BUILD.gn b/third_party/WebKit/Source/core/plugins/BUILD.gn
index bbd784caf3f61e5df282c621b384b82cd08ac878..c53b41a01230b3c06f1c77a778ccd8da70c91db9 100644
--- a/third_party/WebKit/Source/core/plugins/BUILD.gn
+++ b/third_party/WebKit/Source/core/plugins/BUILD.gn
@@ -8,4 +8,7 @@ source_set("plugins") {
sources = [
"PluginView.h",
]
+ deps = [
+ "//v8",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698