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

Unified Diff: ios/chrome/browser/sessions/BUILD.gn

Issue 2732063003: Add unittests checking that old saved session can be restored. (Closed)
Patch Set: Rebase and document -performSaveToDirectoryInBackground:. Created 3 years, 9 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
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/session_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sessions/BUILD.gn
diff --git a/ios/chrome/browser/sessions/BUILD.gn b/ios/chrome/browser/sessions/BUILD.gn
index cf8b95d284bbc485356d4ed4ed890379a8aaf995..1058dfbd6ef2d66cba1889d77e84cf5b27c3684e 100644
--- a/ios/chrome/browser/sessions/BUILD.gn
+++ b/ios/chrome/browser/sessions/BUILD.gn
@@ -92,6 +92,8 @@ bundle_data("resources_unit_tests") {
testonly = true
sources = [
"//ios/chrome/test/data/sessions/corrupted.plist",
+ "//ios/chrome/test/data/sessions/session_m57.plist",
+ "//ios/chrome/test/data/sessions/session_m58.plist",
]
outputs = [
"{{bundle_resources_dir}}/ios/chrome/test/data/sessions/{{source_file_part}}",
« no previous file with comments | « no previous file | ios/chrome/browser/sessions/session_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698