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

Side by Side Diff: ios/public/provider/chrome/browser/BUILD.gn

Issue 2529763002: Create FakeProviders for NativeAppMetadata and NativeAppManager (Closed)
Patch Set: Feedback Created 4 years 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//ios/public/provider/chrome/browser/build_config.gni") 6 import("//ios/public/provider/chrome/browser/build_config.gni")
7 7
8 source_set("browser") { 8 source_set("browser") {
9 sources = [ 9 sources = [
10 "chrome_browser_provider.h", 10 "chrome_browser_provider.h",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "voice/test_voice_search_provider.h", 119 "voice/test_voice_search_provider.h",
120 "voice/test_voice_search_provider.mm", 120 "voice/test_voice_search_provider.mm",
121 ] 121 ]
122 122
123 deps = [ 123 deps = [
124 ":browser", 124 ":browser",
125 "//base", 125 "//base",
126 "//components/signin/ios/browser:test_support", 126 "//components/signin/ios/browser:test_support",
127 "//components/sync_sessions", 127 "//components/sync_sessions",
128 "//ios/chrome/app/theme", 128 "//ios/chrome/app/theme",
129 "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
129 "//testing/gtest", 130 "//testing/gtest",
130 ] 131 ]
131 public_deps = [ 132 public_deps = [
133 "//ios/public/provider/chrome/browser/native_app_launcher:test_support",
sdefresne 2016/11/29 18:19:33 Can you add a TODO that this public_deps need to b
sczs1 2016/11/29 20:11:24 Yes you did, the rebase now includes your comment.
132 "//testing/gmock", 134 "//testing/gmock",
133 ] 135 ]
134 } 136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698