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

Side by Side Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2956483003: [ios] TabIdTabHelper (Closed)
Patch Set: Additional unit tests and other edits. Created 3 years, 5 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 | ios/chrome/browser/tabs/tab.mm » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("tabs") { 5 source_set("tabs") {
6 sources = [ 6 sources = [
7 "legacy_tab_helper.h", 7 "legacy_tab_helper.h",
8 "tab.h", 8 "tab.h",
9 "tab_delegate.h", 9 "tab_delegate.h",
10 "tab_dialog_delegate.h", 10 "tab_dialog_delegate.h",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "//components/keyed_service/core", 154 "//components/keyed_service/core",
155 "//ios/chrome/browser", 155 "//ios/chrome/browser",
156 "//ios/chrome/browser/bookmarks", 156 "//ios/chrome/browser/bookmarks",
157 "//ios/chrome/browser/browser_state:test_support", 157 "//ios/chrome/browser/browser_state:test_support",
158 "//ios/chrome/browser/history", 158 "//ios/chrome/browser/history",
159 "//ios/chrome/browser/infobars", 159 "//ios/chrome/browser/infobars",
160 "//ios/chrome/browser/sessions", 160 "//ios/chrome/browser/sessions",
161 "//ios/chrome/browser/sessions:serialisation", 161 "//ios/chrome/browser/sessions:serialisation",
162 "//ios/chrome/browser/sessions:test_support", 162 "//ios/chrome/browser/sessions:test_support",
163 "//ios/chrome/browser/ui:ui_internal", 163 "//ios/chrome/browser/ui:ui_internal",
164 "//ios/chrome/browser/web",
164 "//ios/chrome/browser/web:web_internal", 165 "//ios/chrome/browser/web:web_internal",
165 "//ios/chrome/browser/web_state_list", 166 "//ios/chrome/browser/web_state_list",
166 "//ios/chrome/test:test_support", 167 "//ios/chrome/test:test_support",
167 "//ios/public/provider/chrome/browser", 168 "//ios/public/provider/chrome/browser",
168 "//ios/public/provider/chrome/browser:test_support", 169 "//ios/public/provider/chrome/browser:test_support",
169 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", 170 "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
170 "//ios/testing:ocmock_support", 171 "//ios/testing:ocmock_support",
171 "//ios/web", 172 "//ios/web",
172 "//ios/web/public/test", 173 "//ios/web/public/test",
173 "//net", 174 "//net",
174 "//testing/gtest", 175 "//testing/gtest",
175 "//third_party/ocmock", 176 "//third_party/ocmock",
176 ] 177 ]
177 configs += [ "//build/config/compiler:enable_arc" ] 178 configs += [ "//build/config/compiler:enable_arc" ]
178 } 179 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698