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

Unified Diff: content/test/BUILD.gn

Issue 2123023002: [Downloads] Consolidate MOTW annotation APIs into a single API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-safe-util-to-downloads
Patch Set: [win] Verify that the Zone.Identifier stream has the correct contents. 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 5143fceecb8515804021492424dc231f5e5e5723..121c0af8e2914dc261565592b67112ec727c7fa9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -985,7 +985,8 @@ 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/file_metadata_unittest_linux.cc",
+ "../browser/download/quarantine_linux_unittest.cc",
+ "../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",

Powered by Google App Engine
This is Rietveld 408576698