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

Unified Diff: components/sessions.gypi

Issue 1321713005: Abstract WebContents/NavigationController from core TabRestore code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix 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
Index: components/sessions.gypi
diff --git a/components/sessions.gypi b/components/sessions.gypi
index 0428a46ad9c501e72c8dcfcd28fb4143b70c0ee8..549df76082d3c28755f832860628ddd4d66feeaf 100644
--- a/components/sessions.gypi
+++ b/components/sessions.gypi
@@ -13,6 +13,7 @@
'sessions/base_session_service_commands.cc',
'sessions/base_session_service_commands.h',
'sessions/base_session_service_delegate.h',
+ 'sessions/core/open_tab.h',
'sessions/core/serialized_navigation_driver.h',
'sessions/core/session_constants.cc',
'sessions/core/session_constants.h',
@@ -68,7 +69,7 @@
{
# GN version: //components/sessions
'target_name': 'sessions_content',
- 'type': '<(component)',
+ 'type': 'static_library',
blundell 2015/09/16 16:20:36 You can ignore this; it's a temporary workaround f
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
@@ -90,6 +91,8 @@
# Note: sources list duplicated in GN build.
'<@(sessions_core_sources)',
+ 'sessions/content/content_open_tab.cc',
+ 'sessions/content/content_open_tab.h',
'sessions/content/content_serialized_navigation_builder.cc',
'sessions/content/content_serialized_navigation_builder.h',
'sessions/content/content_serialized_navigation_driver.cc',

Powered by Google App Engine
This is Rietveld 408576698