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

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: Address codereview comment and try to fix Mac 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index e72155654120516bb9b581d2d2fe03e2e1a31d66..28c0ce9ae2512e382c2b5510e8ca1e1eb79a0642 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -215,6 +215,7 @@ static_library("content_shell_lib") {
"//media",
"//net",
"//net:net_resources",
+ "//ppapi:blink_test_plugin",
"//skia",
"//storage/browser",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698