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

Side by Side Diff: components/sessions.gypi

Issue 1372103002: [sessions] Introduce iOS implementation of LiveTab interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/sessions/BUILD.gn » ('j') | components/sessions/ios/ios_live_tab.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # Core sources shared by sessions_content and sessions_ios. These can't 7 # Core sources shared by sessions_content and sessions_ios. These can't
8 # be a separate shared library since one symbol is implemented higher up in 8 # be a separate shared library since one symbol is implemented higher up in
9 # the sessions_content/ios layer. 9 # the sessions_content/ios layer.
10 'sessions_core_sources': [ 10 'sessions_core_sources': [
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ], 140 ],
141 'include_dirs': [ 141 'include_dirs': [
142 '..', 142 '..',
143 ], 143 ],
144 'defines': [ 144 'defines': [
145 'SESSIONS_IMPLEMENTATION', 145 'SESSIONS_IMPLEMENTATION',
146 ], 146 ],
147 'sources': [ 147 'sources': [
148 '<@(sessions_core_sources)', 148 '<@(sessions_core_sources)',
149 149
150 'sessions/ios/ios_live_tab.cc',
151 'sessions/ios/ios_live_tab.h',
150 'sessions/ios/ios_serialized_navigation_builder.cc', 152 'sessions/ios/ios_serialized_navigation_builder.cc',
151 'sessions/ios/ios_serialized_navigation_builder.h', 153 'sessions/ios/ios_serialized_navigation_builder.h',
152 'sessions/ios/ios_serialized_navigation_driver.cc', 154 'sessions/ios/ios_serialized_navigation_driver.cc',
153 'sessions/ios/ios_serialized_navigation_driver.h', 155 'sessions/ios/ios_serialized_navigation_driver.h',
154 ], 156 ],
155 }, 157 },
156 ], 158 ],
157 }], 159 }],
158 ], 160 ],
159 161
160 } 162 }
OLDNEW
« no previous file with comments | « no previous file | components/sessions/BUILD.gn » ('j') | components/sessions/ios/ios_live_tab.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698