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

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

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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 | « components/sync_sessions/sessions_sync_manager.cc ('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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "//components/metrics", 99 "//components/metrics",
100 "//components/metrics:test_support", 100 "//components/metrics:test_support",
101 "//components/password_manager/core/browser", 101 "//components/password_manager/core/browser",
102 "//components/password_manager/core/browser:test_support", 102 "//components/password_manager/core/browser:test_support",
103 "//components/password_manager/core/common", 103 "//components/password_manager/core/common",
104 "//components/prefs:test_support", 104 "//components/prefs:test_support",
105 "//components/proxy_config:proxy_config", 105 "//components/proxy_config:proxy_config",
106 "//components/signin/core/browser:test_support", 106 "//components/signin/core/browser:test_support",
107 "//components/signin/ios/browser:test_support", 107 "//components/signin/ios/browser:test_support",
108 "//components/ssl_config:ssl_config", 108 "//components/ssl_config:ssl_config",
109 "//components/sync_driver:test_support", 109 "//components/sync:test_support_sync_driver",
110 "//components/syncable_prefs:test_support", 110 "//components/syncable_prefs:test_support",
111 "//components/update_client", 111 "//components/update_client",
112 "//components/version_info", 112 "//components/version_info",
113 "//ios/chrome/app", 113 "//ios/chrome/app",
114 "//ios/chrome/app/resources:packed_resources", 114 "//ios/chrome/app/resources:packed_resources",
115 "//ios/chrome/browser", 115 "//ios/chrome/browser",
116 "//ios/chrome/browser:test_support", 116 "//ios/chrome/browser:test_support",
117 "//ios/chrome/common", 117 "//ios/chrome/common",
118 "//ios/chrome/test", 118 "//ios/chrome/test",
119 "//ios/chrome/test:run_all_unittests", 119 "//ios/chrome/test:run_all_unittests",
120 "//ios/public/provider/chrome/browser", 120 "//ios/public/provider/chrome/browser",
121 "//ios/public/provider/chrome/browser:test_support", 121 "//ios/public/provider/chrome/browser:test_support",
122 "//ios/testing:ocmock_support", 122 "//ios/testing:ocmock_support",
123 "//ios/web", 123 "//ios/web",
124 "//ios/web:test_support", 124 "//ios/web:test_support",
125 "//net:test_support", 125 "//net:test_support",
126 "//skia", 126 "//skia",
127 "//testing/gmock", 127 "//testing/gmock",
128 "//testing/gtest", 128 "//testing/gtest",
129 "//third_party/google_toolbox_for_mac", 129 "//third_party/google_toolbox_for_mac",
130 "//third_party/ocmock", 130 "//third_party/ocmock",
131 "//ui/base:base", 131 "//ui/base:base",
132 "//ui/gfx:test_support", 132 "//ui/gfx:test_support",
133 "//ui/strings:ui_strings", 133 "//ui/strings:ui_strings",
134 ] 134 ]
135 135
136 assert_no_deps = ios_assert_no_deps 136 assert_no_deps = ios_assert_no_deps
137 } 137 }
OLDNEW
« no previous file with comments | « components/sync_sessions/sessions_sync_manager.cc ('k') | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698