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

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

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ 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..08b09f9bbad2e772924180818b66526912c03005 100644
--- a/third_party/WebKit/Source/core/plugins/BUILD.gn
+++ b/third_party/WebKit/Source/core/plugins/BUILD.gn
@@ -4,8 +4,13 @@
# This currently is here just to hold the header file. If this starts compiling
# source, this target should be changed to a blink_core_sources type.
-source_set("plugins") {
+
+import("//third_party/WebKit/Source/core/core.gni")
+
+blink_core_sources("plugins") {
sources = [
+ "PluginClient.cpp",
+ "PluginClient.h",
"PluginView.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/core/plugins/PluginClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698