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

Unified Diff: chrome/test/BUILD.gn

Issue 2528483003: [Android Downloads] Long-press menu item "Download Link" should delegate job to OfflinePages backen… (Closed)
Patch Set: Added a simple test and changes per asanka's 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 64343dc69882fa304c2e2684725484c9245c1ba4..7cdc26f9b0e6ce5800a8e97bf7e7db320618a329 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3530,6 +3530,7 @@ test("unit_tests") {
if (is_android) {
sources += [
# Offline pages are currently only on Android.
+ "../browser/android/offline_pages/downloads/resource_throttle_unittest.cc",
"../browser/android/offline_pages/offline_page_mhtml_archiver_unittest.cc",
"../browser/android/offline_pages/offline_page_request_job_unittest.cc",
"../browser/android/offline_pages/offline_page_utils_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698