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

Unified Diff: content/test/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
« no previous file with comments | « content/public/common/quarantine.h ('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 57fb16e95d0c7018d8784a612b202673db029524..2e5d923ae445f787b4ed9ddf7b66953730062ebb 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1018,9 +1018,6 @@ test("content_unittests") {
"../browser/download/download_file_unittest.cc",
"../browser/download/download_item_impl_unittest.cc",
"../browser/download/download_manager_impl_unittest.cc",
- "../browser/download/quarantine_linux_unittest.cc",
- "../browser/download/quarantine_mac_unittest.mm",
- "../browser/download/quarantine_win_unittest.cc",
"../browser/download/rate_estimator_unittest.cc",
"../browser/download/save_package_unittest.cc",
"../browser/fileapi/copy_or_move_file_validator_unittest.cc",
@@ -1305,6 +1302,10 @@ test("content_unittests") {
"../common/page_state_serialization_unittest.cc",
"../common/page_zoom_unittest.cc",
"../common/plugin_list_unittest.cc",
+ "../common/quarantine/quarantine_linux_unittest.cc",
+ "../common/quarantine/quarantine_mac_unittest.mm",
+ "../common/quarantine/quarantine_unittest.cc",
+ "../common/quarantine/quarantine_win_unittest.cc",
"../common/sandbox_mac_compiler_unittest.mm",
"../common/sandbox_mac_diraccess_unittest.mm",
"../common/sandbox_mac_fontloading_unittest.mm",
« no previous file with comments | « content/public/common/quarantine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698