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

Unified Diff: content/test/BUILD.gn

Issue 2356053002: [HBD] Only use Plugin Content Settings for Flash. (Closed)
Patch Set: address xhwang comments 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
« no previous file with comments | « content/public/test/ppapi_test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index bee53fb1c0c4cb0e4e360d5393358f0ec63d4613..d17fe1227acb858baad122c313739cb94536fbc2 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) {
« no previous file with comments | « 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