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

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

Issue 2593993002: Remove ChromeBrowserProvider::GetLiveTabContextProvider() method. (Closed)
Patch Set: Rebase and fix "gn check". Created 3 years, 11 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 | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/ui/BUILD.gn » ('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 import("//ios/public/provider/chrome/browser/build_config.gni") 5 import("//ios/public/provider/chrome/browser/build_config.gni")
6 6
7 source_set("perf_test_support") { 7 source_set("perf_test_support") {
8 testonly = true 8 testonly = true
9 sources = [ 9 sources = [
10 "perf_test_with_bvc_ios.h", 10 "perf_test_with_bvc_ios.h",
11 "perf_test_with_bvc_ios.mm", 11 "perf_test_with_bvc_ios.mm",
12 ] 12 ]
13 deps = [ 13 deps = [
14 "//base", 14 "//base",
15 "//components/bookmarks/test", 15 "//components/bookmarks/test",
16 "//ios/chrome/browser/autocomplete", 16 "//ios/chrome/browser/autocomplete",
17 "//ios/chrome/browser/bookmarks", 17 "//ios/chrome/browser/bookmarks",
18 "//ios/chrome/browser/browser_state:test_support", 18 "//ios/chrome/browser/browser_state:test_support",
19 "//ios/chrome/browser/search_engines", 19 "//ios/chrome/browser/search_engines",
20 "//ios/chrome/browser/sessions:sessions_internal", 20 "//ios/chrome/browser/sessions",
21 "//ios/chrome/browser/tabs", 21 "//ios/chrome/browser/tabs",
22 "//ios/chrome/browser/ui:ui_internal", 22 "//ios/chrome/browser/ui:ui_internal",
23 "//ios/chrome/browser/web:web_internal", 23 "//ios/chrome/browser/web:web_internal",
24 "//ios/chrome/test:test_support", 24 "//ios/chrome/test:test_support",
25 "//ios/chrome/test/base:perf_test_support", 25 "//ios/chrome/test/base:perf_test_support",
26 "//ios/public/provider/chrome/browser", 26 "//ios/public/provider/chrome/browser",
27 "//ios/web:test_support", 27 "//ios/web:test_support",
28 28
29 # Perf tests can run with any provider, but the resulting numbers will only 29 # Perf tests can run with any provider, but the resulting numbers will only
30 # be meaningful if ChromeBrowserProviderImpl is used. 30 # be meaningful if ChromeBrowserProviderImpl is used.
31 ios_provider_target, 31 ios_provider_target,
32 ] 32 ]
33 libs = [ "UIKit.framework" ] 33 libs = [ "UIKit.framework" ]
34 } 34 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/BUILD.gn ('k') | ios/chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698