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

Unified Diff: ios/shared/chrome/browser/tabs/BUILD.gn

Issue 2771863002: [ios] Add free function to (de)serialise WebStateList. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 | « ios/chrome/browser/tabs/tab_model.mm ('k') | ios/shared/chrome/browser/tabs/web_state_list_serialization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/shared/chrome/browser/tabs/BUILD.gn
diff --git a/ios/shared/chrome/browser/tabs/BUILD.gn b/ios/shared/chrome/browser/tabs/BUILD.gn
index 484ea14f7533979e9ce047d552a49279eef48d0e..42b01ee233e4e8df8beac9d3631ef74dc64abbcf 100644
--- a/ios/shared/chrome/browser/tabs/BUILD.gn
+++ b/ios/shared/chrome/browser/tabs/BUILD.gn
@@ -17,6 +17,8 @@ source_set("tabs") {
"web_state_list_observer_bridge.mm",
"web_state_list_order_controller.h",
"web_state_list_order_controller.mm",
+ "web_state_list_serialization.h",
+ "web_state_list_serialization.mm",
"web_state_opener.h",
"web_state_opener.mm",
]
@@ -47,6 +49,7 @@ source_set("unit_tests") {
sources = [
"web_state_list_fast_enumeration_helper_unittest.mm",
"web_state_list_order_controller_unittest.mm",
+ "web_state_list_serialization_unittest.mm",
"web_state_list_unittest.mm",
"web_state_opener_unittest.mm",
]
@@ -54,6 +57,7 @@ source_set("unit_tests") {
":tabs",
":test_support",
"//base",
+ "//ios/web",
"//ios/web:test_support",
"//net",
"//testing/gtest",
« no previous file with comments | « ios/chrome/browser/tabs/tab_model.mm ('k') | ios/shared/chrome/browser/tabs/web_state_list_serialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698