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

Unified Diff: content/shell/BUILD.gn

Issue 1480303002: Implement a basic PPAPI plugin for Blink layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android after https://codereview.chromium.org/1478633002 Created 5 years 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/renderer/pepper/event_conversion.cc ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 9178ec825e0b2745b44adb43f42937385088ae51..e72cc8f1880c2a98243ed109135ef1afd7fed1d6 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -237,7 +237,10 @@ static_library("content_shell_lib") {
#'copy_test_netscape_plugin', TODO(GYP)
]
if (enable_plugins) {
- deps += [ "//content/ppapi_plugin" ]
+ deps += [
+ "//content/ppapi_plugin",
+ "//ppapi:blink_test_plugin",
+ ]
}
if (is_win) {
« no previous file with comments | « content/renderer/pepper/event_conversion.cc ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698