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

Unified Diff: content/common/BUILD.gn

Issue 2124373002: [PPAPI] Quarantine files that are writeable by a Pepper plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@consolidate-file-metadata
Patch Set: Move quarantine_* files to content/common/quarantine/ Created 4 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 4d49b09bfd3eaf54c8c3391500ece920f50d60af..a9f0155418d5778259e315d0ea0eedba51d823f0 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -248,6 +248,11 @@ source_set("common") {
"plugin_list.h",
"process_type.cc",
"push_messaging_messages.h",
+ "quarantine/quarantine.cc",
+ "quarantine/quarantine_constants_linux.h",
+ "quarantine/quarantine_linux.cc",
+ "quarantine/quarantine_mac.mm",
+ "quarantine/quarantine_win.cc",
"quota_messages.h",
"render_process_messages.h",
"resize_params.cc",

Powered by Google App Engine
This is Rietveld 408576698