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

Unified Diff: components/sessions/BUILD.gn

Issue 1321713005: Abstract WebContents/NavigationController from core TabRestore code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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_live_tab.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 f77654ed597cf264edc633090d9d3f43316a7f23..20ed87eb7ae78b18e5dbf5dd3fef7e83908104c8 100644
--- a/components/sessions/BUILD.gn
+++ b/components/sessions/BUILD.gn
@@ -14,6 +14,8 @@ if (!is_ios) {
# GYP version: components/sessions.gypi:sessions_content
component("sessions") {
sources = [
+ "content/content_live_tab.cc",
+ "content/content_live_tab.h",
"content/content_serialized_navigation_builder.cc",
"content/content_serialized_navigation_builder.h",
"content/content_serialized_navigation_driver.cc",
@@ -69,6 +71,7 @@ source_set("shared") {
"base_session_service_commands.cc",
"base_session_service_commands.h",
"base_session_service_delegate.h",
+ "core/live_tab.h",
"core/serialized_navigation_driver.h",
"core/session_constants.cc",
"core/session_constants.h",
« no previous file with comments | « components/sessions.gypi ('k') | components/sessions/content/content_live_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698