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

Side by Side Diff: components/autofill/core/browser/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/autofill/content/browser/BUILD.gn ('k') | components/crash/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 autofill_enable_sync = !is_android_webview_build 7 autofill_enable_sync = !is_android_webview_build
8 } else { 8 } else {
9 autofill_enable_sync = true 9 autofill_enable_sync = true
10 } 10 }
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "//third_party/icu", 149 "//third_party/icu",
150 "//third_party/libaddressinput:util", 150 "//third_party/libaddressinput:util",
151 "//third_party/libphonenumber", 151 "//third_party/libphonenumber",
152 "//third_party/libjingle", 152 "//third_party/libjingle",
153 "//ui/base", 153 "//ui/base",
154 "//ui/gfx", 154 "//ui/gfx",
155 "//ui/gfx/geometry", 155 "//ui/gfx/geometry",
156 "//url", 156 "//url",
157 ] 157 ]
158 158
159 direct_dependent_configs = [ ":autofill_browser_config" ] 159 public_configs = [ ":autofill_browser_config" ]
160 160
161 if (autofill_enable_sync) { 161 if (autofill_enable_sync) {
162 deps += [ "//sync" ] 162 deps += [ "//sync" ]
163 } else { 163 } else {
164 sources -= [ 164 sources -= [
165 "webdata/autofill_profile_syncable_service.cc", 165 "webdata/autofill_profile_syncable_service.cc",
166 "webdata/autofill_profile_syncable_service.h", 166 "webdata/autofill_profile_syncable_service.h",
167 ] 167 ]
168 } 168 }
169 169
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 deps = [ 238 deps = [
239 ":browser", 239 ":browser",
240 ":test_support", 240 ":test_support",
241 "//components/resources", 241 "//components/resources",
242 "//components/strings", 242 "//components/strings",
243 "//testing/gmock", 243 "//testing/gmock",
244 "//third_party/libphonenumber", 244 "//third_party/libphonenumber",
245 "//third_party/libjingle" 245 "//third_party/libjingle"
246 ] 246 ]
247 } 247 }
OLDNEW
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/crash/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698