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

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: Address comments. 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 3f3fb75fd0e0dcf46c1f49c00abd6510a249190e..45094bdea39a5ec3572f1e320225a38772d3eb90 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -249,6 +249,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",
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_file_io_host.cc ('k') | content/common/quarantine/quarantine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698