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

Side by Side Diff: components/sessions/BUILD.gn

Issue 1372103002: [sessions] Introduce iOS implementation of LiveTab interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review 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 | « components/sessions.gypi ('k') | components/sessions/ios/ios_live_tab.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 } 7 }
8 8
9 config("implementation") { 9 config("implementation") {
10 defines = [ "SESSIONS_IMPLEMENTATION" ] 10 defines = [ "SESSIONS_IMPLEMENTATION" ]
(...skipping 23 matching lines...) Expand all
34 deps = [ 34 deps = [
35 "//base", 35 "//base",
36 "//base/third_party/dynamic_annotations", 36 "//base/third_party/dynamic_annotations",
37 "//ui/base", 37 "//ui/base",
38 "//url", 38 "//url",
39 ] 39 ]
40 } 40 }
41 } else { 41 } else {
42 source_set("sessions") { 42 source_set("sessions") {
43 sources = [ 43 sources = [
44 "ios/ios_live_tab.cc",
45 "ios/ios_live_tab.h",
44 "ios/ios_serialized_navigation_builder.cc", 46 "ios/ios_serialized_navigation_builder.cc",
45 "ios/ios_serialized_navigation_builder.h", 47 "ios/ios_serialized_navigation_builder.h",
46 "ios/ios_serialized_navigation_driver.cc", 48 "ios/ios_serialized_navigation_driver.cc",
47 "ios/ios_serialized_navigation_driver.h", 49 "ios/ios_serialized_navigation_driver.h",
48 ] 50 ]
49 51
50 public_deps = [ 52 public_deps = [
51 ":shared", 53 ":shared",
52 ] 54 ]
53 55
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "ios/ios_serialized_navigation_driver_unittest.cc", 163 "ios/ios_serialized_navigation_driver_unittest.cc",
162 ] 164 ]
163 deps = [ 165 deps = [
164 ":sessions", 166 ":sessions",
165 ":test_support", 167 ":test_support",
166 "//base/test:test_support", 168 "//base/test:test_support",
167 "//testing/gtest", 169 "//testing/gtest",
168 ] 170 ]
169 } 171 }
170 } 172 }
OLDNEW
« no previous file with comments | « components/sessions.gypi ('k') | components/sessions/ios/ios_live_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698