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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: 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
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("test_support") { 5 source_set("test_support") {
6 testonly = true 6 testonly = true
7 sources = [ 7 sources = [
8 "bookmarks_test_util.h", 8 "bookmarks_test_util.h",
9 "bookmarks_test_util.mm", 9 "bookmarks_test_util.mm",
10 "chrome_test_util.h", 10 "chrome_test_util.h",
(...skipping 14 matching lines...) Expand all
25 "sync_test_util.mm", 25 "sync_test_util.mm",
26 "tab_test_util.h", 26 "tab_test_util.h",
27 "tab_test_util.mm", 27 "tab_test_util.mm",
28 "web_view_interaction_test_util.h", 28 "web_view_interaction_test_util.h",
29 "web_view_interaction_test_util.mm", 29 "web_view_interaction_test_util.mm",
30 ] 30 ]
31 deps = [ 31 deps = [
32 "//base", 32 "//base",
33 "//base/test:test_support", 33 "//base/test:test_support",
34 "//breakpad:client", 34 "//breakpad:client",
35 "//components/autofill/core/browser:browser", 35 "//components/autofill/core/browser",
36 "//components/bookmarks/browser:browser", 36 "//components/bookmarks/browser",
37 "//components/browser_sync", 37 "//components/browser_sync",
38 "//components/browsing_data/core", 38 "//components/browsing_data/core",
39 "//components/content_settings/core/browser:browser", 39 "//components/content_settings/core/browser",
40 "//components/content_settings/core/common:common", 40 "//components/content_settings/core/common",
41 "//components/history/core/browser:browser", 41 "//components/history/core/browser",
42 "//components/keyed_service/core", 42 "//components/keyed_service/core",
43 "//components/metrics", 43 "//components/metrics",
44 "//components/prefs:prefs", 44 "//components/prefs",
45 "//components/signin/core/browser:browser", 45 "//components/signin/core/browser",
46 "//components/sync:test_support_fake_server", 46 "//components/sync:test_support_fake_server",
47 "//google_apis", 47 "//google_apis",
48 "//ios/chrome/app:app_internal", 48 "//ios/chrome/app:app_internal",
49 "//ios/chrome/app/application_delegate:application_delegate_internal", 49 "//ios/chrome/app/application_delegate:application_delegate_internal",
50 "//ios/chrome/app/application_delegate:test_support", 50 "//ios/chrome/app/application_delegate:test_support",
51 "//ios/chrome/browser", 51 "//ios/chrome/browser",
52 "//ios/chrome/browser:browser_internal", 52 "//ios/chrome/browser:browser_internal",
53 "//ios/chrome/browser/autofill", 53 "//ios/chrome/browser/autofill",
54 "//ios/chrome/browser/bookmarks", 54 "//ios/chrome/browser/bookmarks",
55 "//ios/chrome/browser/browser_state", 55 "//ios/chrome/browser/browser_state",
(...skipping 15 matching lines...) Expand all
71 "//ios/public/provider/chrome/browser", 71 "//ios/public/provider/chrome/browser",
72 "//ios/public/provider/chrome/browser/signin:test_support", 72 "//ios/public/provider/chrome/browser/signin:test_support",
73 "//ios/testing:ios_test_support", 73 "//ios/testing:ios_test_support",
74 "//ios/web", 74 "//ios/web",
75 "//ios/web:test_support", 75 "//ios/web:test_support",
76 "//net", 76 "//net",
77 "//net:test_support", 77 "//net:test_support",
78 "//url", 78 "//url",
79 ] 79 ]
80 } 80 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698