| Index: components/sessions/BUILD.gn
|
| diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn
|
| index 9808b1bcaff2ea0575f384fdc8f3f98ef7c500cc..f77654ed597cf264edc633090d9d3f43316a7f23 100644
|
| --- a/components/sessions/BUILD.gn
|
| +++ b/components/sessions/BUILD.gn
|
| @@ -18,6 +18,8 @@ if (!is_ios) {
|
| "content/content_serialized_navigation_builder.h",
|
| "content/content_serialized_navigation_driver.cc",
|
| "content/content_serialized_navigation_driver.h",
|
| + "content/content_tab_client_data.cc",
|
| + "content/content_tab_client_data.h",
|
| ]
|
|
|
| configs += [ ":implementation" ]
|
| @@ -70,6 +72,7 @@ source_set("shared") {
|
| "core/serialized_navigation_driver.h",
|
| "core/session_constants.cc",
|
| "core/session_constants.h",
|
| + "core/tab_restore_service_client.cc",
|
| "core/tab_restore_service_client.h",
|
| "serialized_navigation_entry.cc",
|
| "serialized_navigation_entry.h",
|
|
|