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

Unified Diff: content/test/BUILD.gn

Issue 2356053002: [HBD] Only use Plugin Content Settings for Flash. (Closed)
Patch Set: fix Created 4 years, 3 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 1f4665229c89b84b788d6257fd16fc9c4d6b6dd0..b1244be7324dee5637eef5691ae08e2d80710783 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -278,7 +278,10 @@ static_library("test_support") {
"//ppapi/shared_impl:test_support",
]
} else {
- sources -= [ "ppapi_unittest.cc" ]
+ sources -= [
+ "../public/test/ppapi_test_utils.cc",
+ "ppapi_unittest.cc",
+ ]
}
if (enable_webrtc) {
« content/public/test/ppapi_test_utils.h ('K') | « content/public/test/ppapi_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698