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

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

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 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 | « extensions/BUILD.gn ('k') | ios/chrome/browser/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 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/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//ios/build/config.gni") 6 import("//ios/build/config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 bundle_data("ios_chrome_unittests_bundle_data") { 9 bundle_data("ios_chrome_unittests_bundle_data") {
10 testonly = true 10 testonly = true
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "//components/metrics", 101 "//components/metrics",
102 "//components/metrics:test_support", 102 "//components/metrics:test_support",
103 "//components/password_manager/core/browser", 103 "//components/password_manager/core/browser",
104 "//components/password_manager/core/browser:test_support", 104 "//components/password_manager/core/browser:test_support",
105 "//components/password_manager/core/common", 105 "//components/password_manager/core/common",
106 "//components/prefs:test_support", 106 "//components/prefs:test_support",
107 "//components/proxy_config:proxy_config", 107 "//components/proxy_config:proxy_config",
108 "//components/signin/core/browser:test_support", 108 "//components/signin/core/browser:test_support",
109 "//components/signin/ios/browser:test_support", 109 "//components/signin/ios/browser:test_support",
110 "//components/ssl_config:ssl_config", 110 "//components/ssl_config:ssl_config",
111 "//components/sync:test_support_sync_driver", 111 "//components/sync:test_support_driver",
112 "//components/syncable_prefs:test_support", 112 "//components/syncable_prefs:test_support",
113 "//components/update_client", 113 "//components/update_client",
114 "//components/version_info", 114 "//components/version_info",
115 "//ios/chrome/app", 115 "//ios/chrome/app",
116 "//ios/chrome/app/resources:packed_resources", 116 "//ios/chrome/app/resources:packed_resources",
117 "//ios/chrome/browser", 117 "//ios/chrome/browser",
118 "//ios/chrome/browser:test_support", 118 "//ios/chrome/browser:test_support",
119 "//ios/chrome/browser/signin:unit_tests", 119 "//ios/chrome/browser/signin:unit_tests",
120 "//ios/chrome/common", 120 "//ios/chrome/common",
121 "//ios/chrome/test", 121 "//ios/chrome/test",
(...skipping 10 matching lines...) Expand all
132 "//testing/gtest", 132 "//testing/gtest",
133 "//third_party/google_toolbox_for_mac", 133 "//third_party/google_toolbox_for_mac",
134 "//third_party/ocmock", 134 "//third_party/ocmock",
135 "//ui/base:base", 135 "//ui/base:base",
136 "//ui/gfx:test_support", 136 "//ui/gfx:test_support",
137 "//ui/strings:ui_strings", 137 "//ui/strings:ui_strings",
138 ] 138 ]
139 139
140 assert_no_deps = ios_assert_no_deps 140 assert_no_deps = ios_assert_no_deps
141 } 141 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698