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

Unified Diff: chrome/browser/BUILD.gn

Issue 2432593002: [Offline Pages] Add basic evaluation tests and related changes. (Closed)
Patch Set: Fix build failure. Created 4 years, 2 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d7473bf54f8cf901b430290209ef3af16eb9fffe..4378b65475ee133fce6bdd2f146f1c04644cc90f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3372,6 +3372,8 @@ split_static_library("browser") {
# Used for testing only, should not be shipped to end users.
if (!is_official_build) {
sources += [
+ "android/offline_pages/evaluation/evaluation_test_scheduler.cc",
+ "android/offline_pages/evaluation/evaluation_test_scheduler.h",
"android/offline_pages/evaluation/offline_page_evaluation_bridge.cc",
"android/offline_pages/evaluation/offline_page_evaluation_bridge.h",
]

Powered by Google App Engine
This is Rietveld 408576698