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

Unified Diff: components/sessions/BUILD.gn

Issue 1343833002: Abstract content::SessionStorageNamespace from core TabRestore code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extension_tab_helper
Patch Set: Response to review Created 5 years, 3 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 | « components/sessions.gypi ('k') | components/sessions/content/content_tab_client_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/sessions.gypi ('k') | components/sessions/content/content_tab_client_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698