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

Unified Diff: chrome/common/BUILD.gn

Issue 2901563003: PDF: Add UMA to track embedded PDF triggered drive-by downloads. (Closed)
Patch Set: remove stray comment 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 6d49fa125baae79142b387ed06df1bf27e03fdfc..8922e36c8db0a6bfdea108b483b7954a18b9b4e7 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -469,6 +469,12 @@ static_library("common") {
]
}
+ if (enable_pdf) {
Lei Zhang 2017/05/24 22:39:21 You are using BUILDFLAG(ENABLE_PLUGINS) in the C++
tommycli 2017/05/25 18:16:37 Actually i have no idea what i was thinking. i spe
+ sources += [
+ "pdf_uma.cc",
+ "pdf_uma.h",
+ ]
+ }
if (enable_plugins) {
sources += [
"pepper_flash.cc",

Powered by Google App Engine
This is Rietveld 408576698