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

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

Issue 2886113002: Introduce WebPluginContainerBase to abstract WebPluginContainerImpl. (Closed)
Patch Set: Rebase Created 3 years, 7 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/exported/BUILD.gn
diff --git a/third_party/WebKit/Source/core/exported/BUILD.gn b/third_party/WebKit/Source/core/exported/BUILD.gn
index e3a348c34f5327490f277267b3aefdc3b800889b..923108913c2a8ce877fcc37f56e3f8959a64db74 100644
--- a/third_party/WebKit/Source/core/exported/BUILD.gn
+++ b/third_party/WebKit/Source/core/exported/BUILD.gn
@@ -29,6 +29,8 @@ blink_core_sources("exported") {
"WebImageDecoder.cpp",
"WebMemoryStatistics.cpp",
"WebPerformance.cpp",
+ "WebPluginContainerBase.cpp",
+ "WebPluginContainerBase.h",
"WebRange.cpp",
"WebRenderTheme.cpp",
"WebScriptController.cpp",

Powered by Google App Engine
This is Rietveld 408576698